hmmmmm in the help then write "version 336 is the default" ...
but in fact when you create a memblock from a mesh from..a primitive created in dbpro ... its the version 270..... and each vertice is 32..and not 36 byte then im asking wich component is not there..in this version? im taking a guest and i say: the diffuse color
but im not sure ill do some test...
hmm in fact it was a question but.. not its almost an affirmation.. anyway.. see by yourself:
DBPro V4.1
sync on
sync rate 0
make object sphere 1,100
make mesh from object 1,1
make memblock from mesh 1,1
Version=Memblock DWORD(1,0)
Size=Memblock DWORD(1,4)
NbVertice=Memblock DWORD(1,8)
do
set cursor 0,0
Print "Version=",Version
Print "------------"
Print "(everything is in byte)"
print "Size of Vertice=",Size
Print "Vertice Count=",NbVertice
Print "Size of memblock (without header)=",Size*NbVertice
sync
loop