1. 11 4月, 2018 1 次提交
  2. 04 4月, 2018 1 次提交
  3. 29 3月, 2018 1 次提交
  4. 26 3月, 2018 1 次提交
  5. 17 3月, 2018 1 次提交
  6. 13 3月, 2018 1 次提交
  7. 11 3月, 2018 1 次提交
  8. 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
  9. 04 3月, 2018 2 次提交
  10. 03 3月, 2018 4 次提交
  11. 02 3月, 2018 1 次提交
  12. 28 2月, 2018 1 次提交
  13. 27 2月, 2018 2 次提交
  14. 26 2月, 2018 1 次提交
  15. 25 2月, 2018 3 次提交
  16. 23 2月, 2018 1 次提交
  17. 22 2月, 2018 1 次提交
  18. 18 2月, 2018 3 次提交
  19. 17 2月, 2018 1 次提交
  20. 16 2月, 2018 3 次提交
  21. 10 2月, 2018 1 次提交
    • K
      #13156 OBJLoader2 V2.3.1: · 0e736cee
      Kai Salmen 提交于
      OrgRepoIssue 28: Parser Validation. Parser now is one single class: Simplified code, fixed bugs missing 'g' statements and introduced obj_obj2 verification with gulpfile to re-create verify.obj.
      OrgRepoIssue 31: Worker code still works when mangling is used during minification. Needed to remove Consts.
      OrgRepoIssue 32: THREE.LoaderSupport.ConsoleLogger: Allow to pass additional arguments to error, warn, info and debug
      OrgRepoIssue 33: Added support for Points and fixed Lines along
      - Removed Tr instruction from verify.mtl
      - WorkerSupport.buildSingelton allows to use constructors from functions list (fixed singleton typo along)
      - Builder defines the default materials and renamed 'vertexColorMaterial' to 'defaultVertexColorMaterial' for consistency.
      - Fixed Builder.updateMaterials clone instructions
      - Extracted load and checkResourceDescriptorFiles to LoaderBase.
      - loadMtl now allows to pass material options to MTLLoader
      - Updated documentation
      0e736cee
  22. 09 2月, 2018 6 次提交
  23. 25 1月, 2018 1 次提交
  24. 16 1月, 2018 1 次提交