Hi, I''ve just finished adding octree culling to my engine and it seems to be working fine, the problem is if I face a direction with alot of nodes the frame rate plummets from around 80fps to about 15. Could anyone point me to some method of speeding up the octree?
Thanks
Lukerd
Hyperdev
"To err is human, to really mess up requires a computer"
Speeding Up an Octree
well, not only should you have frustum culling, but you should also have back face culling so polygons the are behind others shouldn''t be seen. this is another good use for an octree since you can take out nodes of polys at a time. this won''t guarantee a huge speedup, but it should help.
also, how are you rendering stuff? you could probably optimize there aswell.
My Homepage
also, how are you rendering stuff? you could probably optimize there aswell.
My Homepage
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
March 21, 2003 06:39 AM
I have a similar prob, but i do have frust cull and back face cull. Im trying to work on the occlusion now 
btw, code ur engine as if it was to run on a low end PC, the pII ppl out there will ty u

btw, code ur engine as if it was to run on a low end PC, the pII ppl out there will ty u

This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement