История коммитов

Автор SHA1 Сообщение Дата
  Mr.doob b507048fc4 SVGRenderer: Implemented @srifqi clearAlpha code. Fixes #4898. 11 лет назад
  Mr.doob fca5866e28 SVGRenderer: Reverted lost changes and using getStyle() instead. 11 лет назад
  srifqi 19dc776922 Update SVGRenderer.js 11 лет назад
  Mr.doob 43cded21c8 CanvasRenderer/SVGRenderer: Discard elements with material.opacity === 0. Fixes #4617. 11 лет назад
  Mr.doob f46a2b841e Removed face.centroid and geometry.computeCentroids() 11 лет назад
  Mr.doob 62dbfbf99d RenderableFace3 to RenderableFace 12 лет назад
  WestLangley bb31515d6b Vector3.get*FromMatrix() -> Vector3.setFromMatrix*() 12 лет назад
  Mr.doob e359241996 Fixed SVGRenderer's Sprites. 12 лет назад
  Mr.doob 90ec969442 Added Sprite support back to SVGRenderer. Fixes #3994. 12 лет назад
  Mr.doob 692f1376d1 Unified Particle into Sprite. Renamed ParticleBasicMaterial to ParticleSystemMaterial. Fixes #968. 12 лет назад
  Mr.doob 713cdf9452 Removed Face4 out of other renderers. 12 лет назад
  Mr.doob 62c268f1c8 SVGRenderer: Removed unused method. 12 лет назад
  Mr.doob 2e8db19ff5 Small tweaks to CanvasRenderer, SVGRenderer and SoftwareRenderer. 12 лет назад
  Mr.doob 4d9f520d71 Deprecated parameters.clearColor and parameters.clearAlpha from WebGLRenderer contructor. Added missing setClearColor to other renderers. Updated editor. 12 лет назад
  Mr.doob 20c8c5e324 SVGRenderer: Reset counters on clear() instead of on render(). Cleaned up code a bit too. 13 лет назад
  Mr.doob 286a65b78c Made CanvasRenderer and SVGRenderer behave like WebGLRenderer with MeshLambertMaterial and no lights. 13 лет назад
  Mr.doob e314cb059d Changed some of the matrix.getPosition() to vector.getPositionFromMatrix( matrix ). See #2967. 13 лет назад
  Mr.doob 51c1c4920c CanvasRenderer+SVGRenderer: Removed 2D clipping for Face3/Face4 elements as the projector is already taking care of that. 13 лет назад
  Mr.doob 3293991e44 Projector: Culling vertices on the x and y axis too. 13 лет назад
  Mr.doob db6a79a730 Fixed some more sub(a,b) to subVectors(a,b). 13 лет назад
  Mr.doob 16314e8ca8 Added .add(), .addColors(), .addScalar(), .multiply() and .multiplyScalar() to Color. Removed ArrowHelper from DirectionalLight too. 13 лет назад
  Mr.doob 2a518fbe17 SVGRenderer: Easier to read MeshNomalMaterial code. 13 лет назад
  Mr.doob ba2efcd53f CanvasRenderer & co finally renders MeshNormalMaterial properly. 13 лет назад
  Mr.doob 7777df425c Removed Rectangle. 13 лет назад
  Mr.doob 1707cf0148 Renamed getContextStyle and setContextStyle to getStyle and setStyle. 13 лет назад
  Mr.doob d75e7ae489 Added material.vertexColors = THREE.FaceColor support to CanvasRenderer and SVGRenderer. 13 лет назад
  Mr.doob 81ef5c3b32 Made Projector.projectObject more open for custom rendererers. 13 лет назад
  Mr.doob 2386d63147 Added support of object.renderDepth to Projector. Related to #2386. 13 лет назад
  Mr.doob f2faf11a13 Removed unnneeded color clamping. 13 лет назад
  Mr.doob fbb5f5b75e Added material.emissive support to SVGRenderer too. 13 лет назад