Commit History

Author SHA1 Message Date
  Mr.doob d43dd3868a Minor tweaks. 11 years ago
  Mr.doob 384b8a126a Added fromBufferGeometry() method to Geometry. 11 years ago
  Mr.doob f8ecbb150e Moved *Exporter code to the objects themselves. See #4621. 11 years ago
  Mr.doob 2efc87a00d Added type property to all relevant objects. 11 years ago
  OpenShift guest 2f4a310330 Make it possible to update the materialIndex on a meshFacematerial 11 years ago
  OpenShift guest e2f126d981 Don't use forinstatement in renderer 11 years ago
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 years ago
  Mr.doob 355b68b9a0 Moved GeometryUtils to examples/js/utils. Added randomPointsinBufferGeometry. See #4835. 11 years ago
  Mr.doob e58553d1ba Renamed ParticleSystem to Points and ParticleSystemMaterial to PointsMaterial. See #4726. 11 years ago
  Mr.doob f8a8d4177d Fixed TransformControls. 11 years ago
  Mr.doob d1a18e9b2d Geometry.merge(): Check that geometry is instance of THREE.Geometry. 11 years ago
  Mr.doob 2c058ac3ce Geometry: Removed unused variable assignation. Fixes #4652. 11 years ago
  Mr.doob b6e22e226c Nicer API for Geometry.merge() 11 years ago
  Mr.doob 81744b42c9 Moved GeometryUtils.merge to Geometry.merge. 11 years ago
  Mr.doob c0a0aef2ef Rescued Geometry. 11 years ago
  Mr.doob b827aaef25 Typed* to Proxy* 11 years ago
  Mr.doob 47cdd49df2 Fixed dependencies and compiler warnings. 11 years ago
  James Baicoianu 88dc98ef70 Added skinIndices/skinWeights, vertexTangents, Geometry.clone/computeBoundingSphere/computeBoundingBox/computeFaceNormals/computeVertexNormals 11 years ago
  James Baicoianu 85c2594863 Replaced Geometry with new BufferGeometry-based compatibility layer 11 years ago
  Mr.doob f46a2b841e Removed face.centroid and geometry.computeCentroids() 11 years ago
  gero3 4eaa98320b Update Geometry.js 11 years ago
  Mr.doob 2af775f76b Moved WebGLRenderer sortFacesByMaterial to Geometry.makeGroups as per @wivlaro's #3432 PR. 11 years ago
  Martin Wicke 24cfa675b8 remove __tmpVertices vertex normal cache 11 years ago
  Martin Wicke 089741d0ad initialize face.vertexNormals and __tmpVertices more often, to make sure they are available when computeVertexNormals is called (again) after faces or vertices have changed. 11 years ago
  Mr.doob 3f3cfa27de Removed THREE.Ribbon. See #3860. 12 years ago
  zexee 41b1a45a63 Update Geometry.js 12 years ago
  Mr.doob b3f7e8f923 Removed faceUvs stuff. 12 years ago
  Mr.doob ac1e90b9b0 Removed more Face3/Face4 checks. 12 years ago
  Mr.doob 41dcce8e8b Removed Face4 bits in src. 12 years ago
  Mr.doob a356e4dc8d Basic changes. 12 years ago