foxostro / GutsyStorm

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

GSBlockMesh should load meshes from file. #82

Open foxostro opened 11 years ago

foxostro commented 11 years ago

Currently GSBlockMeshMesh has a number of child classes. Each child class has a hard coded mesh which it passes to the super class constructor. Instead, these meshes should be loaded from file.

foxostro commented 11 years ago

As of bf2a058c8919333820fd2d229c55e6635e6ad9e2:

Next, add a method to GSBlockMesh to load meshes from a human-readable text file and use that to replace the subclasses.