1. 02 3月, 2016 1 次提交
  2. 08 2月, 2016 1 次提交
  3. 19 1月, 2016 2 次提交
    • M
      Simplified LatheGeometry. · e61cf3b8
      Mr.doob 提交于
      e61cf3b8
    • R
      Lathe with Vector2 · 2108a4eb
      rfm1201 提交于
      LatheGeometry modified to use Vector2 and allowing axe choice by the
      called.
      The axe is designed by a letter because I didn't know where I should put
      a constance definition.
      The loop that create the geometry is not optimized for speed => the axis
      test is in the inner loop.
      Should not break any existing code.
      Doc and exemple not updated yet.
      2108a4eb
  4. 13 1月, 2016 1 次提交
  5. 21 11月, 2015 1 次提交
  6. 13 11月, 2015 1 次提交
  7. 23 10月, 2015 1 次提交
  8. 21 10月, 2015 1 次提交
  9. 16 10月, 2015 1 次提交
  10. 08 10月, 2015 1 次提交
  11. 29 9月, 2015 2 次提交
  12. 19 9月, 2015 2 次提交
  13. 16 9月, 2015 3 次提交
  14. 11 9月, 2015 1 次提交
  15. 08 9月, 2015 2 次提交
  16. 05 9月, 2015 1 次提交
  17. 04 9月, 2015 1 次提交
  18. 03 9月, 2015 7 次提交
  19. 29 8月, 2015 1 次提交
  20. 28 8月, 2015 1 次提交
  21. 27 8月, 2015 3 次提交
  22. 26 8月, 2015 1 次提交
  23. 20 8月, 2015 3 次提交
  24. 05 8月, 2015 1 次提交
    • D
      Complete json roundtrip for lights · 250f62e2
      dubejf 提交于
      - `AreaLight`: Add to the `ObjectLoader`.
      
      - `DirectionalLight`, `HemisphereLight`, `SpotLight`: Update matrix in
      constructor. These lights are not create at origin. The default
      constructed Matrix4 is the identity matrix and is out of sync with the
      actual position.
      
      - Unit tests
      250f62e2