mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 19:09:23 -05: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:
@@ -55,16 +55,16 @@ documentation:: Documentation ModelGeometry::Documentation() {
|
||||
{
|
||||
KeyType,
|
||||
new StringVerifier,
|
||||
"The type of the Model Geometry that should be generated",
|
||||
Optional::No
|
||||
Optional::No,
|
||||
"The type of the Model Geometry that should be generated"
|
||||
},
|
||||
{
|
||||
KeyGeomModelFile,
|
||||
new StringVerifier,
|
||||
Optional::No,
|
||||
"The file that should be loaded in this ModelGeometry. The file can "
|
||||
"contain filesystem tokens or can be specified relatively to the "
|
||||
"location of the .mod file.",
|
||||
Optional::No
|
||||
"location of the .mod file."
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user