foxostro / GutsyStorm

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

3D models for objects #72

Open foxostro opened 11 years ago

foxostro commented 11 years ago

Add the ability to associate a 3D model with an object in the world. (Animations can come later.)

foxostro commented 11 years ago

Could use assimp for this...

It might be beneficial to use a special custom file format for static objects. In the best case, data can be loaded from disk and just directly shoved into GL buffer objects. (This would be very similar to how the game currently saves/loads chunk geometry.)