Takahiro
|
2be9b2f74b
Replace WEBGL_TEXTURE_TYPES with WEBGL_TEXTURE_DATATYPES in GLTFLoader
|
8 years ago |
Takahiro
|
cfacb47f9a
Support Texture format in GLTFLoader
|
8 years ago |
Takahiro
|
b06ab4048c
Support Texture datatype in GLTFLoader
|
8 years ago |
Takahiro
|
9dbb37e234
Support texture name in GLTFLoader
|
8 years ago |
Takahiro
|
adecf1e3bb
Add Texture related constants to GLTFLoader
|
8 years ago |
Don McCurdy
|
daf47a8851
Remove invalid check for extension materials on root glTF object.
|
8 years ago |
Mr.doob
|
3f7e111b0a
GLTFLoader: Clean up.
|
8 years ago |
Don McCurdy
|
fef8cb07d7
Add support for glTF binary extension.
|
8 years ago |
Mr.doob
|
6511939cad
Merge pull request #10515 from yrns/mesh-names
|
8 years ago |
Mr.doob
|
c7897df6d2
Merge pull request #10504 from stevenvergenz/gltf-vert-colors
|
8 years ago |
Mr.doob
|
576f87cb89
Merge pull request #10548 from donmccurdy/feat-global-scene-matrix-update
|
8 years ago |
Mr.doob
|
094561c61b
Merge pull request #10539 from bdysvik/dev
|
8 years ago |
bdysvik
|
abf63b05ad
Proper prefixing of uniforms and attributes. Add 'color' to the attribreplaceTHREEShaderAttributes.
|
8 years ago |
Don McCurdy
|
73f36b774c
Update scene and camera matrices once, globally.
|
8 years ago |
Takahiro
|
9ae8b3d447
Support technique.states.functions.depthMask
|
8 years ago |
bdysvik
|
50b2d2f70f
Merge branch 'dev' into dev
|
8 years ago |
bdysvik
|
7eef51a274
updating the snowflake example so that it is compatible with latest glTF specification
|
8 years ago |
Takahiro
|
aa6c39de6a
Merge branch 'dev' into UpdateGLTFLoader
|
8 years ago |
Takahiro
|
d22e472012
Add an author
|
8 years ago |
Takahiro
|
dd69245e59
Support cull_face, depth_test, and blend of technique.states
|
8 years ago |
Takahiro
|
756df40975
Add WEBGL constants for some technique.states
|
8 years ago |
Takahiro
|
a9f38faa34
Accepet non-defined material.values JSON
|
8 years ago |
Takahiro
|
169e97e972
Replace a tab with a space
|
8 years ago |
Takahiro
|
096b590e8d
Enable direct accessor access from sampler (for 1.1)
|
8 years ago |
Takahiro
|
cbf29b7ef6
Make getJointNode() function for readability
|
8 years ago |
Takahiro
|
6a53e95c22
Add bone graph to SkinnedMesh
|
8 years ago |
Takahiro
|
77c5b1ff49
Use default material if materials is not defined in JSON (for 1.1)
|
8 years ago |
Takahiro
|
654e95dc47
Add default material
|
8 years ago |
Takahiro
|
e23b03b483
Use uuid for animation target if node.name is not defined
|
8 years ago |
Takahiro
|
db225f59b4
Not override name property of object with undefined
|
8 years ago |