Mugen87
|
4ef9e7fef4
GLTFLoader: Make .computeBounds() more robust.
|
5 years ago |
Mr.doob
|
db38659afe
Merge pull request #18132 from zeux/gltfparallel
|
5 years ago |
Arseny Kapoulkine
|
876fe225de
GLTFLoader: Load materials and geometries in parallel
|
5 years ago |
Mr.doob
|
bd661e72ab
Merge pull request #17984 from takahirox/CacheGLTFDefaultMaterial
|
5 years ago |
Arseny Kapoulkine
|
f083856366
GLTFLoader: Clean up UV set messages
|
5 years ago |
Mr.doob
|
92630a886c
Merge pull request #18066 from TyLindberg/gltf-draco-preload
|
5 years ago |
Tyler Lindberg
|
21018a7b0c
Preload DRACO libraries on DRACO glTF load
|
5 years ago |
Mugen87
|
8f4d7163e4
GLTFLoader: Embedd toTrianglesDrawMode().
|
5 years ago |
Mugen87
|
f56d4c2889
Mesh: Remove drawMode.
|
5 years ago |
Takahiro
|
51d05ef4c7
GLTFLoader: Cache default material in the same way as we do for other materials
|
5 years ago |
Mugen87
|
58757f49fd
Examples: Remove legacy loaders.
|
5 years ago |
WestLangley
|
0532a83261
Clean up
|
5 years ago |
Mr.doob
|
fb405ea69e
Merge pull request #17939 from zeux/gltf-bounds
|
5 years ago |
Arseny Kapoulkine
|
02a8d5c238
GLTFLoader: Pre-compute geometry bounds using attribute min/max
|
5 years ago |
Arseny Kapoulkine
|
e8bf2d8eb7
Implement support for KHR_mesh_quantization
|
5 years ago |
Mr.doob
|
3276d13ae4
Merge pull request #17649 from zeux/morph-relative
|
5 years ago |
Mr.doob
|
219e3c1bc2
Merge pull request #17666 from Mugen87/dev9
|
5 years ago |
Arseny Kapoulkine
|
a189cc221c
GLTFLoader: Use extensionName for extensions[] access consistently
|
5 years ago |
Arseny Kapoulkine
|
e93499f020
Use morphTargetsRelative in GLTF loader
|
5 years ago |
Mugen87
|
764bc3dbbc
BufferGeometry: Introduce .setAttribute() and .deleteAttribute().
|
5 years ago |
Mugen87
|
c2d9cf8be1
Material: Clean up usage of .lights property.
|
5 years ago |
Don McCurdy
|
f9d88c2423
GLTFLoader: Update references to extension specs.
|
5 years ago |
Mr.doob
|
1536454d62
Merge pull request #17434 from Mugen87/dev38
|
5 years ago |
Mugen87
|
26ffbd29c1
Examples: Remove usage of BufferAttribute.setArray().
|
5 years ago |
Mugen87
|
8ff9b416a3
Loader: Remove Handlers.
|
5 years ago |
Mugen87
|
015c121691
Examples: Inherit from Loader III.
|
6 years ago |
arobertson0
|
9e2f57d096
Matching js material class names with glsl defines
|
6 years ago |
arobertson0
|
5328b51623
Corrected defines for glTF loaders
|
6 years ago |
Mr.doob
|
9df590ac78
Merge pull request #17186 from zeux/gltf-pointsize
|
6 years ago |
Arseny Kapoulkine
|
2401c178a7
GLTFLoader: Fix PointsMaterial to use pixel-sized points
|
6 years ago |