Skip to content

r73

Compare
Choose a tag to compare
@mrdoob mrdoob released this 16 Oct 19:07
· 30971 commits to master since this release

https://github.com/mrdoob/three.js/wiki/Migration-Guide#r72--r73

(430,630 KB, gzip: 99,996 KB)

Source

Documentation

Examples

  • Added rotation snap support to TransformControls. (@elisee)
  • MTLLoader clean up. (@dhritzkiv)
  • Made OrthographicTrackballControls zoom behaviour consistent with TrackballControls. (@NicolasRannou)
  • Added AMFLoader #7210 (@tamarintech)
  • SVGLoader robustness #7232 (@agnivade)
  • New version of SEA3DLoader #7253 (@sunag)
  • ColladaLoader.parse() now expects a string instead of xml. (@mrdoob)
  • Started BufferGeometry based ColladaLoader2. (@mrdoob)
  • Added KMZLoader (Sketchup, Google Earth). (@mrdoob)
  • Fixed interactive examples on retina displays. (@leitzler)
  • CanvasRenderer/SVGRenderer removed broken MeshDepthMaterial. (@mrdoob)
  • VRMLLoader robustness #7328 (@makc)
  • Fixed OrbitControls scroll in Firefox #7331 (@fkammer)

Editor

  • Fixed geometry and object export #7220 (@tschw and @mrdoob)
  • Removed object.parent select box (too slow). (@mrdoob)
  • Fixed File/New when autosave disabled. (@mrdoob)
  • Added basic shadow support. (@mrdoob)
  • Export no-pretty json if browser can't prettify #7349 (@makc)
  • Added version number. (@mrdoob)

Exporters

  • Blender
    • Improved performance by disabling logging. (@repsac)
    • Fixed indexed buffer export #7221 (@tschw)
    • Exported armatures are added to active selections #7259 (@repsac)

Unit tests