1. 29 8月, 2015 1 次提交
  2. 28 8月, 2015 1 次提交
  3. 27 8月, 2015 3 次提交
  4. 26 8月, 2015 1 次提交
  5. 20 8月, 2015 3 次提交
  6. 18 8月, 2015 2 次提交
  7. 05 8月, 2015 2 次提交
    • 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
    • M
      Editor: AlphaTest support. · 59a8e2ec
      Mr.doob 提交于
      59a8e2ec
  8. 01 8月, 2015 1 次提交
  9. 30 7月, 2015 1 次提交
  10. 29 7月, 2015 1 次提交
  11. 25 7月, 2015 1 次提交
  12. 21 7月, 2015 1 次提交
  13. 19 7月, 2015 1 次提交
  14. 17 7月, 2015 2 次提交
  15. 16 7月, 2015 2 次提交
  16. 14 7月, 2015 1 次提交
  17. 08 7月, 2015 1 次提交
  18. 06 7月, 2015 2 次提交
    • D
      Remove uses of .offsets · d0dff857
      dubejf 提交于
      Store reading and writing to `.offsets`.
      
      Avoid mutations to `.drawcalls` from outside the `BufferGeometry`.
      d0dff857
    • D
      Async callback for cached resources. · 71bb6883
      dubejf 提交于
      For consistency, the `load` call should always be asynchronous, event
      when the resource is readily available in cache.
      
      Add unit tests (unittests_three.html only).
      Update QUnit to latest version.
      
      Fixes #6779. Does NOT fix #6572.
      71bb6883
  19. 05 7月, 2015 2 次提交
  20. 25 6月, 2015 1 次提交
    • D
      Fix typos · 324cfb9d
      dubejf 提交于
      eg. / e.g.
      vertice / vertex
      fullframe / full-frame
      todo / TODO
      unreckognized / unrecognized
      ontop / in front
      initialise / initialize
      unforms / uniforms
      overriden / overridden
      interpolatation / interpolation
      subsurve / sub-curve
      Catmull-rom / Catmull-Rom
      consruct / construct
      colinear / collinear
      perpenicular / perpendicular
      minimim / minimum
      segements / segments
      speficied / specified
      compatable / compatible
      egde / edge
      initalization / initialization
      shiftet / shifted
      childrens' / children's
      ambigious / ambiguous
      barycoordinates / barycentric coordinates
      equi distance / equidistant
      equidistance / equidistant
      ist / is
      
      And remove one `console.log`
      324cfb9d
  21. 04 6月, 2015 1 次提交
  22. 29 5月, 2015 1 次提交
  23. 16 5月, 2015 1 次提交
  24. 13 5月, 2015 1 次提交
  25. 11 5月, 2015 5 次提交
  26. 09 5月, 2015 1 次提交