mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
Per default set the length of Uranus to a shorter value to allow for earlier time jumps with exceeding the spice kernel range
Set correct min/max values for static rotations Enable rendering of matrix properties in ImGUI
This commit is contained in:
@@ -393,6 +393,9 @@ void GuiPropertyComponent::renderProperty(properties::Property* prop,
|
||||
{ "DVec2Property", &renderDVec2Property },
|
||||
{ "DVec3Property", &renderDVec3Property },
|
||||
{ "DVec4Property", &renderDVec4Property },
|
||||
{ "DMat2Property", &renderDMat2Property },
|
||||
{ "DMat3Property", &renderDMat3Property },
|
||||
{ "DMat4Property", &renderDMat4Property },
|
||||
{ "StringProperty", &renderStringProperty },
|
||||
{ "OptionProperty", &renderOptionProperty },
|
||||
{ "TriggerProperty", &renderTriggerProperty },
|
||||
|
||||
Reference in New Issue
Block a user