selimbek
|
76eed436df
Update GLTFExporter.js
|
7 years ago |
Christopher Cook
|
69d2c7d5cb
GLTFExporter: use shorter version of getPaddedBufferSize calc
|
7 years ago |
Christopher Cook
|
06fe73a904
Address review comments (brackets)
|
7 years ago |
Christopher Cook
|
20df8d4530
GLTExporter: implement 4-byte data alignment for buffer
|
7 years ago |
Christopher Cook
|
41df3c945e
Update GLTFExporter.js
|
7 years ago |
Christopher Cook
|
e22f146ef0
GLTFExporter: force node names to be strings.
|
7 years ago |
Takahiro
|
268c22fc5b
GLTFExporter: Morph Target weights support
|
7 years ago |
Takahiro
|
7dd34462b4
Fix GLTFExporter processAnimation(), KeyframeTrack does not have interpolation then we need to use .getInterpolation()
|
7 years ago |
Takahiro
|
9f2d1aea97
Add SkinnedMesh check for .bones animation path
|
7 years ago |
Takahiro
|
7ac7d3c8ff
Replace PropertyBinding.findBone with Skeleton.getBoneByName in GLTFExporter
|
7 years ago |
Takahiro
|
4369d6ae3d
Merge branch 'dev' into FixGLTFExporterSkinAnimation
|
7 years ago |
Takahiro
|
74ad881d04
Fix GLTFExporter processAnimation() .bones path fix
|
7 years ago |
Takahiro
|
3bb7d4b975
Fix GLTFExporter cachedData check
|
7 years ago |
Don McCurdy
|
9c49783992
GLTFExporter: Only define byteStride for vertex attributes.
|
7 years ago |
Mr.doob
|
3688eb546d
Merge pull request #12713 from donmccurdy/feat-gltfexporter-morphtargets
|
7 years ago |
Mr.doob
|
1e1dd475e0
Merge pull request #12692 from donmccurdy/feat-gltfexporter-alphamodes
|
7 years ago |
Don McCurdy
|
727ce2e932
GLTFExporter: Avoid writing default alphaCutoff.
|
7 years ago |
Don McCurdy
|
3b087c9a3e
GLTFExporter: Process skins.
|
7 years ago |
Don McCurdy
|
9ee9509449
GLTFExporter: Fix cases for nested hierarchies and skipped clips.
|
7 years ago |
Mr.doob
|
d8849047d4
Merge pull request #12709 from donmccurdy/feat-gltfexporter-utf8
|
7 years ago |
Don McCurdy
|
fda56541b2
GLTFExporter: Basic support for keyframe animation.
|
7 years ago |
Don McCurdy
|
e4edb6f571
GLTFExporter: Support morph targets.
|
7 years ago |
Don McCurdy
|
5323f7c361
GLTFExporter: Use utf-8 encoding for .glb JSON chunk.
|
7 years ago |
Don McCurdy
|
4065f26125
GLTFExporter: Handle .flipY on textures.
|
7 years ago |
Don McCurdy
|
52ab491ed9
GLTFExporter: Revert padding for now.
|
7 years ago |
Don McCurdy
|
d779203b22
GLTFExporter: Improve alphaMode support, align JSON chunk.
|
7 years ago |
Don McCurdy
|
f3cc5b64e4
GLTFExporter: Only write to canvas if embedImages=true
|
7 years ago |
Don McCurdy
|
c270dd8baf
GLTFExporter: Include correct mimeType, allow embedImages=false opt-out.
|
7 years ago |
Don McCurdy
|
e30a02be5a
GLTFExporter: Export textures as data URIs.
|
7 years ago |
Don McCurdy
|
0fd4cf3571
GLTFExporter: Support for binary (.glb) export option.
|
7 years ago |