ATOM-15295 Remove Unnecessary Enable Material Properties
The only remaining unnecessary enable flag I found was for the parallax property group. It is removed, and now we just use the texture map and useTexture flag to gate whether the feature is enabled.
This commit is contained in:
-1
@@ -26,7 +26,6 @@
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "POM",
|
||||
"enable": true,
|
||||
"factor": 0.02500000037252903,
|
||||
"pdo": true,
|
||||
"quality": "Ultra",
|
||||
|
||||
+2
-1
@@ -31,7 +31,8 @@
|
||||
"algorithm": "ContactRefinement",
|
||||
"factor": 0.019999999552965165,
|
||||
"quality": "Ultra",
|
||||
"textureMap": "Materials/Concrete016_8K/Concrete016_8K_Displacement.png"
|
||||
"textureMap": "Materials/Concrete016_8K/Concrete016_8K_Displacement.png",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"textureMap": "Materials/Concrete016_8K/Concrete016_8K_Roughness.png"
|
||||
|
||||
-1
@@ -20,7 +20,6 @@
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "ContactRefinement",
|
||||
"enable": true,
|
||||
"factor": 0.004999999888241291,
|
||||
"quality": "Ultra",
|
||||
"textureMap": "Materials/Fabric001_8K/Fabric001_8K_Displacement.png"
|
||||
|
||||
-1
@@ -20,7 +20,6 @@
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "ContactRefinement",
|
||||
"enable": true,
|
||||
"factor": 0.0020000000949949028,
|
||||
"pdo": true,
|
||||
"quality": "Medium",
|
||||
|
||||
-1
@@ -19,7 +19,6 @@
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "ContactRefinement",
|
||||
"enable": true,
|
||||
"factor": 0.009999999776482582,
|
||||
"pdo": true,
|
||||
"quality": "Ultra",
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
"factor": 0.02500000037252903,
|
||||
"pdo": true,
|
||||
"quality": "Ultra",
|
||||
"textureMap": "Materials/Bricks038_8K/Bricks038_8K_Displacement.png"
|
||||
"textureMap": "Materials/Bricks038_8K/Bricks038_8K_Displacement.png",
|
||||
"useTexture": false
|
||||
},
|
||||
"roughness": {
|
||||
"factor": 0.4343433976173401,
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
},
|
||||
"parallax": {
|
||||
"algorithm": "POM",
|
||||
"enable": true,
|
||||
"factor": 0.02500000037252903,
|
||||
"pdo": true,
|
||||
"quality": "Ultra",
|
||||
|
||||
Reference in New Issue
Block a user