Takahiro
|
84515b941a
GLTFExporter: Clean up
|
7 years ago |
Takahiro
|
2a030596fb
GLTFExporter: Clean up
|
7 years ago |
Takahiro
|
e10ace162f
GLTFExporter: Ensure normalized normal attribute
|
7 years ago |
Fernando Serrano
|
7eff7951af
GLTFExporter: Prevent exporting multimaterial without groups
|
7 years ago |
Fernando Serrano
|
bbf74b96c8
GLTFExporter: Add early exit if attributes not found in processMesh
|
7 years ago |
Fernando Serrano
|
b0375376dd
GLTFExporter: fix linter
|
7 years ago |
Fernando Serrano
|
071db5420b
GLTFExporter: change -1 for null when returning empty elements
|
7 years ago |
Fernando Serrano
|
925ebcf6b1
GLTFExporter: Fix material if empty primitive
|
7 years ago |
Fernando Serrano
|
a6bb8b2820
GLTFExporter: Prevent exporting empty geometry
|
7 years ago |
Mr.doob
|
a39c258cb5
Merge pull request #13650 from takahirox/GLTFExporterUint8
|
7 years ago |
Takahiro
|
2a74fc1166
GLTFExporter: Support Uint8ArrayBuffer
|
7 years ago |
Don McCurdy
|
9c00e9a4d4
GLTFExporter: Clean up skinIndex conversion.
|
7 years ago |
Don McCurdy
|
655fc342d4
GLTFExporter: Ensure joints are uint8 or uint16.
|
7 years ago |
Mr.doob
|
0f814dcf49
Merge pull request #13562 from takahirox/GLTFExporterNodeMap
|
7 years ago |
Mr.doob
|
30f16d43af
Merge pull request #13542 from takahirox/GLTFExporterFixPadding
|
7 years ago |
Mr.doob
|
37ae761f56
Merge pull request #13536 from takahirox/GLTFExporterMultiMaterial
|
7 years ago |
Takahiro
|
2d1a89771e
GLTFExporter: Use BufferGeometry.setIndex()
|
7 years ago |
Takahiro
|
b35b2d435b
GLTFExporter: Rename foceIndex with didForceIndices.
|
7 years ago |
Takahiro
|
7ac5b2e3d2
GLTFExporter: Fix loop for groups in geometry
|
7 years ago |
Takahiro
|
39759360bf
GLTFExporter: Add geometry.index === null check for createing index
|
7 years ago |
Don McCurdy
|
73c9056103
GLTFExporter: Replace 'instanceof Foo' with 'isFoo'.
|
7 years ago |
Don McCurdy
|
7e5b002490
GLTFExporter: Support KHR_materials_unlit.
|
7 years ago |
Takahiro
|
79837149fd
GLTFExporter: Clean up
|
7 years ago |
Takahiro
|
fe70963ad0
GLTFExporter: Add workaround for no-index geometry with multi-material
|
7 years ago |
Takahiro
|
b14f706e23
GLTFExporter: Clean up forceIndices
|
7 years ago |
Takahiro
|
6b8d11c282
GLTFExporter: Rename padByte with paddingByte.
|
7 years ago |
Takahiro
|
207c4a8685
GLTFExporter: Fix for loop typo.
|
7 years ago |
Takahiro
|
5430f142a2
GLTFExporter: Clean up stringToArrayBuffer()
|
7 years ago |
Takahiro
|
b2dcdcb4ac
GLTFExporter: Remove padded option from stringToArrayBuffer()
|
7 years ago |
Takahiro
|
db2ffc6f29
GLTFExporter: Use getPaddedArrayBuffer() for JSON chunk
|
7 years ago |