1. 07 3月, 2011 6 次提交
  2. 06 3月, 2011 6 次提交
  3. 05 3月, 2011 2 次提交
  4. 04 3月, 2011 1 次提交
  5. 03 3月, 2011 6 次提交
  6. 02 3月, 2011 6 次提交
  7. 01 3月, 2011 4 次提交
  8. 28 2月, 2011 5 次提交
    • M
      Fixed LOD. · 93dbda08
      Mikael Emtinger 提交于
      93dbda08
    • A
      Refactored everything to use CamelCase naming for properties. Plus some... · cf2e8c1b
      alteredq 提交于
      Refactored everything to use CamelCase naming for properties. Plus some smaller fixes here and there.
      
      Went through all examples, all should work.
      
      JSON files exported from Blender / converted from OBJ files still use underscored property names internally. I don't know, should these also be changed?
      cf2e8c1b
    • M
      Matrix4.lookAt: · 5c4131d3
      Mikael Emtinger 提交于
      - Changed so it sets an ordinary matrix. Also removed inversion of position, which broke A LOT of the examples.
      
      WebGLRenderer:
      - Using camera.matrixWorldInverse instead of camera.matrixWorld
      - Changed frustum check to camera.frustumContains( object );
      - Moved cameraInverse * matrixWorld to vertex shader (needs testing!) (note: normals not fixed yet!)
      
      Object3D.addChild:
      - Recurses up through hierarchy until reaches scene and adds itself to scene.objects/sounds/lights
      
      Camera:
      - Changed inverseMatrix -> matrixWorldInverse
      5c4131d3
    • M
      Removed all the toString methods (saving 6kbytes) · f5e819fe
      Mr.doob 提交于
      I don't remember when was the last time I used them. Current Web Developer Tools do this already for you.
      
      Color::updateRGBA ⟶ Color::updateRGB
      f5e819fe
    • A
      Synced with mrdoob's branch. · cf901305
      alteredq 提交于
      cf901305
  9. 27 2月, 2011 2 次提交
  10. 26 2月, 2011 2 次提交