ALS technical notes: Difference between revisions

Jump to navigation Jump to search
(added cubemap kit picture, partly to make it more obvious there is one.)
Line 225: Line 225:
</PropertyList>
</PropertyList>
</syntaxhighlight>
</syntaxhighlight>
There is also a detailed version (utilizing 3d noise and a higher sampling resolution) available. This has to be explicitly requested in a derived effect by overriding the default shader choice with the detailed version, i.e. bu inserting
<syntaxhighlight lang="xml">
<technique n="4">
  <pass>
    <program>
        <fragment-shader n="0">Shaders/thrustflame-ALS-detailed.frag</fragment-shader>
    </program>
  </pass>
  </technique>
</syntaxhighlight>
below the parameter section.


=== F-15 Afterburner example image ===  
=== F-15 Afterburner example image ===  
1,360

edits

Navigation menu