Ignore:
Timestamp:
02/23/09 18:33:26 (15 years ago)
Author:
mattausch
Message:

strange texture error!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Material.h

    r3114 r3326  
    153153        */ 
    154154        void Render(RenderState *state, SceneEntity *parent); 
    155  
     155        /** Adds a new technique to the material 
     156        */ 
    156157        void AddTechnique(Technique *t); 
    157  
     158        /** Returns the default technique (usually the first) 
     159        */ 
    158160        Technique *GetDefaultTechnique() const; 
    159161 
    160162        Technique *GetTechnique(int i) const; 
    161  
     163        /** Returns the number of techniques associated with this material 
     164        */ 
    162165        int GetNumTechniques() const; 
    163  
    164166 
    165167 
Note: See TracChangeset for help on using the changeset viewer.