Commit History

Author SHA1 Message Date
  Mr.doob d196b36c51 Removed useVertexNormals boolean from computeFaceNormals. 13 years ago
  Mr.doob 6b151b552e Merging with @alteredq's experimental branches. 13 years ago
  zz85 cdd5a20de2 Switched to hashmap implementation for mergeVertices() 14 years ago
  zz85 b5f4b24204 moved `computeEdgeFaces()` from `Geometry` to `SubdivisionGeometry` 14 years ago
  zz85 8ead1b1a91 Fixed mergeVertices(). Moved from CubeGeometry to Geometry. Now checkDupVertices(true) removes duplicated vertices 14 years ago
  zz85 61a407f37b Updated Curve.js, Updated builds 14 years ago
  zz85 c2e0d05ec6 Playing around with UVs 14 years ago
  zz85 8edfa99583 Rename SubdivisonGeometry.js to SubdivisionGeometry.js. Fix geometries which use duplicate vertices. SubdivisionGeometry tested with Cube/Sphere/Cylinder/TextGeometry 14 years ago
  zz85 3e8c66f6e1 fixed Geometry.js so computeEdgeFaces() writes face indices to edges 14 years ago
  Mr.doob c543ba6540 GeometryUtils.applyMatrix -> Geometry.applyMatrix 14 years ago
  Mr.doob 3d67cf43c3 Projector now using the "array.length = 0" way. 14 years ago
  Mr.doob d65aec1874 Moved `object.dynamic` to `geometry.dynamic`. 14 years ago
  Mr.doob 1578a27d33 Updated constructor position and buils. 14 years ago
  Mr.doob 55b753ed09 Merging with @pushmatrix's mater. 14 years ago
  Mr.doob 087066524a Added boundingSphere check for Meshes in Ray ( improving performance considerably). 14 years ago
  alteredq f7e3a80d70 Added edges computation to OBJ converter. 14 years ago
  alteredq 7915999bdd Added edges to Blender exporter, JSONLoader and Geometry. 14 years ago
  Mr.doob abb4a774cd Merging with alteredq. 14 years ago
  Mr.doob 5c33ce01e2 Unfortunately C4D exporter is outdated and we don't use that. Removing it for now... Hopefully someone will re-port the Blender exporter again. 14 years ago
  alteredq 9db71a171a Fixed tangents and UVs in Blender exporter. 14 years ago
  alteredq 548289b3a4 Fixed remaining extras/geometries, GeometryUtils and few examples. 14 years ago
  Mr.doob 6514f67c12 Adapting Projector to new internal changes. Quite broken but getting there. 14 years ago
  alteredq 9ab427b7c6 Refactored core and renderer to use new model format. 14 years ago
  Mikael Emtinger b2fa718d8d Unmergable: commited to be able to merge with alterq. 14 years ago
  Mikael Emtinger 29d45e6da5 Mergable: Added VertexAnimatedMesh. 14 years ago
  alteredq c7826c1d56 Fixed old normals name in Geometry.computeFaceNormals. 14 years ago
  Mr.doob 482fe243a4 Removed Matrix4.multiplyVector3OnlyZ as it's not being used... ? 14 years ago
  Mr.doob 6e16d3b297 Removed WebGLRenderer2. 14 years ago
  Mr.doob 88c2d7c77b Moved Object::sortObjectByMaterials to WebGLRenderer (so it's done automagically). 14 years ago
  Mr.doob f5e819fe14 Removed all the toString methods (saving 6kbytes) 14 years ago