Open foxostro opened 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.
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.
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.