Skip to content

SuperimposeMesh 0.9.3.0 (2018-04-12)

Compare
Choose a tag to compare
@claudiofantacci claudiofantacci released this 12 Apr 17:34
· 115 commits to master since this release
c43dfb3

Updates

Changed behavior
  • The library now renders on a dedicated framebuffer and is no longer capable of showing the rendering status onscreen.
    • Future version may enable this behavior in some way or completely remove the creation of a rendering window at all.
Feature
  • It is now possible to draw/render a reference frame instead of a mesh by passing "frame" as object name to ModelPoseContainer.
Bugfix
  • Windows platform can now render any image size (limited to discrete card capabilities).
  • Fixed an error in the camera projection matrix that was causing small position drift at increasing distances.