Commit History

Author SHA1 Message Date
  Mr.doob ab7c7251e6 TrackballControls: Caching event. 13 years ago
  Mr.doob 2856874da1 extractUrlbase() to extractUrlBase() in CTMLoader. 13 years ago
  Mr.doob aa21b7a7db extractUrlbase() to extractUrlBase() 13 years ago
  Mr.doob f6bc8f5e72 Yet another tweak on the extractUrlbase code. Hopefully it does the trick now. 13 years ago
  Mr.doob 46ef0e0b11 Merge remote-tracking branch 'alteredq/dev' into dev 13 years ago
  Mr.doob 70ea860ca0 Updated builds. 13 years ago
  Mr.doob 3825790cc0 Reordered blending constants values 13 years ago
  Mr.doob 8dfd667609 Fixed removing scene.lights to scene.__lights breakages. 13 years ago
  Mr.doob 22419675e6 Merge remote-tracking branch 'kovleouf/dev' into dev 13 years ago
  alteredq 05f86c7438 Fixed postprocessing demo. 13 years ago
  Mr.doob c1b59c0204 Updated builds. 13 years ago
  Mr.doob 28ad7aa270 Renamed scene.objects to scene.__objects and fixed all the examples that relied on it. 13 years ago
  Mr.doob 4e2f5aaa0c Removed old DEPRECATED messages. 13 years ago
  kovleouf f3d2d484fa add "NoBlending" to Material and WebGLRenderer 13 years ago
  Mr.doob 6b63c04d39 Updated builds. 13 years ago
  Mr.doob ca90b0aa03 Cleaned up lookAt() example. Minor tweaks. 13 years ago
  Mr.doob 104389c58e Fixed broken interactive examples. 13 years ago
  Mr.doob 9f87079155 Matrix4.lookAt(): y doesn't need to be normalized because it's a cross product of 2 normalized vectors 13 years ago
  Mr.doob 53bc1ea6e2 Implemented @rectalogic's blender exporter flipyz patch. Fixes #825 and #1351. 13 years ago
  Mr.doob 2a18c4c909 texture.onUpdated() should be texture.onUpdate(). Fixes #1347. 13 years ago
  Mr.doob 01a15e2455 Merge remote-tracking branch 'alteredq/dev' into dev 13 years ago
  Mr.doob 787438069b Blender exporter still works with 2.62 ^^ 13 years ago
  alteredq 382f964255 Added doubleSided handling for reflections / refractions. 13 years ago
  alteredq aa7e9865ff Added proper doubleSided handling for Lambert. 13 years ago
  alteredq 8ac9e70e6e Added proper doubleSided handling for Phong. Added doubleSided performance test. 13 years ago
  Mr.doob 73283a606f Added .setPrecision() to Ray. Fixes #1328. 13 years ago
  Mr.doob 2c6e0d1805 Merge remote-tracking branch 'alteredq/dev' into dev 13 years ago
  Mr.doob 954e6e90fa DOMRenderer clean up. 13 years ago
  alteredq 9f806fa522 Made ExtrudeGeometry creating UVs for all faces all the time. 13 years ago
  Felix Jorkowski 04f01d0647 Fixed: The DOMRenderer was not using the correct members from the result of the projectScene() function, which ended up meaning that no DOM elements were being updated at all. 13 years ago