Commit History

Author SHA1 Message Date
  zz85 4c2286cafc Applying Buffer Geometry Custom Attributes to WebGLRenderer2 13 years ago
  zz85 80876074e4 Prevent BufferGeometry custom attributes's array from being deleted by setting geometry.attributes.name.dynamic = true 13 years ago
  zz85 f31062690a Refactoring addObject WebGLRenderer to make code cleaner 13 years ago
  zz85 6f57c2092c More refactoring with BufferGeometry in WebGLRender to reduce code. 13 years ago
  zz85 11f449b569 Add BufferGeometry + Custom Attributes + Particles example. 13 years ago
  zz85 632ab5740c Supporting updates with BufferGeometry as discussed in #3088 13 years ago
  zz85 f9fe6da15d Proper attributeSize declaration in WebGLRenderers 13 years ago
  zz85 2ac1bb473e Adding custom BufferGeometry attributes support to WebGLRenderer2. 13 years ago
  zz85 8c723f74e1 Support custom BufferGeometry attributes in WebGLRenderer. 13 years ago
  Mr.doob 4cc51004b0 Merge remote-tracking branch 'bhouston/math-line' into dev 13 years ago
  Ben Houston a6357d9f45 Rename back LineSegment to Line3 per @mrdoob's preference. 13 years ago
  Mr.doob 6277e81c29 Merge remote-tracking branch 'Fktrcfylh/dev' into dev 13 years ago
  Alexander 7a1daad979 Fixed bug where last group in OBJ was not added. 13 years ago
  Mr.doob 5e70942e59 Merge remote-tracking branch 'zz85/edge_detect_shaders' into dev 13 years ago
  Mr.doob cc066007e2 Reverting to old WebGLRenderer. 13 years ago
  zz85 9edf3c06cb Add Edge Detection Shaders (Frei-Chen & Sobel filters) to examples 13 years ago
  Mr.doob 1efbf3b89d TrackballControls: Uncommented change event dispatch. 13 years ago
  WestLangley 4f800f6180 Added reset() to TrackballControls 13 years ago
  Mr.doob e5b4c9be65 Minor clean up. 13 years ago
  Mr.doob 35c1478572 Merge remote-tracking branch 'drewnoakes/test/vector3/angleto' into dev 13 years ago
  Drew Noakes 52aeb2e270 Using THREE.Math.clamp instead of locally defined version. 13 years ago
  Drew Noakes e4a451a8a0 Improved implementation and unit test for Vector3.angleTo to account for numerical problems outside of full [-1,1] range. 13 years ago
  Drew Noakes 791a11ddb9 Fixed bug in test. 13 years ago
  Drew Noakes 55242bab09 Fixed bug in Vector3.angleTo where NaN was being returned instead of zero. Added corresponding unit test. 13 years ago
  Drew Noakes 5852cab635 Per-face materials now loaded when JSON object dropped into editor. Fixes #3039. 13 years ago
  Mr.doob fde5632b36 Updated builds. 13 years ago
  Mr.doob e2b0c58076 Fixed SceneLoader example. 13 years ago
  Mr.doob 5a0323ac28 Replaced startsWidth and endsWidth with regexp. See #3003. 13 years ago
  Mr.doob e1b7007996 Updated builds. 13 years ago
  Mr.doob 3ced32afa7 Code clean up as per Ufligy2 warnings. 13 years ago