We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aafa16 commit 0c03e06Copy full SHA for 0c03e06
src/SharpGLTF.Core/Schema2/gltf.MaterialParameter.cs
@@ -49,13 +49,10 @@ internal enum _MaterialParameterKey
49
50
NormalScale,
51
52
- IndexOfRefraction,
53
-
54
- AnisotropyRotation,
55
56
OcclusionStrength,
57
EmissiveStrength,
58
- AnisotropyStrength,
+
+ IndexOfRefraction,
59
60
MetallicFactor,
61
RoughnessFactor,
@@ -65,8 +62,12 @@ internal enum _MaterialParameterKey
65
62
ThicknessFactor,
66
63
TransmissionFactor,
67
64
IridescenceFactor,
68
- AttenuationDistance,
69
- DiffuseTransmissionFactor,
+ AttenuationDistance,
+ DiffuseTransmissionFactor,
+ AnisotropyStrength,
70
+ AnisotropyRotation,
71
}
72
73
[System.Diagnostics.DebuggerDisplay("{_Key} = {Value}")]
0 commit comments