1. 31 7月, 2018 1 次提交
  2. 12 7月, 2018 1 次提交
  3. 06 7月, 2018 1 次提交
  4. 25 6月, 2018 1 次提交
  5. 23 6月, 2018 1 次提交
  6. 18 6月, 2018 2 次提交
  7. 16 6月, 2018 1 次提交
  8. 10 5月, 2018 1 次提交
    • 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
  9. 02 5月, 2018 1 次提交
  10. 17 4月, 2018 1 次提交
  11. 10 4月, 2018 1 次提交
  12. 28 3月, 2018 1 次提交
  13. 17 3月, 2018 1 次提交
  14. 14 3月, 2018 2 次提交
  15. 13 3月, 2018 1 次提交
  16. 08 3月, 2018 1 次提交
    • K
      OBJLoader2 V2.4.0: · 5a390957
      Kai Salmen 提交于
      - three.js issue 13197:
        - Added forceWorkerDataCopy to THREE.LoaderSupport.WorkerSupport and THREE.LoaderSupport.WorkerDirector
        - THREE.OBJLoader2 handles cached resources properly. This increases overall performance as no unnecessary reloads are requested.
      - THREE.OBJLoader2: Reduced Parser complexity:
        - Simplified slash counting used for face type detection
        - One buildFace fucntion is used for all four face types, lines and points including indices (=vertex reduction) creation if wanted.
        - String processing (o, g, mtllib and usemtl) just concatenates chars
        - Overall speed improvements due simpler code paths
      - Removed THREE.LoaderSupport.ConsoleLogger: Added setLogging function as replacement where. Console logging is behind boolean flags.
      - Removed THREE.LoaderSupport.LoaderBase: Many functions are coupled with OBJLoader2. It was simply not generic enough and added unneeded complexity.
      - Reduced THREE.LoaderSupport.PrepData to minimum set of generic functions. Simple properties are added by demand and are no longer enforced.
      - Renamed THREE.LoaderSupport.Builder to THREE.LoaderSupport.MeshBuilder
      - Updated documentation
      5a390957
  17. 21 2月, 2018 2 次提交
  18. 16 2月, 2018 1 次提交
  19. 15 2月, 2018 2 次提交
  20. 14 2月, 2018 10 次提交
  21. 10 2月, 2018 1 次提交
  22. 09 2月, 2018 4 次提交
  23. 25 1月, 2018 1 次提交
  24. 11 1月, 2018 1 次提交