Removing classes PlanetGeometryProject and SimpleSphereGeometryProjection and replace their use with the generic PlanetGeometry and SImpleSphereGeometry classes

This commit is contained in:
Alexander Bock
2016-04-20 13:06:40 +02:00
parent 53e482b40e
commit acc6095ba3
20 changed files with 24 additions and 351 deletions

View File

@@ -91,7 +91,7 @@ SimpleSphereGeometry::~SimpleSphereGeometry()
{
}
bool SimpleSphereGeometry::initialize(RenderablePlanet* parent)
bool SimpleSphereGeometry::initialize(Renderable* parent)
{
bool success = PlanetGeometry::initialize(parent);
createSphere();