Skip to content

v0.9.0

Compare
Choose a tag to compare
@gkjohnson gkjohnson released this 10 Oct 03:39
· 273 commits to master since this release

Added

  • URDFRobot.frames map.
  • URDFRobot.visual map.
  • URDFRobot.colliders map.
  • Visual and collider nodes now get the name of the associated urdf node.
  • Typescript definitions for URDFVisual and URDFCollider objects.
  • setJointValue function to URDFJoint and URDFRobot.
  • getFrame function to URDFRobot.
  • URDFLoader.loadAsync function

Changed

  • Transparent materials now set depthWrite to false.
  • Removed setOffset, setAngles, and setAngle functions from URDFJoint and URDFRobot.

Fixed

  • Incorrect use of worldMatrixNeedsUpdate to matrixWorldNeedsUpdate.