foxostro / GutsyStorm

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

If spare cycles are available then build non-visible VBOs. #65

Open foxostro opened 12 years ago

foxostro commented 12 years ago

If spare cycles are available then build non-visible VBOs. Currently, VBOs are only generated when trying to draw a chunk. However, this can lead to a situation where the camera moves and no VBOs are available at all, which is ugly.