Releases: mrdoob/three.js
Releases · mrdoob/three.js
r14
(32.144 KB)
- Refactored
CanvasRenderer(more duplicated code, but easier to handle) Face4now supportsMeshBitmapUVMappingMaterial- Changed order of
*StrokeMaterialparameters. Now it'scolor,opacity,lineWidth. BitmapUVMappingMaterial>MeshBitmapUVMappingMaterialColorFillMaterial>MeshColorFillMaterialColorStrokeMaterial>MeshColorStrokeMaterialFaceColorFillMaterial>MeshFaceColorFillMaterialFaceColorStrokeMaterial>MeshFaceColorStrokeMaterialColorStrokeMaterial>LineColorMaterialRectangle.instersectsreturned false with rectangles with 0px witdh or height
r13
(29.492 KB)
- Added
ParticleCircleMaterialandParticleBitmapMaterial Particlenow useParticleCircleMaterialinstead ofColorFillMaterialParticle.size>Particle.scale.xandParticle.scale.yParticle.rotation.zfor rotating the particleSVGRenderercurrently out of sync
r12
r11
r10
(23.959 KB)
- Changed Camera system. (Thx @supereggbert)
Object3D.overdraw = trueto enable CanvasRenderer screen space point expansion hack.
r9
r8
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
r5
(19.026 KB)
- Removed Class.js dependency
- Added
THREEnamespace Camera.x->Camera.position.xCamera.target.x>Camera.target.position.xColorMaterial>ColorFillMaterialFaceColorMaterial>FaceColorFillMaterial- Materials are now multipass (use array)
- Added
ColorStrokeMaterialandFaceColorStrokeMaterial geometry.faces.aare now indexes instead of references