ComputationalBiomechanicsLab / opensim-creator

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

Add `glm::vec3` to `AppSettings` #787

Closed adamkewley closed 5 months ago

adamkewley commented 9 months ago

Broken out from #782

Required for (e.g.) persisting the floorLocation part of a viewport.

adamkewley commented 8 months ago

Will be fixed when feature_oscar_docs is merged, which adds osc::Variant, which is a much more robustly-implemented variant type with support for Vec3.

adamkewley commented 5 months ago

Fixed by using Variant in the future (now available in the main branch)