1e66c4104a
- Terrain and clouds and now rendered on the envmap, with correct aerial perspective. - Each face is rendered on a separate frame to help with performance. - All faces are updated every 1.5 minutes. This can be changed through a property.
27 lines
599 B
XML
27 lines
599 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PropertyList>
|
|
<type>scene</type>
|
|
<implicit-attachment-mask>depth</implicit-attachment-mask>
|
|
<effect-scheme>hdr-envmap</effect-scheme>
|
|
<clear-mask>depth</clear-mask>
|
|
<!--
|
|
Only render:
|
|
- Terrain (both WS 2.0 and 3.0)
|
|
- Clouds
|
|
- Skydome
|
|
-->
|
|
<cull-mask>0x1801</cull-mask>
|
|
<binding>
|
|
<unit>12</unit>
|
|
<buffer>transmittance</buffer>
|
|
</binding>
|
|
<binding>
|
|
<unit>13</unit>
|
|
<buffer>sky-view</buffer>
|
|
</binding>
|
|
<binding>
|
|
<unit>14</unit>
|
|
<buffer>prev-luminance</buffer>
|
|
</binding>
|
|
</PropertyList>
|