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
|
7030a46c92
GLTFExporter: Multi-material support
|
7 years ago |
Takahiro
|
b8152ba88a
GLTFExporter: Compare .name with emptry strings for the consistency in the exporter.
|
7 years ago |
Fernando Serrano
|
2c3d70063d
GLTFExporter credits where it's due
|
7 years ago |
Don McCurdy
|
d8240b3780
GLTFExporter: Whitespace cleanup.
|
7 years ago |
Don McCurdy
|
9de524c4a9
GLTFExporter: Whitespace cleanup.
|
7 years ago |
Don McCurdy
|
9f67353f6e
GLTFExporter: Re-apply image buffer changes.
|
7 years ago |
Don McCurdy
|
44bfcc8f6c
GLTFExporter: Revert to dev.
|
7 years ago |
Don McCurdy
|
9847851b71
GLTFExporter: Fix bufferview image async handling, encoding.
|
7 years ago |
Don McCurdy
|
e4063d8b91
GLTFExporter: WIP allow images to be stored in bufferViews.
|
7 years ago |
Fernando Serrano
|
4616af2888
GLTFExporter: replace forcePowerOfTwoTexture => forcePowerOfTwoTextures
|
7 years ago |
Takahiro
|
005c5ea18a
GLTFExporter: Apply the review comment to forcePOT option
|
7 years ago |
Takahiro
|
af03a9253c
GLTFExporter: Add forcePowerOfTwoTexture option.
|
7 years ago |
Mr.doob
|
d3c7075da8
Merge pull request #13401 from fernandojsg/objgltf
|
7 years ago |
Takahiro
|
91fe0ea721
GLTFExporter: Replace QUESTION with TODO
|
7 years ago |
Takahiro
|
7ae7b5babc
GLTFExporter: Add a comment for image cache.
|
7 years ago |
Takahiro
|
81aef3919b
GLTFExporter: Remove image cache.
|
7 years ago |
Takahiro
|
3b8f635e6b
GLTFExporter: Add texture cache.
|
7 years ago |
Takahiro
|
944b3d6c01
GLTFExporter: Support metallicRoughnessTexture
|
7 years ago |
Fernando Serrano
|
6906f9be51
GLTFExporter: Add forceIndices
|
7 years ago |
Fernando Serrano
|
dbb1a026f0
Add OBJ loader to gltf example
|
7 years ago |
Mr.doob
|
3c86cd28c3
Merge pull request #13359 from takahirox/GLTFExporterNodeName
|
7 years ago |
Fernando Serrano
|
a0c794d45f
GLTFExporter: fix znear and zfar range for cameras
|
7 years ago |
Mr.doob
|
28269fe022
Merge pull request #13395 from fernandojsg/glb
|
7 years ago |
Fernando Serrano
|
38de4ccca5
Add padding to glb chunks
|
7 years ago |
Takahiro
|
2ede1251dc
GLTFExporter: Replace if ( object.name ) with if ( object.name !== '' ) for the code consistency
|
7 years ago |
Takahiro
|
a8b2ad6436
GLTFExporter: Add comment for empty strings name
|
7 years ago |
Takahiro
|
2961f5c1dc
Revert "Allow 0 and empty string as node name in GLTFExporter"
|
7 years ago |
Mr.doob
|
23b2546f23
Merge pull request #13377 from takahirox/GLTFExporterCubicSpline
|
7 years ago |