Skip to content

0.5.9: improved rendering, camera manipulation, and socket assignment

Choose a tag to compare

@adamkewley adamkewley released this 28 Feb 06:01
· 2123 commits to main since this release

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.