Fixing PDO offset tooltip

main
mnaumov 5 years ago
parent 1ad6264d0d
commit ac7ec103c8

@ -1015,7 +1015,7 @@
{ {
"id": "pdo", "id": "pdo",
"displayName": "Pixel Depth Offset", "displayName": "Pixel Depth Offset",
"description": "Whether to enable the pixel depth offset feature.", "description": "Enable PDO to offset the original pixel depths. This will affect any shaders using depth, for example, when receiving shadows.",
"type": "Bool", "type": "Bool",
"defaultValue": false, "defaultValue": false,
"connection": { "connection": {

@ -417,7 +417,7 @@
{ {
"id": "pdo", "id": "pdo",
"displayName": "Pixel Depth Offset", "displayName": "Pixel Depth Offset",
"description": "Whether to enable the pixel depth offset feature.", "description": "Enable PDO to offset the original pixel depths. This will affect any shaders using depth, for example, when receiving shadows.",
"type": "Bool", "type": "Bool",
"defaultValue": false, "defaultValue": false,
"connection": { "connection": {

@ -956,7 +956,7 @@
{ {
"id": "pdo", "id": "pdo",
"displayName": "Pixel Depth Offset", "displayName": "Pixel Depth Offset",
"description": "Whether to enable the pixel depth offset feature.", "description": "Enable PDO to offset the original pixel depths. This will affect any shaders using depth, for example, when receiving shadows.",
"type": "Bool", "type": "Bool",
"defaultValue": false, "defaultValue": false,
"connection": { "connection": {

Loading…
Cancel
Save