Any good tutorial on BSP Trees ?

Started by
2 comments, last by UltimaX 18 years, 5 months ago
Can some please give me a link for tutorial on BSP Trees for beginners with good example/examples .. I shall be very thankful to him/her. Best Regards,
ThanksBest Regards,
Advertisement
Here are a few links, hopefully they help you out:
Site 1 (Has CSG and everything)
Site 2
Tutorial 1
Demos/FAQ/Source

Enjoy
Well I will be using OCTree for Frustum Culling and will create BSP Trees for each cube for Z-Sorting. Is it good for a start or should I use BSP Trees both for Frustum Culling and Z-Sorting. Any suggestions ?. Plus any hint/help/tutorial on chosing a polygon for split in BSP Trees ?. Any kind of help is highly appreciated.

Best Regards,
ThanksBest Regards,
The BSP FAQ answered these questions and gave sample code. Here are direct links to your questions:

Q: How Do I Choose The Partition Plane?
A: FAQ Section 7 (Read all of section 7)

Q: Should I use BSP Trees both for Frustum Culling and Z-Sorting?
A: Z-Sorting is done when you render the tree. FAQ Section 9 (Read all of section 9) For frustum culling read this thread (a lot of it discussed in the FAQ too).

This topic is closed to new replies.

Advertisement