Commit History

Author SHA1 Message Date
  Mr.doob fdea8942ca More disposing. 12 years ago
  Mr.doob 0fd5a5ce24 Renamed .deallocate() to .dispose() as discussed in #2760 and fdb737d078e0e3d6eba9856cec77401082a42fe8. 12 years ago
  Mr.doob 28aba0b81a Renamed EventTarget to EventDispatcher as discussed in fdb737d078e0e3d6eba9856cec77401082a42fe8. 12 years ago
  Mr.doob fdb737d078 Sending target in the deallocate event. 12 years ago
  Mr.doob b81e23e898 Event system implementation for deallocating geometries and textures. 12 years ago
  Mr.doob 609329f11e Removed *Library objects as per discussion in #2712. 12 years ago
  Mr.doob 6e0c0aaecf Simplified Geometry's boundingSphere and boundingBox checks. 12 years ago
  alteredq 4073df5091 More garbage collection friendly (on repeated calls) Geometry.computeBoundingBox() and Geometry.computeBoundingSphere() 12 years ago
  Mr.doob 3823a3d42e Changed *Library from Array to Object. Fixes #2745. 12 years ago
  Mr.doob c1f9ef832e Replaced THREE.UV with THREE.Vector2. 12 years ago
  Ben Houston 53ef1756cb nickname consistency. 12 years ago
  Ben Houston 5c373708ee move away from static fromXXX-style constructors to setXXX style member functions widely used in ThreeJS. 12 years ago
  Ben Houston cb2b5cece2 adopt Sphere.js and Box3.js in Geometry.js. 12 years ago
  Mr.doob 95238b00de GeometryUtils.clone() to geometry.clone() 12 years ago
  alteredq 261869ac0a Removed remaining traces of geometry.materials 12 years ago
  WestLangley f05d90f890 Removed Vector*.isZero() 12 years ago
  alteredq b5390e9395 Added area weighted vertex normals computation to Geometry. 12 years ago
  WestLangley bdc8146a7d Corrected Normal Matrix Calculation in Geometry.applyMatrix() 12 years ago
  alteredq 55d91c10af Moved computeLineDistances into Geometry. 12 years ago
  alteredq e39cbf23f1 Added LineDashedMaterial and corresponding example. 12 years ago
  alteredq 7c4269ef46 Added support for vertex normals to Ribbons. 13 years ago
  alteredq 9f57ad8211 Editor: removed dummy textures. 13 years ago
  Mr.doob 5365e0c512 Changed *Library approach. 13 years ago
  Mr.doob 5b29891f56 Renamed *Lib to *Library. 13 years ago
  Mr.doob f9d9b88f00 Added deallocate() as per discussion in 05cbaf5a3324d5770b8f52c0a3fc886344d8b932 13 years ago
  Mr.doob 05cbaf5a33 Replaced *Count with *Lib system. 13 years ago
  Mr.doob 90300df231 Added missing *NeedUpdate flags to Geometry. 13 years ago
  Mr.doob 6bdaf52ae9 Nickname consistency. 13 years ago
  Mr.doob a85e59ede8 Reverted computeBoundingSphere sketchy optimisation. But left the neat one. 13 years ago
  Mr.doob 2913583ad5 Geometry.computeBoundingSphere clean up. 13 years ago