Historique des commits

Auteur SHA1 Message Date
  Mr.doob f3d48d072b Reverted to console.log() in renderer constructors. See #6287. il y a 10 ans
  Jan Waller 90dd7cc0d3 #5791 Use unified Log,Warn & Error handlers, rather than directly using console.error/warn/log il y a 10 ans
  gero3 4501d5a51d revert last commit il y a 10 ans
  gero3 fe8493157e codestyle fixes il y a 10 ans
  Mr.doob 8b31578ad2 Editor: Fixed pixelRatio breakage. il y a 10 ans
  Elisée Maurer ecd0ddd1a1 Set prototype.constructor for all derived classes il y a 10 ans
  Mr.doob 4b1742ce0a Renamed THREE.Renderer back to THREE.Projector. il y a 11 ans
  Mr.doob 662eaa17f1 Moved CanvasRenderer to examples folder. il y a 11 ans
  Mr.doob 6acd71c147 SVGRenderer: Fixed MeshNormalMaterial rendering. il y a 11 ans
  Mr.doob fffbcce862 SVGRenderer: Support for custom nodes (WIP). See #5126 il y a 11 ans
  Mr.doob b507048fc4 SVGRenderer: Implemented @srifqi clearAlpha code. Fixes #4898. il y a 11 ans
  Mr.doob fca5866e28 SVGRenderer: Reverted lost changes and using getStyle() instead. il y a 11 ans
  srifqi 19dc776922 Update SVGRenderer.js il y a 11 ans
  Mr.doob 43cded21c8 CanvasRenderer/SVGRenderer: Discard elements with material.opacity === 0. Fixes #4617. il y a 11 ans
  Mr.doob f46a2b841e Removed face.centroid and geometry.computeCentroids() il y a 11 ans
  Mr.doob 62dbfbf99d RenderableFace3 to RenderableFace il y a 11 ans
  WestLangley bb31515d6b Vector3.get*FromMatrix() -> Vector3.setFromMatrix*() il y a 11 ans
  Mr.doob e359241996 Fixed SVGRenderer's Sprites. il y a 11 ans
  Mr.doob 90ec969442 Added Sprite support back to SVGRenderer. Fixes #3994. il y a 11 ans
  Mr.doob 692f1376d1 Unified Particle into Sprite. Renamed ParticleBasicMaterial to ParticleSystemMaterial. Fixes #968. il y a 12 ans
  Mr.doob 713cdf9452 Removed Face4 out of other renderers. il y a 12 ans
  Mr.doob 62c268f1c8 SVGRenderer: Removed unused method. il y a 12 ans
  Mr.doob 2e8db19ff5 Small tweaks to CanvasRenderer, SVGRenderer and SoftwareRenderer. il y a 12 ans
  Mr.doob 4d9f520d71 Deprecated parameters.clearColor and parameters.clearAlpha from WebGLRenderer contructor. Added missing setClearColor to other renderers. Updated editor. il y a 12 ans
  Mr.doob 20c8c5e324 SVGRenderer: Reset counters on clear() instead of on render(). Cleaned up code a bit too. il y a 12 ans
  Mr.doob 286a65b78c Made CanvasRenderer and SVGRenderer behave like WebGLRenderer with MeshLambertMaterial and no lights. il y a 12 ans
  Mr.doob e314cb059d Changed some of the matrix.getPosition() to vector.getPositionFromMatrix( matrix ). See #2967. il y a 12 ans
  Mr.doob 51c1c4920c CanvasRenderer+SVGRenderer: Removed 2D clipping for Face3/Face4 elements as the projector is already taking care of that. il y a 12 ans
  Mr.doob 3293991e44 Projector: Culling vertices on the x and y axis too. il y a 12 ans
  Mr.doob db6a79a730 Fixed some more sub(a,b) to subVectors(a,b). il y a 12 ans