The Hacks of Life
Thursday, June 03, 2010
Interval Sets With the STL
›
I spent some time today working on an interval set. The basic idea of an interval set is to record a set of disjoint ranges that partition ...
Thursday, May 06, 2010
Importing Faces Into CGAL Arrangements
›
This problems occurs repeatedly in the X-Plane scenery tools code: we need to import a series of polygons into a single arrangement_2 struct...
Friday, April 23, 2010
CGAL: It's All About the Mantissa
›
In a past post I described CGAL as having no rounding errors . It does this by using number types of variable size (using dynamically alloc...
Wednesday, April 21, 2010
Constitutional Opposition
›
One part of this post by Daring Fireball on the iPhone SDK licensing agreement made me chuckle: If you are constitutionally opposed to deve...
Thank You Jeeves, That Will Be All
›
The other day I went in to discover why a new piece of scenery code had mysteriously stopped working. Eventually I came to this: (p,path.s...
1 comment:
Tuesday, March 16, 2010
Santa to Ben: You're An Idiot
›
A few months ago I posted a request (to Santa) for parallel command dispatch. The idea is simple: if I am going to render several CSM shad...
Wednesday, March 10, 2010
The Value Of Granularity
›
OpenGL is a very leaky abstraction . It promises to draw in 3-d. And it does! But it doesn't say a lot about how long that drawing wi...
‹
›
Home
View web version