1. 17 5月, 2018 1 次提交
  2. 16 5月, 2018 6 次提交
  3. 15 5月, 2018 7 次提交
  4. 13 5月, 2018 3 次提交
  5. 12 5月, 2018 11 次提交
  6. 11 5月, 2018 7 次提交
  7. 10 5月, 2018 5 次提交
    • K
      Updates OBJLoader2 to V2.4.1 which fixes the following bugs: · ea491232
      Kai Salmen 提交于
      - #14010: `TRHEE.OBJLoader2.loadMtl` transforms an ArrayBuffer to String `THREE.LoaderUtils.decodeText` if content is provided as ArrayBuffer
      - #14032: Vertex Color value was not correctly initialized. Vertex colors are now correctly used
      - Original repo issue 40: Added function `TRHEE.OBJLoader2.setUseOAsMesh` to enforce mesh creation on occurrence of "o". The default is false (spec compliant).
      - Original repo issue 39: Ensure name of `THREE.LoaderSupport.ResourceDescriptor` always has a default name
      - Original repo issue 38: Fixed onMeshAlter and onLoadMaterials callback usage in `THREE.LoaderSupport.WorkerDirector` and fixed handling of returned objects in `THREE.LoaderSupport.MeshBuilder`
      ea491232
    • M
      Updated builds. · 1645dbfe
      Mr.doob 提交于
      1645dbfe
    • M
      WebXRManager: Added getStandingMatrix(). · 3b201685
      Mr.doob 提交于
      3b201685
    • M
      Updated builds. · a9047c54
      Mr.doob 提交于
      a9047c54
    • M
      139a4806