elemel / crust

CRUST
1 stars 1 forks source link

Frustum culling #18

Closed elemel closed 12 years ago

elemel commented 12 years ago

Start by computing which sectors intersect the frustum box. Then test each actor in each sector for intersection before drawing it.

Implements story: Improve draw performance (#17)