Changeset 8266

Show
Ignore:
Timestamp:
04/30/08 22:53:49
Author:
robert
Message:

Added State examples

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph-TrainingMaterials/trunk/Presentations/State/State.p3d

    r8251 r8266  
    154154</page> 
    155155 
     156<page inherit="middle" title="StateAttribute examples"> 
     157    AlphaFunc 
     158    BlendColor 
     159    BlendEquation 
     160    BlendFunc 
     161    ClampColor 
     162    ClipPlane 
     163    ColorMask 
     164    ColorMatrix 
     165    CullFace 
     166    Depth 
     167    Fog 
     168    FragmentProgram 
     169    FrameBufferObject 
     170    FrontFace 
     171    Hint 
     172    Light 
     173    LightModel 
     174    LineStipple 
     175    LineWidth 
     176    LogicOp 
     177 
     178</page> 
     179 
     180<page inherit="middle" title="StateAttribute examples"> 
     181    Material 
     182    Multisample 
     183    Point 
     184    PointSprite 
     185    PolygonMode 
     186    PolygonOffset 
     187    PolygonStipple 
     188    Program 
     189    Scissor 
     190    ShadeModel 
     191    Stencil 
     192    StencilTwoSide 
     193    TexEnv 
     194    TexEnvCombine 
     195    TexEnvFilter 
     196    TexGen 
     197    TexMat 
     198    Texture 
     199    VertexProgram 
     200    Viewport 
     201</page> 
     202 
    156203<page inherit="end" title="State Exercises"> 
    157204Source/Execerises/05_state: