Commit History

Author SHA1 Message Date
  Mr.doob 5aa43cd1cd All canvas examples are now using RequestAnimationFrame.js 14 years ago
  Mr.doob 848d1a338c Removed debug version from compile script. 14 years ago
  alteredq 9c2b5c257c Added MiscUtils with THREE.requestAnimationFrame. 14 years ago
  alteredq e151ff394b Added Ribbon object. 14 years ago
  alteredq afbace2801 Cleaning up to make it pass through Closure compiler. 14 years ago
  alteredq 082da28c8e Renamed THREE.Supports to THREE.Detector, moved it to extras. Also cleaned up example title tags. 14 years ago
  alteredq 8e2f8c8b13 Fixed broken WebGL support detection. 14 years ago
  alteredq b198531c66 Added MarchingCubes object. 14 years ago
  Mr.doob 52c0de2b09 Merging with alteredq's branch. 14 years ago
  alteredq 8faa18b620 Added simple scene format loader. 14 years ago
  astrodud a62dc97e60 added LathedObject to build script for extras options 14 years ago
  Szymon Nowak 6294caed07 Added render-to-texture feature to WebGL renderer. 14 years ago
  alteredq e43de3dcf7 Refactored lines handling in WebGLRenderer to use the same internal machinery as meshes. 14 years ago
  alteredq 0fe464c97a Refactored uniforms cloning into separate file so that it can be reused also for MeshShaderMaterials. 14 years ago
  alteredq fb7788f0c6 Resurrected exponential fog as FogExp2. 14 years ago
  alteredq 76a56f2f5c First attempt at fog ;) 14 years ago
  alteredq 5e74c741c1 Retired MeshCubeMaterial: replaced it with MeshShaderMaterial "cube" defined in ShaderUtils. 14 years ago
  Mr.doob 15262507bd Added a sort parameter to Projector.projectObjects and Projector.projectScene. 14 years ago
  alteredq a31a8aaacf Refactored build system so that it's possible to generate includes for each configuration. 14 years ago
  Mr.doob fecd2f3a39 `python build.py --includes` generate a `includes.js` for easy copy/pasting 14 years ago
  Mr.doob 00795b3a83 Updated CanvasRenderer and some examples to handle the `Texture( image, mapping)` approach. 14 years ago
  Mr.doob 2463d48d26 build.py: full ⟶ common 14 years ago
  sole 3169b4cb86 buid.py: Show help message when no arguments are specified 14 years ago
  Mr.doob a6c9984a67 Commented some WIP code in CanvasRenderer so it doesn't throw warnings while compiling. 14 years ago
  Mr.doob 0f2badfdd1 Previous commit: `Matrix4.transform` ⟶ `Matrix4.transformVector3` and `Matrix4.tranformVector4` 14 years ago
  Mr.doob 67250c69d9 Merging with alteredq's branch. 14 years ago
  Mr.doob a2acf0b390 CanvasRenderer/SVGRenderer: RenderableFace4 is now gone. Unfortunately it created more problems than it solved. 14 years ago
  alteredq 0cdd188e17 Added MeshCubeMaterial: WebGLRenderer specific material for more efficient rendering of panoramas when doing cube mapping. 14 years ago
  alteredq 3ee99dc4c5 Added cube mapping to WebGLRenderer. Also added cube map example. Finally ;) 14 years ago
  Mr.doob fbfa375d2c src/io/Loader.js ⟶ src/extras/io/Loader.js 14 years ago