2
0

Forward.xml 570 B

1234567891011
  1. <renderpath>
  2. <command type="clear" color="fog" depth="1.0" stencil="0" />
  3. <command type="scenepass" pass="base" vertexlights="true" metadata="base" />
  4. <command type="forwardlights" pass="light" />
  5. <command type="scenepass" pass="postopaque" />
  6. <command type="scenepass" pass="refract">
  7. <texture unit="environment" name="viewport" />
  8. </command>
  9. <command type="scenepass" pass="alpha" vertexlights="true" sort="backtofront" metadata="alpha" />
  10. <command type="scenepass" pass="postalpha" sort="backtofront" />
  11. </renderpath>