2 imported, 1 exported

Blitz3D Forums/Blitz3D Programming/2 imported, 1 exported

jigga619(Posted 2003) [#1]
I looked at the code sniplets and tried to figure out how to load 2 meshes, move and rotate them in blitz3d, then save the result as a single mesh. The meshes are x files. How do I do this? The name of my two meshes are box1 and box2. I tried everything, but it seems like I am doing something wrong. I want to be able to load both meshes in blitz3d and move them around and rotate them, then save the 2 boxes new position and state as a new .x file.


DrakeX(Posted 2003) [#2]
you'd have to combine the 2 meshes with AddMesh, and since there is no SaveMesh command, you'd have to find a snippet to do that for you.