Use the new configuration options to describe the lighting stage of the default rendering pipeline of the Rembrandt renderer
This commit is contained in:
parent
0ac64c8506
commit
d98dc36c93
1 changed files with 35 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
|
<!-- Default rendering pipeline
|
||||||
|
|
||||||
|
options:
|
||||||
|
/sim/rendering/rembrandt/use-color-for-depth
|
||||||
|
/sim/rendering/rembrandt/no-16bit-buffer
|
||||||
|
/sim/rendering/shadows/map-size
|
||||||
|
/sim/rendering/rembrandt/ambient-occlusion-buffers
|
||||||
|
/sim/rendering/rembrandt/bloom-buffers
|
||||||
|
-->
|
||||||
<buffer>
|
<buffer>
|
||||||
<name>depth</name>
|
<name>depth</name>
|
||||||
<condition>
|
<condition>
|
||||||
|
@ -328,6 +337,32 @@
|
||||||
<component>color0</component>
|
<component>color0</component>
|
||||||
<buffer>lighting</buffer>
|
<buffer>lighting</buffer>
|
||||||
</attachment>
|
</attachment>
|
||||||
|
|
||||||
|
<pass>
|
||||||
|
<name>sky-clouds</name>
|
||||||
|
</pass>
|
||||||
|
<pass>
|
||||||
|
<name>ambient</name>
|
||||||
|
<type>fullscreen</type>
|
||||||
|
<effect>Effects/ambient</effect>
|
||||||
|
<order-num>1</order-num>
|
||||||
|
</pass>
|
||||||
|
<pass>
|
||||||
|
<name>sunlight</name>
|
||||||
|
<type>fullscreen</type>
|
||||||
|
<effect>Effects/sunlight</effect>
|
||||||
|
<order-num>2</order-num>
|
||||||
|
</pass>
|
||||||
|
<pass>
|
||||||
|
<name>lights</name>
|
||||||
|
<order-num>3</order-num>
|
||||||
|
</pass>
|
||||||
|
<pass>
|
||||||
|
<name>fog</name>
|
||||||
|
<type>fullscreen</type>
|
||||||
|
<effect>Effects/fog</effect>
|
||||||
|
<order-num>4</order-num>
|
||||||
|
</pass>
|
||||||
</stage>
|
</stage>
|
||||||
|
|
||||||
<stage>
|
<stage>
|
||||||
|
|
Loading…
Add table
Reference in a new issue