1
0
Fork 0
fgdata/Compositor/HDR/env-capture-pass.xml

16 lines
432 B
XML
Raw Normal View History

2021-04-10 09:14:16 +00:00
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<type>scene</type>
2021-07-29 13:49:43 +00:00
<implicit-attachment-mask>depth</implicit-attachment-mask>
2021-04-10 09:14:16 +00:00
<effect-scheme>hdr-envmap</effect-scheme>
2021-07-31 12:36:02 +00:00
<clear-mask>depth</clear-mask>
2021-04-10 09:14:16 +00:00
<!-- Only render the skydome and terrain -->
<!-- TODO: Explicitly select the LOD level -->
<cull-mask>0x800</cull-mask>
<binding>
<unit>13</unit>
<buffer>sky-view</buffer>
</binding>
2021-04-10 09:14:16 +00:00
</PropertyList>