|
|
|
|
@ -3,11 +3,6 @@
|
|
|
|
|
"propertyLayout": {
|
|
|
|
|
"version": 3,
|
|
|
|
|
"groups": [
|
|
|
|
|
{
|
|
|
|
|
"id": "general",
|
|
|
|
|
"displayName": "General",
|
|
|
|
|
"description": "General settings."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "blend",
|
|
|
|
|
"displayName": "Blend Settings",
|
|
|
|
|
@ -29,6 +24,11 @@
|
|
|
|
|
"displayName": "Irradiance",
|
|
|
|
|
"description": "Properties for configuring the irradiance used in global illumination."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "general",
|
|
|
|
|
"displayName": "General",
|
|
|
|
|
"description": "General settings."
|
|
|
|
|
},
|
|
|
|
|
//##############################################################################################
|
|
|
|
|
// Layer 1 Groups
|
|
|
|
|
//##############################################################################################
|
|
|
|
|
@ -194,18 +194,6 @@
|
|
|
|
|
// General Properties
|
|
|
|
|
//##############################################################################################
|
|
|
|
|
"general": [
|
|
|
|
|
{
|
|
|
|
|
"id": "debugDrawMode",
|
|
|
|
|
"displayName": "Debug Draw Mode",
|
|
|
|
|
"description": "Enables various debug view features.",
|
|
|
|
|
"type": "Enum",
|
|
|
|
|
"enumValues": [ "None", "BlendMask", "Displacement", "FinalBlendWeights" ],
|
|
|
|
|
"defaultValue": "None",
|
|
|
|
|
"connection": {
|
|
|
|
|
"type": "ShaderOption",
|
|
|
|
|
"id": "o_debugDrawMode"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "applySpecularAA",
|
|
|
|
|
"displayName": "Apply Specular AA",
|
|
|
|
|
@ -365,8 +353,19 @@
|
|
|
|
|
"type": "ShaderInput",
|
|
|
|
|
"id": "m_displacementBlendDistance"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "debugDrawMode",
|
|
|
|
|
"displayName": "Debug Draw Mode",
|
|
|
|
|
"description": "Enables various debug view features.",
|
|
|
|
|
"type": "Enum",
|
|
|
|
|
"enumValues": [ "None", "BlendMask", "Displacement", "FinalBlendWeights" ],
|
|
|
|
|
"defaultValue": "None",
|
|
|
|
|
"connection": {
|
|
|
|
|
"type": "ShaderOption",
|
|
|
|
|
"id": "o_debugDrawMode"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
|
"parallax": [
|
|
|
|
|
{
|
|
|
|
|
|