Commit History

Author SHA1 Message Date
  Mr.doob c1faad5bde Converted space indents to tabs. See #6252. 11 years ago
  aaron 80214490ad toJSON - move class specific code onto individual classes 11 years ago
  Elisée Maurer ecd0ddd1a1 Set prototype.constructor for all derived classes 11 years ago
  Mr.doob 2efc87a00d Added type property to all relevant objects. 11 years ago
  Mr.doob 80276a1192 Sprite: Removed unneeded updateMatrix. 11 years ago
  Mr.doob da5cb2349c Sprite: Added uvs. 11 years ago
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 years ago
  Mr.doob 9410c18a9d Moved Raycaster LOD code. 11 years ago
  Mr.doob 1982817430 Raycaster: I don't think we need to return intersects there... 11 years ago
  Mr.doob 8ae3dae6ae Moved Raycaster's Sprite code to Sprite.raycast(). See #3492. 11 years ago
  Mr.doob 9fd3556b9d Updated AxisHelper and Sprite to simpler BufferAttribute. 11 years ago
  Mr.doob 0ab16a09ee Updated loaders and examples to new BufferAttribute pattern. 12 years ago
  Mr.doob f549fedfc6 Experimenting with BufferAttribute. 12 years ago
  Mr.doob dfffeef1da Updated src and examples to latest BufferGeometry API. 12 years ago
  Mr.doob f86548efe7 Sprite now using real geometry. 12 years ago
  Mr.doob b4938b311a Sprite: Temporal workaround for WebGLRenderer. 12 years ago
  Mr.doob e4bdd2f2e5 Projector: Frustum checking Sprites. 12 years ago
  Mr.doob 35b2609f7a Moved Sprite.rotation to SpriteMaterial.rotation. 12 years ago
  Mr.doob 692f1376d1 Unified Particle into Sprite. Renamed ParticleBasicMaterial to ParticleSystemMaterial. Fixes #968. 12 years ago
  Mr.doob 14152a3a4c Sprite: Removed unused code. 12 years ago
  WestLangley 6c58539fdf Fixed Sprite Scaling Issues 12 years ago
  WestLangley 50bff9957f Minor cleanup 12 years ago
  Ben Houston a16a9f6775 complete Euler class, update examples, update Object3D, update unit tests. 13 years ago
  Mr.doob 1983a69e0f Fixed Sprite breakage. 13 years ago
  Ben Houston 715ed487a8 Matrix4.compose -> makeFromPositionQuaternionScale, add Matrix4.makeFromPositionEulerScale(). 13 years ago
  Ben Houston 36e9847200 simplify Object3D matrix construction via use of Matrix4.compose(). 13 years ago
  Mr.doob 99358076dd Removed unused object.boundRadius and object.boundRadiusScale. 13 years ago
  alteredq c84097364b Moved sprite material properties from Sprite object into SpriteMaterial. 13 years ago
  alteredq 73922dc797 Added support for alphaTest to Sprites. 13 years ago
  alteredq 2ef3f96435 Fixed sharing of default alignment vector and dealing with missing parameter object in Sprite. 13 years ago