2012-03-31 21:14:15 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PropertyList>
|
2014-11-16 21:09:41 +00:00
|
|
|
<name>Effects/sunlight</name>
|
2012-04-18 07:13:38 +00:00
|
|
|
<parameters>
|
|
|
|
<filtering><use>/sim/rendering/shadows/filtering</use></filtering>
|
|
|
|
</parameters>
|
2012-06-27 19:04:51 +00:00
|
|
|
<technique n="9">
|
2012-04-04 18:42:05 +00:00
|
|
|
<predicate>
|
2012-04-18 20:33:01 +00:00
|
|
|
<and>
|
|
|
|
<property>/sim/rendering/shadows/enabled</property>
|
2012-06-27 19:04:51 +00:00
|
|
|
<less> <!-- filtering >= 2 -->
|
|
|
|
<value type="float">1.0</value>
|
|
|
|
<float-property>/sim/rendering/shadows/filtering</float-property>
|
|
|
|
</less>
|
2012-04-18 20:33:01 +00:00
|
|
|
</and>
|
2012-04-04 18:42:05 +00:00
|
|
|
</predicate>
|
2012-03-31 21:14:15 +00:00
|
|
|
<pass>
|
|
|
|
<lighting>false</lighting>
|
|
|
|
<depth>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</depth>
|
|
|
|
<blend>
|
|
|
|
<source>one</source>
|
|
|
|
<destination>one</destination>
|
|
|
|
</blend>
|
|
|
|
<render-bin>
|
|
|
|
<bin-number>1</bin-number>
|
|
|
|
<bin-name>RenderBin</bin-name>
|
|
|
|
</render-bin>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>0</unit>
|
2012-04-15 12:54:47 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>depth</name>
|
2012-03-31 21:14:15 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>1</unit>
|
2012-04-15 12:54:47 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>normal</name>
|
2012-03-31 21:14:15 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>2</unit>
|
2012-04-15 12:54:47 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>diffuse</name>
|
2012-03-31 21:14:15 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>3</unit>
|
2012-04-15 12:54:47 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>spec-emis</name>
|
2012-03-31 21:14:15 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>4</unit>
|
2012-04-15 12:54:47 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>shadow</name>
|
2012-03-31 21:14:15 +00:00
|
|
|
</texture-unit>
|
|
|
|
<program>
|
|
|
|
<vertex-shader>Shaders/sunlight.vert</vertex-shader>
|
|
|
|
<fragment-shader>Shaders/sunlight.frag</fragment-shader>
|
2012-04-12 21:58:03 +00:00
|
|
|
<fragment-shader>Shaders/gbuffer-functions.frag</fragment-shader>
|
2012-03-31 21:14:15 +00:00
|
|
|
</program>
|
|
|
|
<uniform>
|
|
|
|
<name>depth_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">0</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>normal_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">1</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>color_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">2</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>spec_emis_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">3</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>shadow_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">4</value>
|
|
|
|
</uniform>
|
2012-04-18 07:13:38 +00:00
|
|
|
<uniform>
|
|
|
|
<name>filtering</name>
|
|
|
|
<type>int</type>
|
|
|
|
<value type="int"><use>filtering</use></value>
|
|
|
|
</uniform>
|
2012-03-31 21:14:15 +00:00
|
|
|
<!-- The following uniforms are automatically defined and initialized :
|
|
|
|
- fg_SunAmbientColor
|
|
|
|
- fg_SunDiffuseColor
|
|
|
|
- fg_SunSpecularColor
|
|
|
|
- fg_SunDirection
|
|
|
|
- fg_ProjectionMatrixInverse
|
|
|
|
- fg_ViewMatrixInverse
|
|
|
|
- fg_ViewMatrix
|
|
|
|
- fg_Planes
|
2012-04-17 07:12:57 +00:00
|
|
|
- fg_ShadowNumber
|
|
|
|
- fg_ShadowDistances
|
2012-06-27 19:04:51 +00:00
|
|
|
- fg_ShadowMatrix_0
|
|
|
|
- fg_ShadowMatrix_1
|
|
|
|
- fg_ShadowMatrix_2
|
|
|
|
- fg_ShadowMatrix_3
|
2012-03-31 21:14:15 +00:00
|
|
|
-->
|
|
|
|
</pass>
|
|
|
|
</technique>
|
2012-06-27 19:04:51 +00:00
|
|
|
<technique n="10">
|
2012-04-18 20:33:01 +00:00
|
|
|
<predicate>
|
2012-04-29 11:35:30 +00:00
|
|
|
<and>
|
|
|
|
<property>/sim/rendering/shadows/enabled</property>
|
|
|
|
</and>
|
2012-04-18 20:33:01 +00:00
|
|
|
</predicate>
|
|
|
|
<pass>
|
|
|
|
<lighting>false</lighting>
|
|
|
|
<depth>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</depth>
|
|
|
|
<blend>
|
|
|
|
<source>one</source>
|
|
|
|
<destination>one</destination>
|
|
|
|
</blend>
|
|
|
|
<render-bin>
|
|
|
|
<bin-number>1</bin-number>
|
|
|
|
<bin-name>RenderBin</bin-name>
|
|
|
|
</render-bin>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>0</unit>
|
2012-04-18 21:28:45 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>depth</name>
|
2012-04-18 20:33:01 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>1</unit>
|
2012-04-18 21:28:45 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>normal</name>
|
2012-04-18 20:33:01 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>2</unit>
|
2012-04-18 21:28:45 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>diffuse</name>
|
2012-04-18 20:33:01 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>3</unit>
|
2012-04-18 21:28:45 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>spec-emis</name>
|
2012-04-18 20:33:01 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>4</unit>
|
2012-04-18 21:28:45 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>shadow</name>
|
2012-04-18 20:33:01 +00:00
|
|
|
</texture-unit>
|
|
|
|
<program>
|
|
|
|
<vertex-shader>Shaders/sunlight.vert</vertex-shader>
|
|
|
|
<fragment-shader>Shaders/sunlight-nofiltering.frag</fragment-shader>
|
|
|
|
<fragment-shader>Shaders/gbuffer-functions.frag</fragment-shader>
|
|
|
|
</program>
|
|
|
|
<uniform>
|
|
|
|
<name>depth_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">0</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>normal_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">1</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>color_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">2</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>spec_emis_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">3</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>shadow_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">4</value>
|
|
|
|
</uniform>
|
|
|
|
<!-- The following uniforms are automatically defined and initialized :
|
|
|
|
- fg_SunAmbientColor
|
|
|
|
- fg_SunDiffuseColor
|
|
|
|
- fg_SunSpecularColor
|
|
|
|
- fg_SunDirection
|
|
|
|
- fg_ProjectionMatrixInverse
|
|
|
|
- fg_ViewMatrixInverse
|
|
|
|
- fg_ViewMatrix
|
|
|
|
- fg_Planes
|
|
|
|
- fg_ShadowNumber
|
|
|
|
- fg_ShadowDistances
|
2012-06-27 19:04:51 +00:00
|
|
|
- fg_ShadowMatrix_0
|
|
|
|
- fg_ShadowMatrix_1
|
|
|
|
- fg_ShadowMatrix_2
|
|
|
|
- fg_ShadowMatrix_3
|
2012-04-29 11:35:30 +00:00
|
|
|
-->
|
|
|
|
</pass>
|
|
|
|
</technique>
|
2012-04-04 18:42:05 +00:00
|
|
|
<technique n="11">
|
|
|
|
<pass>
|
|
|
|
<lighting>false</lighting>
|
|
|
|
<depth>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</depth>
|
|
|
|
<blend>
|
|
|
|
<source>one</source>
|
|
|
|
<destination>one</destination>
|
|
|
|
</blend>
|
|
|
|
<render-bin>
|
|
|
|
<bin-number>1</bin-number>
|
|
|
|
<bin-name>RenderBin</bin-name>
|
|
|
|
</render-bin>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>0</unit>
|
2012-04-15 12:54:47 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>depth</name>
|
2012-04-04 18:42:05 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>1</unit>
|
2012-04-15 12:54:47 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>normal</name>
|
2012-04-04 18:42:05 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>2</unit>
|
2012-04-15 12:54:47 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>diffuse</name>
|
2012-04-04 18:42:05 +00:00
|
|
|
</texture-unit>
|
|
|
|
<texture-unit>
|
|
|
|
<unit>3</unit>
|
2012-04-15 12:54:47 +00:00
|
|
|
<type>buffer</type>
|
|
|
|
<name>spec-emis</name>
|
2012-04-04 18:42:05 +00:00
|
|
|
</texture-unit>
|
|
|
|
<program>
|
|
|
|
<vertex-shader>Shaders/sunlight.vert</vertex-shader>
|
|
|
|
<fragment-shader>Shaders/sunlight-noshadow.frag</fragment-shader>
|
2012-04-29 11:35:30 +00:00
|
|
|
<fragment-shader>Shaders/gbuffer-functions.frag</fragment-shader>
|
2012-04-04 18:42:05 +00:00
|
|
|
</program>
|
|
|
|
<uniform>
|
|
|
|
<name>depth_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">0</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>normal_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">1</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>color_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">2</value>
|
|
|
|
</uniform>
|
|
|
|
<uniform>
|
|
|
|
<name>spec_emis_tex</name>
|
|
|
|
<type>sampler-2d</type>
|
|
|
|
<value type="int">3</value>
|
|
|
|
</uniform>
|
|
|
|
<!-- The following uniforms are automatically defined and initialized :
|
|
|
|
- fg_SunAmbientColor
|
|
|
|
- fg_SunDiffuseColor
|
|
|
|
- fg_SunSpecularColor
|
|
|
|
- fg_SunDirection
|
|
|
|
- fg_ProjectionMatrixInverse
|
|
|
|
- fg_ViewMatrixInverse
|
|
|
|
- fg_ViewMatrix
|
|
|
|
- fg_Planes
|
|
|
|
-->
|
|
|
|
</pass>
|
|
|
|
</technique>
|
2012-03-31 21:14:15 +00:00
|
|
|
</PropertyList>
|
|
|
|
|