Skip to content

Commit

Permalink
0.3.7.810
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Jul 5, 2024
1 parent 24f1064 commit 4c23708
Show file tree
Hide file tree
Showing 7 changed files with 494 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"unofficial.Urho3DNet.Editor": {
"version": "0.3.7.805",
"version": "0.3.7.810",
"commands": [
"rbfx"
]
Expand Down
215 changes: 214 additions & 1 deletion Content/Common/Data/Objects/Link.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,220 @@
"_typeName": "Octree"
},
{
"_typeName": "RenderPipeline"
"_typeName": "RenderPipeline",
"attributes": [
{
"name": "Render Passes",
"type": "VariantVector",
"value": [
{
"type": "String",
"value": "Postprocess: Exposure"
},
{
"type": "Bool",
"value": true
},
{
"type": "String",
"value": "Postprocess: SSAO"
},
{
"type": "Bool",
"value": false
},
{
"type": "String",
"value": "Postprocess: Bloom"
},
{
"type": "Bool",
"value": false
},
{
"type": "String",
"value": "Postprocess: Draw Outlines"
},
{
"type": "Bool",
"value": true
},
{
"type": "String",
"value": "Postprocess: Tone Mapping"
},
{
"type": "Bool",
"value": true
},
{
"type": "String",
"value": "Postprocess: Adjust Color"
},
{
"type": "Bool",
"value": true
},
{
"type": "String",
"value": "Postprocess: FXAA v2"
},
{
"type": "Bool",
"value": false
},
{
"type": "String",
"value": "Postprocess: FXAA v3"
},
{
"type": "Bool",
"value": false
}
]
},
{
"name": "Render Path Parameters",
"type": "StringVariantMap",
"value": [
{
"key": "SSAO: Near Distance",
"type": "Float",
"value": 1.0
},
{
"key": "Exposure: Adapt Rate",
"type": "Float",
"value": 0.6000000238418579
},
{
"key": "Exposure: Min",
"type": "Float",
"value": 1.0
},
{
"key": "Bloom: Max Brightness",
"type": "Float",
"value": 1.0
},
{
"key": "SSAO: Normal Threshold",
"type": "Float",
"value": 0.20000000298023225
},
{
"key": "SSAO: Near Radius",
"type": "Float",
"value": 0.05000000074505806
},
{
"key": "SSAO: Strength",
"type": "Float",
"value": 0.699999988079071
},
{
"key": "Adjust Color: HSVParams",
"type": "Vector4",
"value": "1 1 1 1"
},
{
"key": "SSAO: End Fade Distance",
"type": "Float",
"value": 200.0
},
{
"key": "Exposure: Automatic",
"type": "Bool",
"value": false
},
{
"key": "Tone Mapping: Mode@",
"type": "StringVector",
"value": [
"None",
"Reinhard",
"ReinhardWhite",
"Uncharted2"
]
},
{
"key": "SSAO: Begin Fade Distance",
"type": "Float",
"value": 100.0
},
{
"key": "Adjust Color: ColorOffset",
"type": "Vector4",
"value": "0 0 0 0"
},
{
"key": "Bloom: Base Intensity",
"type": "Float",
"value": 1.0
},
{
"key": "Bloom: Iteration Intensity Factor",
"type": "Float",
"value": 1.0
},
{
"key": "Bloom: Min Brightness",
"type": "Float",
"value": 0.800000011920929
},
{
"key": "SSAO: Depth Threshold",
"type": "Float",
"value": 0.10000000149011612
},
{
"key": "SSAO: Far Distance",
"type": "Float",
"value": 100.0
},
{
"key": "SSAO: Downscale",
"type": "Int",
"value": 0
},
{
"key": "Exposure: Max",
"type": "Float",
"value": 3.0
},
{
"key": "Adjust Color: ColorFilter",
"type": "Vector4",
"value": "1 1 1 1"
},
{
"key": "SSAO: Exponent",
"type": "Float",
"value": 1.5
},
{
"key": "FXAA: FXAAParams",
"type": "Vector3",
"value": "0.4 0.5 0.75"
},
{
"key": "SSAO: Far Radius",
"type": "Float",
"value": 1.0
},
{
"key": "Bloom: Num Iterations",
"type": "Int",
"value": 5
},
{
"key": "Tone Mapping: Mode",
"type": "Int",
"value": 0
}
]
}
]
},
{
"_typeName": "ReflectionProbeManager"
Expand Down
Loading

0 comments on commit 4c23708

Please sign in to comment.