Moved the debug view mode setting to the "blend" group because the only modes we have right now are related to layer blending.

This commit is contained in:
Chris Santora
2021-05-20 12:14:33 -07:00
parent 599877a7e1
commit 4086edc3f7
4 changed files with 20 additions and 21 deletions
@@ -4,7 +4,7 @@
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"propertyLayoutVersion": 3,
"properties": {
"general": {
"blend": {
"debugDrawMode": "BlendMask"
}
}
@@ -4,7 +4,7 @@
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"propertyLayoutVersion": 3,
"properties": {
"general": {
"blend": {
"debugDrawMode": "FinalBlendWeights"
}
}
@@ -4,7 +4,7 @@
"parentMaterial": "TestData/Materials/StandardMultilayerPbrTestCases/002_ParallaxPdo.material",
"propertyLayoutVersion": 3,
"properties": {
"general": {
"blend": {
"debugDrawMode": "Displacement"
}
}