d27174028e
Use two-pass rendering for some shaders to reduce the cost of expensive shaders. Implement some material animations using a shader uniform. Eliminate use of gl_FrontFacing. It's too buggy on ATI/ Macintosh.
14 lines
347 B
XML
14 lines
347 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PropertyList>
|
|
<name>Effects/material-off</name>
|
|
<inherits-from>Effects/model-default</inherits-from>
|
|
<technique n="10">
|
|
<pass>
|
|
<uniform>
|
|
<name>colorMode</name>
|
|
<type>int</type>
|
|
<value>0</value> <!-- OFF -->
|
|
</uniform>
|
|
</pass>
|
|
</technique>
|
|
</PropertyList>
|