Mugen87
|
162c98684c
Examples: Clean up
|
6 年之前 |
Mr.doob
|
54090fd815
Merge pull request #15634 from 06wj/gltf-export
|
6 年之前 |
Mr.doob
|
5e55ef650b
Merge pull request #15011 from donmccurdy/feat-gltfexporter-multimorphanimations
|
6 年之前 |
Don McCurdy
|
22802db655
GLTFExporter: Omit .range=0.
|
6 年之前 |
Mr.doob
|
d2ea94fb8b
Merge pull request #15519 from donmccurdy/feat-gltfexporter-khr_lights_punctual
|
6 年之前 |
06wj
|
c0e4d94173
GLTFExporter: aoMap's texCoord should be 1
|
6 年之前 |
Don McCurdy
|
1dc1f44487
Clean up.
|
6 年之前 |
Don McCurdy
|
1155f23313
GLTFExporter: Fix bug with var scope.
|
6 年之前 |
Don McCurdy
|
4b93acc9e1
GLTFExporter: Fix morph target export bugs.
|
6 年之前 |
Don McCurdy
|
e9bb5b3e63
GLTFExporter: Implement KHR_lights_punctual.
|
6 年之前 |
Don McCurdy
|
b128d19c2a
GLTFExporter: Implement KHR_texture_transform.
|
6 年之前 |
Don McCurdy
|
73038900ec
AnimationUtils: Move new helpers into GLTFExporter.
|
6 年之前 |
Don McCurdy
|
215c63154e
AnimationUtils: Update docs.
|
6 年之前 |
Don McCurdy
|
fe5d2414fc
AnimationUtils: Add mergeMorphTargetTracks().
|
6 年之前 |
Don McCurdy
|
8f8daa1a94
GLTFExporter: Support individual morph target animation.
|
7 年之前 |
Mr.doob
|
21cb7e4bc7
Merge pull request #15348 from donmccurdy/feat-gltfexporter-cache-geometry
|
6 年之前 |
Don McCurdy
|
3509535414
GLTFExporter: Fix omitted wrapS/wrapT sampler modes.
|
6 年之前 |
Don McCurdy
|
cd62f6cd96
GLTFExporter: Cache meshes sharing material/geometry.
|
6 年之前 |
Don McCurdy
|
38ceaae547
GLTFExporter: Cache geometry attributes.
|
6 年之前 |
makc
|
9614c89197
serialize userData in GLTFExporter
|
6 年之前 |
Mr.doob
|
0b340e7e5e
Merge pull request #14218 from takahirox/GLTFExporterSkipSingleMorphAnimation
|
7 年之前 |
marcatec
|
3446ee0a9a
Get normal from cachedData in GLTFExporter
|
7 年之前 |
Mugen87
|
13f6b00904
GLTFExporter: Fix code style
|
7 年之前 |
Mugen87
|
3a70835779
GLTFExporter: Fix multi material export
|
7 年之前 |
Mr.doob
|
6c625ea70e
Merge pull request #14075 from kickblade/GLTFExporterImageCache
|
7 年之前 |
Takahiro
|
7e028ce896
GLTFExporter: Update the comment for morph animation track skip.
|
7 年之前 |
Takahiro
|
0a2c56f3c4
GLTFExporter: Skip single morph animation.
|
7 年之前 |
Alan Chambers
|
e004c5037d
Updated comment on flipY parameter.
|
7 年之前 |
Alan Chambers
|
0cf1e009dd
Updated processImage function signature to use Format type instead of mimeType.
|
7 年之前 |
Alan Chambers
|
68ada25111
Updated processImage cache scheme to handle different combinations of mimeType and flipY export options.
|
7 年之前 |