Project Rembrandt: Difference between revisions

Line 137: Line 137:
|}
|}


A stage description is outlined below :
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<stage>
<stage>
Line 159: Line 160:
</stage>
</stage>
</syntaxhighlight>
</syntaxhighlight>
Stages render in buffers (except for the display stage). Attachments describe which buffers are affected by each stage.
===== Attachments =====
Attachment describe bindings between buffer and attachment point :
<syntaxhighlight lang="xml">
<attachment>
<component>color0</component> <!-- depth, stencil, packed-depth-stencil, color0, color1, color2 or color3 -->
<buffer>buffer-name</buffer>
<!-- optional condition -->
<condition>
<!-- Valid boolean expression -->
</condition>
</attachment>
</syntaxhighlight>
===== Passes =====
Passes are only available in the <tt>lighting</tt> stage


== Running Flightgear with Rembrandt ==
== Running Flightgear with Rembrandt ==
269

edits