mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
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:
@@ -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()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user