ComputationalBiomechanicsLab / opensim-creator

A UI for building OpenSim models
https://opensimcreator.com
Apache License 2.0
142 stars 17 forks source link

Fix `floor_location` (Floor location) is not persisted between boots of OSC #788

Open adamkewley opened 1 year ago

adamkewley commented 1 year ago

Changing the location (principally, the height) of the 3D viewport's floor is not persisted between boots of OSC. The reason this is the case is because the settings classes cannot persist glm::vec3. Similar configuration support would be handy for (e.g. default camera locations).