1
0
Fork 0

Restore current syntax

This commit is contained in:
Frederic Bouvier 2012-04-18 22:54:15 +02:00
parent d62e7ed6cc
commit 661f9ec383

View file

@ -115,28 +115,23 @@
</render-bin> </render-bin>
<texture-unit> <texture-unit>
<unit>0</unit> <unit>0</unit>
<type>buffer</type> <type>depth-buffer</type>
<name>depth</name>
</texture-unit> </texture-unit>
<texture-unit> <texture-unit>
<unit>1</unit> <unit>1</unit>
<type>buffer</type> <type>normal-buffer</type>
<name>normal</name>
</texture-unit> </texture-unit>
<texture-unit> <texture-unit>
<unit>2</unit> <unit>2</unit>
<type>buffer</type> <type>diffuse-buffer</type>
<name>diffuse</name>
</texture-unit> </texture-unit>
<texture-unit> <texture-unit>
<unit>3</unit> <unit>3</unit>
<type>buffer</type> <type>spec-emis-buffer</type>
<name>spec-emis</name>
</texture-unit> </texture-unit>
<texture-unit> <texture-unit>
<unit>4</unit> <unit>4</unit>
<type>buffer</type> <type>shadow-buffer</type>
<name>shadow</name>
</texture-unit> </texture-unit>
<program> <program>
<vertex-shader>Shaders/sunlight.vert</vertex-shader> <vertex-shader>Shaders/sunlight.vert</vertex-shader>