Changes in ProjectionComponent initialization

- Remove parsing function
  - Make ProjectionComponent accept sub-dictionary
Remove "Rotation" key-value from RenderableModelProjection
  - Information moved into RenderableFOV to do conversion between object and frame
Changes in mod files to reflect ProjectionComponent and RenderableModelProjection changes
Added Documentation to
  - RenderablePlanetProjection
  - RenderableModelProjection
  - ProjectionComponent
  - PlanetGeometry
  - ModelGeometry
This commit is contained in:
Alexander Bock
2016-10-27 21:45:49 +02:00
parent f4beb5ed6a
commit 18b8aab898
26 changed files with 770 additions and 555 deletions
+3 -1
View File
@@ -139,7 +139,9 @@ std::vector<Documentation> BaseModule::documentations() const {
SpiceRotation::Documentation(),
StaticScale::Documentation(),
StaticTranslation::Documentation(),
SpiceTranslation::Documentation()
SpiceTranslation::Documentation(),
modelgeometry::ModelGeometry::Documentation(),
planetgeometry::PlanetGeometry::Documentation()
};
}