B3D file format?

Blitz3D Forums/Blitz3D Programming/B3D file format?

REDi(Posted 2004) [#1]
I'm looking for the complete file format for b3d, I've got "makeb3d.bb" but it doesn't include textures or vertex color/alpha, or how to save multiple entitys.

My resizable multilayer(unlimited) terrain editor is almost complete and needs to export to b3d :)

Thanx in advance if you can help.


Mustang(Posted 2004) [#2]
http://www.blitzbasic.com/sdkspecs/sdkspecs/b3dfile_specs.txt

http://www.blitzbasic.com/sdkspecs/sdkspecs/b3dfile_utils.zip

...All under the "Specs and utils" tab :)


REDi(Posted 2004) [#3]
Doh, errm,
Cheers mate that'll be it.
*blush*

<edit>
Oh how I wish we could delete things on here. lol *blush again*
<edit>


REDi(Posted 2004) [#4]
Okay, I think I've sorted it out, apart from the Texture Scales seems to be different from blitz's scales values, is this true? or is it the texture uv?

any ideas?


DJWoodgate(Posted 2004) [#5]
Maybe they are stored as 1/scale. That is how blitz stores them internally anyway.


REDi(Posted 2004) [#6]
DJWoodgate, you are a star! Perfect :)