Why CSG?
by Keith Johnston · in Technical Issues · 04/15/2003 (11:22 pm) · 3 replies
Why is it that so many games use Constructive Solid Geometry (convex brushes) as the basic element in making levels? Is this a relic of the past when polycounts had to be very low? Or are there other reasons for using CSG? I imagine that it would make various lighting / visibility calculations easier - but as processor and graphic card speeds increase, will it still be used?
#2
04/16/2003 (3:30 am)
Well keep in mind that there are more things to 'levels' then just rendering, there are also things like collision detection.
#3
04/16/2003 (9:03 am)
with CONVEX CSG alot of assumptions can be made and optomizations about what you can expect with the data set. And Sander is right, collision detection is greatly simplified if you know for a fact that ALL your geometery is convex.
Diogo de Andrade
But I've been know to be wrong... :)