foxostro / GutsyStorm

Game with voxel graphics similar to Minecraft. (Restart GutsyStorm with Objective-C/Cocoa)
Other
12 stars 4 forks source link

Chunk should have VBOs for each direction. Cull based on camera angle. #50

Open foxostro opened 12 years ago

foxostro commented 12 years ago

Chunks should be drawn using sets of VBOs, one set for each of the 6 cardinal directions. This allows a significant portion of all geometry to be immediately culled before rendering. (only 3 faces of a cube will ever be visible)

foxostro commented 12 years ago

at the expense of even more geometry batches...