.X or .B3D?

Blitz3D Forums/Blitz3D Programming/.X or .B3D?

John Blackledge(Posted 2003) [#1]
Simple one this:
I have an embarrasing number of entities in a single scene each in .X format. Will it help fps (and/or loading time) if I convert them all to .B3D? Or is the difference not worth the work?


Michael Reitzenstein(Posted 2003) [#2]
It won't make a difference.


John Blackledge(Posted 2003) [#3]
Thanks, you probably just saved me a couple of days work. But can you say why?


Michael Reitzenstein(Posted 2003) [#4]
Internally (once loaded) they are the same. B3D might help a tad on the loading time, but it probably won't be noticeable.


Beaker(Posted 2003) [#5]
If you can squash any of them into a single surface that will help more.


John Blackledge(Posted 2003) [#6]
Er... as in 'blend all the child entities into a single entity'?


Beaker(Posted 2003) [#7]
Nope. As in blend all the surfaces in all entities into one (or as few as you can manage).