mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-03 02:48:32 -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:
@@ -94,28 +94,28 @@ documentation::Documentation RenderableConstellationBounds::Documentation() {
|
||||
{
|
||||
VertexInfo.identifier,
|
||||
new StringVerifier,
|
||||
VertexInfo.description,
|
||||
Optional::No
|
||||
Optional::No,
|
||||
VertexInfo.description
|
||||
},
|
||||
{
|
||||
ConstellationInfo.identifier,
|
||||
new StringVerifier,
|
||||
Optional::Yes,
|
||||
"Specifies the file that contains the mapping between constellation "
|
||||
"abbreviations and full name of the constellation. If the file is "
|
||||
"omitted, the abbreviations are used as the full names.",
|
||||
Optional::Yes
|
||||
"omitted, the abbreviations are used as the full names."
|
||||
},
|
||||
{
|
||||
DistanceInfo.identifier,
|
||||
new DoubleVerifier,
|
||||
DistanceInfo.description,
|
||||
Optional::Yes
|
||||
Optional::Yes,
|
||||
DistanceInfo.description
|
||||
},
|
||||
{
|
||||
SelectionInfo.identifier,
|
||||
new StringListVerifier,
|
||||
SelectionInfo.description,
|
||||
Optional::Yes
|
||||
Optional::Yes,
|
||||
SelectionInfo.description
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user