1. 10 6月, 2017 3 次提交
  2. 31 5月, 2017 1 次提交
  3. 25 4月, 2017 12 次提交
  4. 24 4月, 2017 14 次提交
  5. 23 4月, 2017 5 次提交
  6. 22 4月, 2017 5 次提交
    • K
      Updated code to version V1.2.1 and updated docs accordingly. · 561febce
      Kai Salmen 提交于
      Code related changes
      
      THREE.OBJLoader2.WWOBJLoader2:
      - Function _receiveWorkerMessage now uses a meshDescription that allows to override material or bufferGeometry or to completely disregard the mesh. THREE.OBJLoader2.WWOBJLoader2.LoadedMeshUserOverride was introduced for this.
      - Allow usage of multiple callbacks per callback type
      - THREE.OBJLoader2.WWOBJLoader2.PrepDataArrayBuffer and THREE.OBJLoader2.WWOBJLoader2.PrepDataFile require less mandatory parameters. Setters are introduced to handle optional things
      
      THREE.OBJLoader2.WWOBJLoader2Director:
      - Added per queue object callbacks
      - Global callbacks in prepareWorkers will be specified with new object OBJLoader2.WWOBJLoader2.PrepDataCallbacks. This object is also used in both PrepData objects for defining extra per model callbacks in addition to the global ones
      - Callbacks will be reset and reassigned for every run
      
      All:
      - Improve code quality, especially, replaced != or == with Boolean() or ! Boolean() where applicable
      - Improve logging and comments
      561febce
    • K
    • M
      Examples: Fix webvrwebvr_rollercoaster · e0f47584
      Mugen87 提交于
      e0f47584
    • W
      blender exporter: add error check · c91a4994
      Will Alcorn 提交于
      c91a4994
    • W
      blender exporter: more exporting, improve usability · 3dca78a0
      Will Alcorn 提交于
      3dca78a0