hi, does Xith cull (frustrum culling) by default?
So when I add some objects (spheres, boxes,…) does Xith make a bounding-volume around theese objects by itself and then culls them, or do I have to create the boundings?
thx, cu
Hi,
Simple answer is Yes.
It calculates bounding spheres automatically.
If you do not want it to do so, you can override bounding objects with your own.
Frustum culling is ON by default, but also can be turned off.
Yuri
ok, thx. Does Xith create such volumes also when the object is created with the 3ds or md2 loader?
thx, cu
I believe Xith caculates the bounding spheres based on the geometry provided auto-magically. This means that in the 3DS and MD2 loaders the geometry specified causes the bounds to be created by Xith.
Kev
ok, thx, that helped a lot