Takahiro
|
47da388bbd
Minor clean up GLTFLoader
|
7 年之前 |
Takahiro
|
18b094f9c2
Clean up GLTFLoader
|
7 年之前 |
Mr.doob
|
a8a6e1f66e
Merge pull request #12596 from donmccurdy/feat-gltf-sparse-accessors
|
7 年之前 |
Don McCurdy
|
d890437b43
GLTFLoader: Use .byteOffset and .count in sparse accessors.
|
7 年之前 |
Don McCurdy
|
92e37c6b47
GLTFLoader: Throw unhandled errors.
|
7 年之前 |
Mugen87
|
8213851a45
Clean up
|
7 年之前 |
Don McCurdy
|
2f156ce00c
GLTFLoader: Support sparse accessors.
|
7 年之前 |
marcatec
|
6f5c72e9ec
Keep variable names for skinIndex and nodeIndex
|
7 年之前 |
marcatec
|
75c65bb13e
GLTFLoader: Replace for...in with classic for loops on arrays.
|
7 年之前 |
Mr.doob
|
05d67e9fb6
Merge pull request #12565 from marcatec/alphaTest
|
7 年之前 |
Mr.doob
|
d39bc22ecd
Merge pull request #12538 from takahirox/UpdateGLTFLoader
|
7 年之前 |
marcatec
|
458e323b52
GLTFLoader: Allow alphaTest to be 0
|
7 年之前 |
Takahiro
|
13e85def45
Add if ( onError ) check in GLTFLoader
|
7 年之前 |
Mr.doob
|
ab581624da
Merge pull request #12543 from takahirox/UpdateGLTFLoaderBufferErrorMessage
|
7 年之前 |
Mr.doob
|
85eee0ca1e
Merge pull request #12551 from takahirox/GLTFLoaderAccessorNormalized
|
7 年之前 |
Takahiro
|
7570857033
Merge branch 'dev' into UpdateGLTFLoader
|
7 年之前 |
Takahiro
|
2138f81546
Add try-catch for GLTFBinaryExtension
|
7 年之前 |
Takahiro
|
085f0e7d06
Revert "Replace callback with throwing error for unsupported glTF version in GLTFLoader"
|
7 年之前 |
Takahiro
|
5f997d3169
Apply the review comment to error message
|
7 年之前 |
Takahiro
|
e916de1dfd
Support glTF accessor.normalized
|
7 年之前 |
Takahiro
|
08c57dc2d4
Generalize GLTFLoader buffer loading failure message
|
7 年之前 |
Takahiro
|
006a90682c
Fix Error message in GLTFLoader
|
7 年之前 |
Takahiro
|
bbfca2a009
Replace callback with throwing error for unsupported glTF version in GLTFLoader
|
7 年之前 |
Takahiro
|
47e792705d
Fix GLTFLoader uncaught exception
|
7 年之前 |
Takahiro
|
c03abdbf1f
Simplify setting default path for GLTFParser
|
7 年之前 |
Takahiro
|
312439efc7
Strict path check with undefined in GLTFLoader
|
7 年之前 |
Don McCurdy
|
7877477d39
GLTFLoader: Fix indentation, extra 'magic' definition.
|
7 年之前 |
Antonio Gomez
|
031c8aa566
GLTFLoader: Fixed indentation for json variable declaration
|
7 年之前 |
Antonio Gomez
|
ee249d729d
GLTFLoader: Enabling GLTFLoader.parse() to handle string as incoming data
|
7 年之前 |
Antonio Gomez
|
fa245d0018
GLTFLoader: Parsing provided data only if is not in JSON format. Fix for #12470
|
7 年之前 |