WestLangley
|
473c861ee1
Remove unnecessary code
|
7 years ago |
Mr.doob
|
6f1bd9f0ce
Merge pull request #13770 from donmccurdy/remove-gltfloader-timing
|
7 years ago |
Takahiro
|
d51275f8ef
GLTFLoader: Minor clean up and add comment
|
7 years ago |
Mr.doob
|
3800256473
Merge pull request #13800 from takahirox/GLTFLoaderMorphNames
|
7 years ago |
Mr.doob
|
83ec0a10b4
Merge pull request #13820 from Bergmam/gltf-dds-extension
|
7 years ago |
Mr.doob
|
1b6688b6e1
Merge pull request #13783 from takahirox/GLTFLoaderMorph
|
7 years ago |
Anton Bergman
|
2a0c1c07d2
Moved error throwing to constructor, added suggested changes from pr
|
7 years ago |
Anton Bergman
|
a7a87674da
Add extension init function, fixes for pr comments
|
7 years ago |
Takahiro
|
a78c3e9dc0
GLTFLoader: Remove base attributes existence check from addMorphTargets()
|
7 years ago |
Anton Bergman
|
d3409a8b22
moved var outside if/else
|
7 years ago |
Anton Bergman
|
7bdba7190c
Add error if DDSLoader is not present, remove unnecessary newrow
|
7 years ago |
Anton Bergman
|
21c421023b
Add .dds support to GLTFLoader. Add new Boombox gltf with .dds image files. Add dds boombox to gltf extensions example.
|
7 years ago |
Takahiro
|
18d894d9ec
GLTFLoader: Do not clone attribute for undefined target
|
7 years ago |
Takahiro
|
8ab9eb1b40
GLTFLoader: Ignore extras.targetNames if its length is invalid
|
7 years ago |
Takahiro
|
3fb5c06121
GLTFLoader: Update morph comment
|
7 years ago |
Takahiro
|
dbfc229928
GLTFLoader: Clean up
|
7 years ago |
Takahiro
|
19ffcd8202
GLTFLoader: Do not make duplicate morphTargetDictionary entries
|
7 years ago |
Mr.doob
|
b69d7c7665
Merge pull request #13341 from MiiBond/gltf_khr_lights_v2
|
7 years ago |
Don McCurdy
|
77b234bda8
GLTFLoader: Invert normalScale.y, not normalScale.x.
|
7 years ago |
Michael Bond
|
f45894b809
minor adjustment
|
7 years ago |
Takahiro
|
406ba41759
GLTFLoader: Update morph, non-set unnecessary morph
|
7 years ago |
Takahiro
|
3756bfa006
GLTFLoader: Clarify getDependency()
|
7 years ago |
Don McCurdy
|
0f5b58360d
Loaders: Remove timer logging from glTF and COLLADA loaders.
|
7 years ago |
Michael Bond
|
9fa3edc00f
Merge branch 'dev' of github.com:mrdoob/three.js into gltf_khr_lights_v2
|
7 years ago |
Mr.doob
|
9ef2b0dd46
Merge pull request #13694 from takahirox/FixGLTFLoaderGeometries
|
7 years ago |
Takahiro
|
2d95f41595
GLTFLoader: Fix geometries order
|
7 years ago |
Takahiro
|
d0032f5011
GLTFLoader: Minor clean up
|
7 years ago |
Don McCurdy
|
27f9ed6ce4
GLTFLoader: Fix perspective camera FOV.
|
7 years ago |
Don McCurdy
|
1c3b066331
GLTFLoader: Use default material when material.pbrMetallicRoughness is missing.
|
7 years ago |
Michael Bond
|
f22daf7e6d
Add target setup for directional-spot lights when loading from glTF
|
7 years ago |