Commit History

Author SHA1 Message Date
  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
  Mr.doob 27dc056af4 Minor refactoring and clean up. 14 years ago
  alteredq 2ecbe2dec2 A lot of bugfixing and refactoring. 14 years ago
  alteredq f4fe695d9a First somehow working version ;). 14 years ago
  alteredq cf37a8cc43 First integration step: something appeared on the screen ;) 14 years ago
  alteredq 750a242f0c Added vertex colors for particles. 14 years ago
  alteredq 1921192be9 Added basic support for second set of UVs for lightmaps. 14 years ago
  alteredq fe6008b616 Added basic support for dynamic geometry in WebGLRenderer (with silly ocean example). 14 years ago
  Szymon Nowak 5c8a089669 Fixed implied globals and added few missing semicolons 14 years ago
  Mr.doob ebaa3ae392 I knew it wasn't going to work. 14 years ago
  Mr.doob bffdc03cf1 `*.material`→ `*.materials` 14 years ago
  Mr.doob 5e2c480b89 Implemented Frustum checking to `Projector::projectObjects` (thanks errynp) 14 years ago
  Mr.doob f50f42dde1 Commented out `Mesh::normalizeUVs`. Needs to be handled in the CanvasRenderer directly. 14 years ago
  Mr.doob cee1d4832f Merge remote branch 'alteredq/master' 14 years ago
  alteredq ac5276b41f Added normal + ambient occlusion + displacement mapping demo. 14 years ago
  Mr.doob 10e21dde88 `Geometry::computeNormals` → `Geometry::computeFaceNormals` 14 years ago
  Mr.doob 5573f95417 Added `Geometry::computeVertexNormals`. 14 years ago
  Mr.doob ed5a9b91a5 Synced materials examples with live version. 14 years ago