提交历史

作者 SHA1 备注 提交日期
  Mr.doob 647b4a57b8 * Added `PointLight` 15 年之前
  mindlapse a89865bda8 3d onclick, see examples/hci_clickcube.html 15 年之前
  Julian Walker 7c94809ed2 Using projection * view * obj matrix to transform vertices in Renderer instead of transforming twice (once by view * obj and once by projection). 15 年之前
  Julian Walker 930faff1ef Matrix4.lookAt now initializes W row (omitted previously). 15 年之前
  Julian Walker 286402351b Spaces -> tabs in WebGLRenderer.js 15 年之前
  Ben Nolan 0c6219b43f * Made vector methods chainable 15 年之前
  Mr.doob 5ce7a10bbb - Added TODO 15 年之前
  philogb c88fa50a4c Add Matrix4.rotationAxisAngleMatrix 15 年之前
  philogb c8aacd8cdc Add Color methods to prototype object. 15 年之前
  philogb 4074b8097f Ignore .project extensions 15 年之前
  Mr.doob 14b5a3ebb5 - README tweaks 15 年之前
  Mr.doob e68109fdb2 - Clean up 15 年之前
  Nicolas Garcia Belmonte 10681d6684 * Bug Fix: Matrix4.makeInvert was calling a non existent scale method. Replaced with multiplyScalar. 15 年之前
  Nicolas Garcia Belmonte ad73c981ee * Enable Scene light object management 15 年之前
  Nicolas Garcia Belmonte d342239c4a Added light objects 15 年之前
  Nicolas Garcia Belmonte 24005fc1e1 Added basic lighting shader code 15 年之前
  Nicolas Garcia Belmonte a53ad5a79a Added normals to WebGLRenderer 15 年之前
  Nicolas Garcia Belmonte 78561a35e6 Fixed the computeNormals method. 15 年之前
  Nicolas Garcia Belmonte 20be01f159 Added transpose method to Matrix4 15 年之前
  Nicolas Garcia Belmonte a319fe3c7b Added a clone of the geometry_cube example working with the WebGL renderer. 15 年之前
  Nicolas Garcia Belmonte 636d108e4b WebGLRenderer fixes: 15 年之前
  Nicolas Garcia Belmonte ab1d219eda Added flatten method to Matrix4 to be used in the WebGLRenderer. 15 年之前
  Nicolas Garcia Belmonte d8c093c030 No files changed here. 15 年之前
  Mr.doob 216b4eeee2 * Workaround for Opera bug (clearRect not working with context with negative scale) 15 年之前
  Mr.doob 010f5829e6 - Added `Matrix4.multiplyScalar`, `Matrix4.determinant` and `Matrix4.makeInvert` 15 年之前
  Mr.doob 680000c289 - Forgot the stats.js > Stats.js change in some examples... 15 年之前
  Mr.doob 9c796ce6ae - Of course, all examples had to point to the renamed file... 15 年之前
  Mr.doob 8b18eafc78 - Added "Or so they say..." demo to featured projects. 15 年之前
  Mr.doob ada5ff2536 - Show ParticleBitmapMaterial center when using three_debug.js 15 年之前
  Mr.doob 5fe1f2a6d1 - ParticleBitmapMaterial.offset clearRect fixed 15 年之前