From e5abe820f05cd0c9070d9a03315a5acd503fa3a8 Mon Sep 17 00:00:00 2001 From: Stuart Buchanan Date: Sun, 17 Jan 2021 19:58:25 +0000 Subject: [PATCH] Update README.effects to match .eff files --- Docs/README.effects | 39 ++++++++++++--------------------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/Docs/README.effects b/Docs/README.effects index a89c73c39..049c4f11e 100644 --- a/Docs/README.effects +++ b/Docs/README.effects @@ -388,36 +388,21 @@ There are a large number of techniques used by the models, with complex inheritance. Here is a handy list of the techniques, what they are for, and where the base technique is defined -Non-Compositor +Model # Where Defined Summary -4 model-combined.xml ALS, quality>0, model>0 -5 model-defaults.xml Base ALS -7 model-combined-deferred.xml Rembrandt, model>0 -9 model-combined.xml quality>0, model>0 -10 model-defaults.xml Base Rembrandt -11 model-defaults.xml Generic shaders, quality>0 -13 model-defaults.xml Fallback - no predicate +4 model-combined.xml ALS, quality>0, model>0 +5 model-default.xml ALS, basic +7 model-combined.xml quality>0, model>0 +11 model-default.xml generic>0, quality>0 +13 model-default.xml Fallback - no predicate -Compositor - -# Where Defined Summary -4 model-combined.xml quality>0, model>0 -7 model-combined.xml ALS, quality>0, model>0 -8 model-default.xml generic>0, quality>0 -9 model-default.xml Fallback - no predicate -19 model-default.xml ALS, basic - - -Scenery Hierarchy ------------------ - -Compositor +Scenery # Where defined Summary -8 terrain-default.xml quality>0, generic>0 -9 terrain-default.xml Fallback - no predicate -17 terrain-default.xml ALS, landmass=6, transition=6 -18 terrain-default.xml ALS, landmass>3, transition>2 -19 terrain-default.xml ALS, basic +3 terrain-default.xml ALS, landmass=6, transition=6 +4 terrain-default.xml ALS, landmass>3, transition>2 +5 terrain-default.xml ALS, basic +11 terrain-default.xml Photoscenery, quality>0, generic>0 +12 terrain-default.xml Fallback - no predicate