mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-09 06:48:35 -05:00
Removing classes PlanetGeometryProject and SimpleSphereGeometryProjection and replace their use with the generic PlanetGeometry and SImpleSphereGeometry classes
This commit is contained in:
@@ -91,7 +91,7 @@ SimpleSphereGeometry::~SimpleSphereGeometry()
|
||||
{
|
||||
}
|
||||
|
||||
bool SimpleSphereGeometry::initialize(RenderablePlanet* parent)
|
||||
bool SimpleSphereGeometry::initialize(Renderable* parent)
|
||||
{
|
||||
bool success = PlanetGeometry::initialize(parent);
|
||||
createSphere();
|
||||
|
||||
Reference in New Issue
Block a user