[Gtkradiant] [Bug 35] Patch brush-style selection sucks

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Sat, 09 Jun 2001 04:32:10 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=35





------- Additional Comments From spog@planetquake.com  2001-06-09 04:32 -------
It's fully implemented in 1.2 using a simple and fast ray-triangle intersection 
algorithm i borrowed. I think it's also in the current Alpha branch. I did the 
same thing for misc_model selection, although for that I transform the ray into 
object space before doing the intersection test. For both, there isn't any 
noticeable computation overhead in addition to the XY/Cam redraw and the calcs 
already done by the brush-selection process.