Meshes

Blitz3D Forums/Blitz3D Beginners Area/Meshes

Is there anyway of saving a mesh in Blitz? I want to save a rough model I have made using blitz's primitves so I can edit properly in a 3D modeler (keeping all the sizes the same). I can't see a "Savemesh" command. Any ideas anyone?

Max

Check the code archives......

SaveB3d
http://blitzbasic.com/codearcs/codearcs.php?code=866

Directx X file Exporter
http://blitzbasic.com/codearcs/codearcs.php?code=819
http://blitzbasic.com/codearcs/codearcs.php?code=111

There are more mesh Exporters in the code archives! I remember .OBJ, .WRL, Milkshape etc.

Thanks I will take a good look tonight. DIdn't know to look in there.

Max