File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
extensions/2.0/Khronos/KHR_materials_anisotropy/schema Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 55 "description" : " glTF extension that defines anisotropy." ,
66 "allOf" : [ { "$ref" : " glTFProperty.schema.json" } ],
77 "properties" : {
8- "anisotropyIntensityFactor " : {
8+ "anisotropy " : {
99 "type" : " number" ,
10- "description" : " The anisotropy intensity." ,
11- "default" : 0.0 ,
12- "minimum" : 0.0 ,
13- "maximum" : 1.0 ,
14- "gltf_detailedDescription" : " "
15- },
16- "anisotropyIntensityTexture" : {
17- "allOf" : [ { "$ref" : " textureInfo.schema.json" } ],
18- "description" : " The anisotropy intensity texture." ,
19- "gltf_detailedDescription" : " "
20- },
21- "anisotropyFactor" : {
22- "type" : " number" ,
23- "description" : " The anisotropy." ,
10+ "description" : " Amount of anisotropy." ,
2411 "default" : 0.0 ,
2512 "minimum" : 0.0 ,
2613 "maximum" : 1.0 ,
You can’t perform that action at this time.
0 commit comments