1. 13 4月, 2017 2 次提交
  2. 07 4月, 2017 1 次提交
  3. 05 4月, 2017 8 次提交
  4. 04 4月, 2017 2 次提交
    • F
      Update ColladaLoader.js · 486b519f
      Fallstream 提交于
      Variable m1 declared inside else-scope but used in the if-scope before.
      setJointValue didn't update the value at jointMap => Not possible to use getJointValue() with correct new value after use of setJointValue()
      486b519f
    • M
      Reduced webvr_rollercoaster scale. · bb485afe
      Mr.doob 提交于
      bb485afe
  5. 02 4月, 2017 1 次提交
  6. 31 3月, 2017 2 次提交
  7. 30 3月, 2017 1 次提交
  8. 29 3月, 2017 4 次提交
  9. 28 3月, 2017 7 次提交
  10. 27 3月, 2017 5 次提交
  11. 25 3月, 2017 4 次提交
    • K
      #9756 Updated to WWOBJLoader2 V1.1.0: · 0ff805ff
      Kai Salmen 提交于
      Adjusted to removal of MultiMaterial
      0ff805ff
    • K
      #9756 · 75de261d
      Kai Salmen 提交于
      OBJLoader2:
      - Removed underscores from functions of private classes
      
      WWOBJLoader2:
      - Adjusted naming of web worker classes
      75de261d
    • K
      #9756 WWOBJLoader2 V1.0.6 · fb79968d
      Kai Salmen 提交于
      Improvements since initial external V1.0.0 release:
      OBJLoader2:
      - Removed need for making Parser public. OBJLoader2 has a build function for web worker code.
      - MeshCreator is now private to OBJLoader2
      
      WWOBJLoader2:
      - Added checks for Blob and URL.createObjectURL
      - Worker code build: Removed need to adjust constructor and some new Object calls
      - Allow to properly set CORS to MTLLoader via WWOBJLoader2 and WWOBJLoader2Director
      - Now allows to enable/disable mesh streaming
      
      Example webgl_loader_obj
      - Added GridHelper
      - resources to load are now defined outside example classes
      
      Example webgl_loader_obj2_ww
      - Allow to clear all meshes in
      - Allows to load user OBJ/MTL files
      - Added GridHelper
      - resources to load are now defined outside example classes
      
      All Examples:
      - Created one page examples and tuned naming
      - All examples now use dat.gui
      - Removed namespace "THREE.examples"
      - Fixed comment typos
      - Fixed some code formatting issues
      - Fixed tabs in examples
      
      General:
      - Headers now carry references to development repository
      fb79968d
    • M
      FBXLoader2: Improved performance and memory usage. · 1ab91a63
      Mr.doob 提交于
      1ab91a63
  12. 24 3月, 2017 1 次提交
  13. 23 3月, 2017 2 次提交