Commit History

Author SHA1 Message Date
  alteredq 14fdaa11e7 Added Face3.clone, Face4.clone, GeometryUtils.tessellate and tessellate + explode example. 13 years ago
  alteredq 0ed890f71c Added Vertex.clone and GeometryUtils.explode. 13 years ago
  alteredq 5a48c3488e Added GeometryUtils.triangulateQuads 13 years ago
  alteredq befc98a01e Refactored bounding box to use 2x Vector3 instead of custom object. 13 years ago
  alteredq b1ef3409a6 Sorting out accidental double-merge. 13 years ago
  alteredq 3aa1767844 Merge remote-tracking branch 'remotes/mrdoob/dev' into dev 13 years ago
  Mr.doob c5613ebb53 Implemented again @ekitson's improvement to GeometyUrils.center. Increased light intensity in loader_json_blender example. 13 years ago
  Mr.doob 5bcf179d3e Merging with @alteredq's branch. 13 years ago
  Mr.doob a640e74c70 Merge remote-tracking branch 'AddictArts/dev_collada' into dev 13 years ago
  alteredq 1d5a72ddc9 Resurrected UVs normalization (as GeometryUtils.normalizeUVs). 13 years ago
  Erik Kitson fe8e1b881f Added option to ColladaLoader to recenter all Geometry so that they are centered around the local origin of their containing Mesh. 13 years ago
  Mr.doob 2ea8cbae2a Fixed a bug in GeometryUtils.merge where it would create a material index per face. 13 years ago
  Mr.doob 6b151b552e Merging with @alteredq's experimental branches. 14 years ago
  zz85 a88848ab1d Added THREE.SubdivisionModifier. Removed THREE.GeometryUtils.createSubdivision() 14 years ago
  zz85 dd6114b7f2 Moved createSubdivision() to THREE.GeometryUtils 14 years ago
  alteredq 75fb4c7362 Added GeometryUtils.center. 14 years ago
  Mr.doob c543ba6540 GeometryUtils.applyMatrix -> Geometry.applyMatrix 14 years ago
  Mr.doob d3a5649759 Added GeometryUtils.applyMatrix so we can easily manipulate geometry \:D/ 14 years ago
  alteredq fd27811b7c Added better random in GeometryUtils. Added possibility of using custom depth material for shadow maps. 14 years ago
  alteredq 56df7724ed Extended GeometryUtils with methods for getting random points. 14 years ago
  alteredq 87cc607c4f Added createPointsGeometry for Path. 14 years ago
  alteredq d31398b28d Added THREE namespace to GeometryUtils. 14 years ago
  Mr.doob 0dc51e5687 Added copy method to THREE.Color. 14 years ago
  alteredq 548289b3a4 Fixed remaining extras/geometries, GeometryUtils and few examples. 14 years ago
  Mr.doob c7aa2ab3d1 Object3D::localMatrix ⟶ Object3D::matrix 14 years ago
  Mr.doob 106db4c3f8 Object3D::autoUpdateMatrix ⟶ Object3D::matrixAutoUpdate 14 years ago
  alteredq 2ecbe2dec2 A lot of bugfixing and refactoring. 14 years ago
  astrodud ebd21f962b GeometryUtils.merge should obey object2.autoUpdateMatrix 14 years ago
  Szymon Nowak 5c8a089669 Fixed implied globals and added few missing semicolons 14 years ago
  Mr.doob bffdc03cf1 `*.material`→ `*.materials` 14 years ago