Commit History

Author SHA1 Message Date
  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
  Jay Weeks e5943ee1c7 Optimize Geometry.prototype.computeBoundingSphere 13 years ago
  Mr.doob db5645e7bf Setting geometry.dynamic true by default. 13 years ago
  Mr.doob b40e238550 Added placeholders for Object3D and Geometry clone(). 13 years ago
  alteredq 46134f6fd9 Merge remote-tracking branch 'remotes/zz85/master' into unflip 13 years ago
  zz85 5b07ee341a Fix for #2175 13 years ago
  alteredq 098d3edab8 Added dynamic updating of BufferGeometry. Added BufferGeometry.applyMatrix. Added Matrix4.multiplyVector3Array. 13 years ago
  Mr.doob 0c22371be1 GUI: More properties exposed. 13 years ago