Re: [Algorithms] more plane-poly clipping woes
Brought to you by:
vexxed72
From: Charles B. <cb...@cb...> - 2000-09-22 17:32:21
|
Well, of course there is hope for your BSP, as has been pointed out by many. I'm probably going to do my BSP in grid- aligned chunks and take each object into the space of the chunk before adding it. This not only helps precision, it helps the localization of your BSP, reduces splitting, improves memory coherency, etc. Thank god for the algorithms list :^) -------------------------------------- Charles Bloom www.cbloom.com |