0.5.9: improved rendering, camera manipulation, and socket assignment
0.5.9 is a minor release that:
- Makes rendering more consistent with OpenSim GUI (wireframe support, etc.)
- Adds support for smooth-shaded normals, giving model builders some control over shading
- Puts the camera axes top-left and makes them clickable, which is similar to Blender/Godot
- Adds better socket documentation when adding a component to the model
It also includes a Graphviz (.dot) exporter for the model's socket/ownership graph, which is handy for inducing anxiety. You definitely shouldn't use it to export a complicated model to https://dreampuf.github.io/GraphvizOnline/ . If you do that (you shouldn't), don't delete lines to get over the memory limits, and definitely don't zoom in 😉
See CHANGELOG.md for a more comprehensive list of changes.