|
@@ -15,7 +15,10 @@
|
|
|
<command type="scenepass" pass="material" vertexlights="true">
|
|
<command type="scenepass" pass="material" vertexlights="true">
|
|
|
<texture unit="light" name="light" />
|
|
<texture unit="light" name="light" />
|
|
|
</command>
|
|
</command>
|
|
|
- <command type="scenepass" pass="prealpha"/>
|
|
|
|
|
|
|
+ <command type="scenepass" pass="postopaque" />
|
|
|
|
|
+ <command type="scenepass" pass="refract">
|
|
|
|
|
+ <texture unit="environment" name="viewport" />
|
|
|
|
|
+ </command>
|
|
|
<command type="scenepass" pass="alpha" usescissor="true" vertexlights="true" sort="backtofront" metadata="alpha" />
|
|
<command type="scenepass" pass="alpha" usescissor="true" vertexlights="true" sort="backtofront" metadata="alpha" />
|
|
|
<command type="scenepass" pass="postalpha" sort="backtofront" />
|
|
<command type="scenepass" pass="postalpha" sort="backtofront" />
|
|
|
</renderpath>
|
|
</renderpath>
|