Ignore:
Timestamp:
12/08/08 18:48:21 (16 years ago)
Author:
mattausch
Message:

worked on lense flare

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/RenderState.cpp

    r3153 r3214  
    8686 
    8787 
    88 static Technique GetDummyTechnique() 
    89 { 
    90         Technique tech; 
    91         tech.Init(); 
    92  
    93         tech.SetColorWriteEnabled(true); 
    94         tech.SetLightingEnabled(true); 
    95         tech.SetDepthWriteEnabled(false); 
    96         //tech.SetCullFaceEnabled(false); 
    97  
    98         return tech; 
    99 } 
    100  
    10188/** A special technique for occlusion queries. This material 
    10289        has color write, depth write, and lighting turned off 
Note: See TracChangeset for help on using the changeset viewer.