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:
Alexander Bock
2017-11-24 15:31:19 -05:00
parent 8380b8f421
commit 182694422e
5 changed files with 191 additions and 61 deletions
@@ -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 },