Skip to content

Releases: mrdoob/three.js

r9

03 Jul 12:19
Compare
Choose a tag to compare
r9

(23.753 KB)

  • JSLinted.
  • autoClear property for renderers.
  • Removed SVG rgba() workaround for WebKit. (WebKit now supports it)
  • Fixed matrix bug. (transformed objects outside the x axis would get infinitely tall :S)

r8

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

(23.496 KB)

  • Moved UVs to Geometry.
  • CanvasRenderer expands screen space points (workaround for antialias gaps).
  • CanvasRenderer supports BitmapUVMappingMaterial.

r7

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

(22.387 KB)

  • Added Line Object.
  • Workaround for WebKit not supporting rgba() in SVG yet.
  • No need to call updateMatrix(). Use .autoUpdateMatrix = false if needed. (Thx @gregmax17).

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