mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Change RenderableModel "Rotation.ModelTransform" to "ModelTransform"
Add Property descriptions to the documentation file Remove update method from StaticTranslation Remove spelling error in RenderableGlobe Remove rotation from renderablemodel projection Fix setting the Origin through the GUI Reorder Optional and documentation arguments for DocumentationEntry, and making Optional a non-optional argument
This commit is contained in:
@@ -45,8 +45,8 @@ documentation::Documentation PlanetGeometry::Documentation() {
|
||||
{
|
||||
KeyType,
|
||||
new StringVerifier,
|
||||
"The type of the PlanetGeometry that will can be constructed.",
|
||||
Optional::No
|
||||
Optional::No,
|
||||
"The type of the PlanetGeometry that will can be constructed."
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user