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 897d91e commit fbc0cbb
Show file tree
Hide file tree
Showing 7 changed files with 342 additions and 19 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
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,67 @@
<components>
<component _typeName="Octree" />
<component _typeName="PhysicsWorld" />
<component _typeName="RenderPipeline" />
<component _typeName="RenderPipeline">
<attributes>
<attribute name="Render Passes" type="VariantVector">
<value>
<element type="String" value="Postprocess: Exposure" />
<element type="Bool" value="true" />
<element type="String" value="Postprocess: SSAO" />
<element type="Bool" value="false" />
<element type="String" value="Postprocess: Bloom" />
<element type="Bool" value="false" />
<element type="String" value="Postprocess: Draw Outlines" />
<element type="Bool" value="true" />
<element type="String" value="Postprocess: Tone Mapping" />
<element type="Bool" value="true" />
<element type="String" value="Postprocess: Adjust Color" />
<element type="Bool" value="true" />
<element type="String" value="Postprocess: FXAA v2" />
<element type="Bool" value="false" />
<element type="String" value="Postprocess: FXAA v3" />
<element type="Bool" value="false" />
</value>
</attribute>
<attribute name="Render Path Parameters" type="StringVariantMap">
<value>
<element key="SSAO: Near Distance" type="Float" value="1.000000" />
<element key="Exposure: Adapt Rate" type="Float" value="0.600000" />
<element key="Exposure: Min" type="Float" value="1.000000" />
<element key="Bloom: Max Brightness" type="Float" value="1.000000" />
<element key="SSAO: Normal Threshold" type="Float" value="0.200000" />
<element key="SSAO: Near Radius" type="Float" value="0.050000" />
<element key="SSAO: Strength" type="Float" value="0.700000" />
<element key="Adjust Color: HSVParams" type="Vector4" value="1 1 1 1" />
<element key="SSAO: End Fade Distance" type="Float" value="200.000000" />
<element key="Exposure: Automatic" type="Bool" value="false" />
<element key="Tone Mapping: Mode@" type="StringVector">
<value>
<element value="None" />
<element value="Reinhard" />
<element value="ReinhardWhite" />
<element value="Uncharted2" />
</value>
</element>
<element key="SSAO: Begin Fade Distance" type="Float" value="100.000000" />
<element key="Adjust Color: ColorOffset" type="Vector4" value="0 0 0 0" />
<element key="Bloom: Base Intensity" type="Float" value="1.000000" />
<element key="Bloom: Iteration Intensity Factor" type="Float" value="1.000000" />
<element key="Bloom: Min Brightness" type="Float" value="0.800000" />
<element key="SSAO: Depth Threshold" type="Float" value="0.100000" />
<element key="SSAO: Far Distance" type="Float" value="100.000000" />
<element key="SSAO: Downscale" type="Int" value="0" />
<element key="Exposure: Max" type="Float" value="3.000000" />
<element key="Adjust Color: ColorFilter" type="Vector4" value="1 1 1 1" />
<element key="SSAO: Exponent" type="Float" value="1.500000" />
<element key="FXAA: FXAAParams" type="Vector3" value="0.4 0.5 0.75" />
<element key="SSAO: Far Radius" type="Float" value="1.000000" />
<element key="Bloom: Num Iterations" type="Int" value="5" />
<element key="Tone Mapping: Mode" type="Int" value="0" />
</value>
</attribute>
</attributes>
</component>
<component _typeName="ReflectionProbeManager" />
</components>
<nodes>
Expand Down
59 changes: 52 additions & 7 deletions Content/Common/Data/Scenes/Sample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,60 @@
<component type="Octree" id="1" />
<component type="DebugRenderer" id="2" />
<component type="RenderPipeline" id="4">
<attribute name="Render Passes">
<variant type="String" value="Postprocess: Exposure" />
<variant type="Bool" value="true" />
<variant type="String" value="Postprocess: SSAO" />
<variant type="Bool" value="false" />
<variant type="String" value="Postprocess: Bloom" />
<variant type="Bool" value="false" />
<variant type="String" value="Postprocess: Draw Outlines" />
<variant type="Bool" value="true" />
<variant type="String" value="Postprocess: Tone Mapping" />
<variant type="Bool" value="true" />
<variant type="String" value="Postprocess: Adjust Color" />
<variant type="Bool" value="true" />
<variant type="String" value="Postprocess: FXAA v2" />
<variant type="Bool" value="false" />
<variant type="String" value="Postprocess: FXAA v3" />
<variant type="Bool" value="false" />
</attribute>
<attribute name="Render Path Parameters">
<variant name="SSAO: Near Distance" type="Float" value="1.000000" />
<variant name="Exposure: Adapt Rate" type="Float" value="0.600000" />
<variant name="Exposure: Min" type="Float" value="1.000000" />
<variant name="Bloom: Max Brightness" type="Float" value="1.000000" />
<variant name="SSAO: Normal Threshold" type="Float" value="0.200000" />
<variant name="SSAO: Near Radius" type="Float" value="0.050000" />
<variant name="SSAO: Strength" type="Float" value="0.700000" />
<variant name="Adjust Color: HSVParams" type="Vector4" value="1 1 1 1" />
<variant name="SSAO: End Fade Distance" type="Float" value="200.000000" />
<variant name="Exposure: Automatic" type="Bool" value="false" />
<variant name="Tone Mapping: Mode@" type="StringVector">
<string value="None" />
<string value="Reinhard" />
<string value="ReinhardWhite" />
<string value="Uncharted2" />
</variant>
<variant name="SSAO: Begin Fade Distance" type="Float" value="100.000000" />
<variant name="Adjust Color: ColorOffset" type="Vector4" value="0 0 0 0" />
<variant name="Bloom: Base Intensity" type="Float" value="1.000000" />
<variant name="Bloom: Iteration Intensity Factor" type="Float" value="1.000000" />
<variant name="Bloom: Min Brightness" type="Float" value="0.800000" />
<variant name="SSAO: Depth Threshold" type="Float" value="0.100000" />
<variant name="SSAO: Far Distance" type="Float" value="100.000000" />
<variant name="SSAO: Downscale" type="Int" value="0" />
<variant name="Exposure: Max" type="Float" value="3.000000" />
<variant name="Adjust Color: ColorFilter" type="Vector4" value="1 1 1 1" />
<variant name="SSAO: Exponent" type="Float" value="1.500000" />
<variant name="FXAA: FXAAParams" type="Vector3" value="0.4 0.5 0.75" />
<variant name="SSAO: Far Radius" type="Float" value="1.000000" />
<variant name="Bloom: Num Iterations" type="Int" value="5" />
<variant name="Tone Mapping: Mode" type="Int" value="0" />
</attribute>
<attribute name="Color Space" value="HDR Linear" />
<attribute name="Readable Depth" value="true" />
<attribute name="PCF Kernel Size" value="5" />
<attribute name="SSAO" value="true" />
<attribute name="SSAO Strength" value="1.000000" />
<attribute name="SSAO Near Radius" value="0.100000" />
<attribute name="SSAO Far Distance" value="30.000000" />
<attribute name="Bloom Threshold" value="0.880000" />
<attribute name="Post Process Antialiasing" value="FXAA3" />
</component>
<component type="Skybox" id="5">
<attribute name="Model" value="Model;Models/Box.mdl" />
Expand All @@ -48,7 +93,7 @@
<attribute name="Type" value="Music" />
<attribute name="Frequency" value="48000.000000" />
<attribute name="Is Playing" value="true" />
<attribute name="Play Position" value="39389504" />
<attribute name="Play Position" value="-246967056" />
</component>
<node id="6">
<attribute name="Is Enabled" value="true" />
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Urho3DNetVersion>0.3.7.805</Urho3DNetVersion>
<Urho3DNetVersion>0.3.7.810</Urho3DNetVersion>
</PropertyGroup>
</Project>
Loading

0 comments on commit fbc0cbb

Please sign in to comment.