ComputationalBiomechanicsLab / opensim-creator

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

Add support for analytic geometries in the mesh importer #63

Open adamkewley opened 2 years ago

adamkewley commented 2 years ago

Estimate: 1-3d

The mesh importer only currently supports importing mesh files, but OpenSim also comes with in-built support for analytic geometry, which is superior because it lets the backend choose the most appropriate rendering and does not depend on an external mesh file.

adamkewley commented 2 years ago

Related: #167