Skip to content

Releases: mrdoob/three.js

r6

03 Jul 12:18
Compare
Choose a tag to compare
r6

(21.003 KB)

  • 2d clipping on CanvasRenderer and SVGRenderer
  • clearRect optimisations on CanvasRenderer

r5

03 Jul 12:17
Compare
Choose a tag to compare
r5

(19.026 KB)

  • Removed Class.js dependency
  • Added THREE namespace
  • Camera.x -> Camera.position.x
  • Camera.target.x > Camera.target.position.x
  • ColorMaterial > ColorFillMaterial
  • FaceColorMaterial > FaceColorFillMaterial
  • Materials are now multipass (use array)
  • Added ColorStrokeMaterial and FaceColorStrokeMaterial
  • geometry.faces.a are now indexes instead of references

r4

03 Jul 12:17
Compare
Choose a tag to compare
r4

(16.274 KB)

  • SVGRenderer Particle rendering
  • CanvasRenderer uses context.setTransform to avoid extra calculations

r3

03 Jul 12:17
Compare
Choose a tag to compare
r3

(16.392 KB)

  • Fixed incorrect rotation matrix transforms
  • Added Plane and Cube primitives

r2

03 Jul 12:16
Compare
Choose a tag to compare
r2

(15.724 KB)

  • Improved Color handling

r1

03 Jul 11:49
Compare
Choose a tag to compare
r1

(15.25 KB)

  • First alpha release