Skip to content

Commit 66b1931

Browse files
committed
merge factor and intensity properties
1 parent c7b774a commit 66b1931

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

extensions/2.0/Khronos/KHR_materials_anisotropy/schema/glTF.KHR_materials_anisotropy.schema.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,9 @@
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,

0 commit comments

Comments
 (0)