Commit History

Author SHA1 Message Date
  Don McCurdy 08f1630ed5 GLTFLoader: Fix typo in skin/joint traversal. 7 years ago
  Mugen87 bb01b7bfa9 GLTFLoader: Reuse file loader 7 years ago
  Don McCurdy fdeb2dcafb GLTFLoader: Clean up node pre-processing. 7 years ago
  Don McCurdy ed042044aa GLTFLoader: Disambiguate names for multiple instances of the same mesh. 7 years ago
  Don McCurdy b000372cc4 GLTFLoader: Keep uvScaleMap updates backwards-compatible. 7 years ago
  Don McCurdy f17f5d9c6c GLTFLoader: Deduplicate node/mesh names and flatten single-mesh nodes. 7 years ago
  Mr.doob 56d5803674 Merge pull request #12363 from donmccurdy/feat-gltf-missing-buffer-reporting 7 years ago
  Don McCurdy 2bc411430e GLTFLoader: Report missing buffer dependencies. 7 years ago
  Mugen87 0cd3aaccd5 GLTFLoader: Reuse texture loader 7 years ago
  Don McCurdy f51e2289a5 GLTFLoader: Add comment about ShaderMaterial cloning. 7 years ago
  Don McCurdy a0df210f0a GLTFLoader: Explicitly clone ShaderMaterial properties. 7 years ago
  Don McCurdy 8c3cfb5798 GLTFLoader: Fixes to improve mesh name uniqueness. 7 years ago
  Don McCurdy 7ee79896d9 GLTFLoader: Use original name for first mesh primitive. 7 years ago
  Don McCurdy e9701562cd GLTFLoader: Remove custom clone implementation. 7 years ago
  Don McCurdy dedf099d73 GLTFLoader: Remove extra Object3D around nodes. 7 years ago
  Don McCurdy dc78b9f988 GLTFLoader: Base color and emissive textures use sRGB. 7 years ago
  Mr.doob 7f9410223d GLTFLoader: isObjectURL is a boolean. Thanks @stevesan! 7 years ago
  Don McCurdy 8862e2e42a [glTF] Update spec/gloss material for texture rotation API. 7 years ago
  Don McCurdy a59be303b9 [glTF] Replace for...in with classic for loops on arrays. 8 years ago
  Mugen87 e6cb9ac8b6 Loaders: Improve code quality 8 years ago
  Don McCurdy f04af81456 [glTF] Clone material before making geometry-related edits. 8 years ago
  Daniel Hritzkiv 129ea49e81 Remove special casing for `node.meshes` 8 years ago
  Don McCurdy ef5d40856b [glTF] Ignore onError if handler not provided. 8 years ago
  Mr.doob 4bf44d3d0c Merge pull request #12017 from calrk/gltf-normal-scale 8 years ago
  Fernando Serrano f2db6b75c8 GLTFExporter: Apply alphaCutoff just if alphaMode = MASK 8 years ago
  Fernando Serrano ff4613fda5 GLTF Added alphaCutoff support in exporter and loader 8 years ago
  Clark Lavery 59875defd3 simplifying the default normalScale setting statement 8 years ago
  Clark Lavery b25c7e522e reworking the logic on setting normal scale 8 years ago
  Clark Lavery 2ad95cce8b Checking is normalTexture.scale !== undefined instead, in the case of 0 scale 8 years ago
  Don McCurdy 391561bde4 [glTF] Support aoMapIntensity. 8 years ago