Mr.doob
|
7f9410223d
GLTFLoader: isObjectURL is a boolean. Thanks @stevesan!
|
7 years ago |
Don McCurdy
|
8862e2e42a
[glTF] Update spec/gloss material for texture rotation API.
|
8 years ago |
Don McCurdy
|
a59be303b9
[glTF] Replace for...in with classic for loops on arrays.
|
8 years ago |
Mugen87
|
e6cb9ac8b6
Loaders: Improve code quality
|
8 years ago |
Don McCurdy
|
f04af81456
[glTF] Clone material before making geometry-related edits.
|
8 years ago |
Daniel Hritzkiv
|
129ea49e81
Remove special casing for `node.meshes`
|
8 years ago |
Don McCurdy
|
ef5d40856b
[glTF] Ignore onError if handler not provided.
|
8 years ago |
Mr.doob
|
4bf44d3d0c
Merge pull request #12017 from calrk/gltf-normal-scale
|
8 years ago |
Fernando Serrano
|
f2db6b75c8
GLTFExporter: Apply alphaCutoff just if alphaMode = MASK
|
8 years ago |
Fernando Serrano
|
ff4613fda5
GLTF Added alphaCutoff support in exporter and loader
|
8 years ago |
Clark Lavery
|
59875defd3
simplifying the default normalScale setting statement
|
8 years ago |
Clark Lavery
|
b25c7e522e
reworking the logic on setting normal scale
|
8 years ago |
Clark Lavery
|
2ad95cce8b
Checking is normalTexture.scale !== undefined instead, in the case of 0 scale
|
8 years ago |
Don McCurdy
|
391561bde4
[glTF] Support aoMapIntensity.
|
8 years ago |
Clark Lavery
|
a6e9f9a1d7
adding normal scale for spec-gloss materials
|
8 years ago |
Clark Lavery
|
d28ffdb5cb
Adding support for normalScale as part of the normalTexture
|
8 years ago |
Nikolay Safin
|
1d4614cf6f
GLTFLoader: check if material.extra is defined before assign it
|
8 years ago |
Daniel Hritzkiv
|
f14793e626
Remove `flatShading` check from before r87
|
8 years ago |
Don McCurdy
|
0548b13c8b
[glTF] Internal GLTFLoader naming updates.
|
8 years ago |
Don McCurdy
|
f7263aa3e4
[glTF] Move/rename all the glTF2 things.
|
8 years ago |
Don McCurdy
|
97bb46255d
[glTF] Remove GLTFLoader for glTF 1.0.
|
8 years ago |
Mr.doob
|
b37706008b
Setting ‘Anonymous’ as default crossOrigin to relevant loaders.
|
8 years ago |
Takahiro
|
dd37cb456b
Remove the third argument for SkinnedMesh and Skeleton constructor from GLTFLoaders
|
8 years ago |
Daniel Hritzkiv
|
f899beae77
Uncomment usage of TextDecoder in GLTFLoader
|
8 years ago |
Takahiro
|
d681e0f081
Improve the converting performance from ArrayBuffer to String with TextCoder and some tunings.
|
8 years ago |
Don McCurdy
|
b44ab326b8
[glTF] Patch uv2 naming for shaders.
|
8 years ago |
Steven Vergenz
|
d1e2a494d8
Parse second UV channel
|
8 years ago |
Takahiro
|
266080214f
GLTF(2)Loader: Return scenes[0] as scene if default scene is not specified
|
8 years ago |
Mr.doob
|
18d8c13c29
GLTF*Loader: Produce THREE.Group instead of THREE.Object3D.
|
8 years ago |
Mr.doob
|
1546b798fc
Revert: Removed more material.skinning references.
|
8 years ago |