My Adding Triangles Thread - PLEASE HELP!

Blitz3D Forums/Blitz3D Beginners Area/My Adding Triangles Thread - PLEASE HELP!

Guy Fawkes(Posted 2012) [#1]
Hi all. I created a fence using multiple cube meshes that I resized, positioned, and rotated, and parented together into 1 mesh. NOW the problem is... How do I use WriteBB3D(), to save this ONE mesh, which is attached to a pivot:


Here's b3dfile.bb:





And


Here's the code:


fence.bb:





Thanks to anyone that helps! :)

Last edited 2012


Guy Fawkes(Posted 2012) [#2]
I simply need to get WriteBB3D(), to save ALL the objects parented to the pivot, as one object...