fitmesh with loadanimmesh ?

Blitz3D Forums/Blitz3D Beginners Area/fitmesh with loadanimmesh ?

Santiworld(Posted 2008) [#1]
hi, i can't make a fitmesh in an entity i loaded with loadanimesh("x.b3d")?


example:

car = loadanimmesh("car.b3d")
wheel = findchild (car,"w1")

fitmesh car,x,y,z,l,h,d,1 <- this line have the error...

if i load the b3d using "loadmesh" works.. but i need to load an animmesh...

saludos
santiago


Happy Sammy(Posted 2008) [#2]
What are the values of x,y,z,l,h,d?


Matty(Posted 2008) [#3]
You will have to alter the 'child meshes' individually - most likely the entity at the 'root' of the loadanimmesh is a pivot.