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.
2 parents 3c5ef18 + 0b03f3e commit 5f93d47Copy full SHA for 5f93d47
articles/remote-rendering/how-tos/conversion/override-materials.md
@@ -185,7 +185,7 @@ The full JSON schema for materials files is given here. Except for `unlit` and `
185
"useVertexColor": { "type" : "boolean" },
186
"isDoubleSided": { "type" : "boolean" },
187
"ignoreTextureMaps": { "$ref" : "#/definitions/listOfMaps" },
188
- "transparencyWriteDepth": {"type" : "boolean" }
+ "transparencyWritesDepth": {"type" : "boolean" }
189
},
190
"required": ["name"],
191
"additionalProperties" : false
0 commit comments