How do I move the axis of a mesh?

Blitz3D Forums/Blitz3D Programming/How do I move the axis of a mesh?

CopperCircle(Posted 2003) [#1]
I want to load in each mesh and set the axis to the base center, how do you do it in Blitz?


fredborg(Posted 2003) [#2]
FitMesh or PositionMesh can be used for this.


(tu) sinu(Posted 2003) [#3]
maybe use a pivot, parent the entity to it and then do all operations on the pivot


Ross C(Posted 2003) [#4]
There's code in the archives for this. Or you could use a modelling prog for it.


(tu) sinu(Posted 2003) [#5]
"how do you do it in Blitz? "

"Or you could use a modelling prog for it. "

i think he want's to do it in blitz though :)


Brendane(Posted 2003) [#6]
Use MoveMesh to position the mesh relative to it's axis (effectively changing the axis position)