コミット履歴

作者 SHA1 メッセージ 日付
  Don McCurdy 0bf37822f3 DRACOLoader: Support attribute type map. 7 年 前
  Don McCurdy 1fa63b9166 GLTFLoader: Fix normalized attributes in Draco meshes. 7 年 前
  Mr.doob 99d02c8add Merge pull request #13826 from donmccurdy/feat-gltf-extensions 7 年 前
  Takahiro 4a13b34e9c GLTFLoader: Fix typo 7 年 前
  Don McCurdy 72aac21c07 GLTFLoader: keep top-level extension data, return parser, add docs. 7 年 前
  WestLangley 473c861ee1 Remove unnecessary code 7 年 前
  Mr.doob 6f1bd9f0ce Merge pull request #13770 from donmccurdy/remove-gltfloader-timing 7 年 前
  Takahiro 1d14b57400 Merge remote-tracking branch 'upstream/dev' into GLTFLoaderMultiMaterial 7 年 前
  Takahiro d51275f8ef GLTFLoader: Minor clean up and add comment 7 年 前
  Don McCurdy c8b13c61ec GLTFLoader: Rebase. 7 年 前
  Don McCurdy 94b37fd217 GLTFLoader: Revert too much cleanup. 7 年 前
  Don McCurdy 27a5b9a172 GLTFLoader: Include extensions on scene, clean up. 7 年 前
  Don McCurdy 340c7dfb32 GLTFLoader: Preserve unknown extension data on nodes and materials. 7 年 前
  Mr.doob 3800256473 Merge pull request #13800 from takahirox/GLTFLoaderMorphNames 7 年 前
  Mr.doob 83ec0a10b4 Merge pull request #13820 from Bergmam/gltf-dds-extension 7 年 前
  Mr.doob 1b6688b6e1 Merge pull request #13783 from takahirox/GLTFLoaderMorph 7 年 前
  Anton Bergman 2a0c1c07d2 Moved error throwing to constructor, added suggested changes from pr 7 年 前
  Takahiro fb84b75446 GLTFLoader: Clean up 7 年 前
  Anton Bergman a7a87674da Add extension init function, fixes for pr comments 7 年 前
  Takahiro 2a808c6e45 GLTFLoader: Clean up cache functions 7 年 前
  Takahiro d456bf1d0d GLTFLoader: Add combined geometry cache 7 年 前
  Takahiro bbf912d1f2 GLTFLoader: Clone geometry for multi-pass geometry by myself 7 年 前
  Takahiro abe3deb39b GLTFLoader: Move geometry.userData setting to addPrimitiveAttributes 7 年 前
  Takahiro 0c09a64370 GLTFLoader: Separate addMorphTargets and updateMorphTargets, and move addMorphTargets call into loadGeometries 7 年 前
  Takahiro a78c3e9dc0 GLTFLoader: Remove base attributes existence check from addMorphTargets() 7 年 前
  Anton Bergman d3409a8b22 moved var outside if/else 7 年 前
  Anton Bergman 7bdba7190c Add error if DDSLoader is not present, remove unnecessary newrow 7 年 前
  Anton Bergman 21c421023b Add .dds support to GLTFLoader. Add new Boombox gltf with .dds image files. Add dds boombox to gltf extensions example. 7 年 前
  Takahiro 637ef0619a GLTFLoader: Minor clean up 7 年 前
  Takahiro 7480174a45 GLTFLoader: Fix typo in comment 7 年 前