Moving Axis
Blitz3D Forums/Blitz3D Programming/Moving Axis
| ||
| Is there a way to move the axis of a mesh to a different location? Thanks, Fader |
| ||
| A program like Milkshape lets you move the mesh up and down in relation to the axis, and then just resave it with the new axis. But in Blitz3D I don't think so. |
| ||
| you could use a pivot as a quick fix. put the pivot in the middle of the mesh, or where-ever you want it, and parent the mesh to the pivot. The just treat the pivot as the mesh. ie rotate, position, check for collision using the pivot. |
| ||
| Thanks for the help. No this not Chris blood. Fader |
| ||
| :o) |