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
|
3fb5c06121
GLTFLoader: Update morph comment
|
7 years ago |
Takahiro
|
dbfc229928
GLTFLoader: Clean up
|
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 |
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 |
Takahiro
|
1e943ba791
GLTFLoader: Method chainable .setDRACOLoader
|
7 years ago |
Mr.doob
|
fc102a381e
Merge pull request #13136 from robertlong/feature/gltf-KHR_materials_unlit
|
7 years ago |
Mr.doob
|
23b2546f23
Merge pull request #13377 from takahirox/GLTFExporterCubicSpline
|
7 years ago |
Robert Long
|
eb9b99012d
Remove KHR_materials_common
|
7 years ago |
Takahiro
|
ed629aec0f
GLTFLoader: Add isInterpolantFactoryMethodGLTFCubicSpline to InterpolantFactoryMethodGLTFCubicSpline
|
7 years ago |
Robert Long
|
d3c65c1557
Check for pbrMetallicRoughness and prevent applying additional material maps.
|
7 years ago |
Robert Long
|
a14ecdeccc
GLTFLoader KHR_materials_unlit extension support.
|
7 years ago |