Ignore:
Timestamp:
09/16/08 12:38:36 (16 years ago)
Author:
mattausch
Message:

strted to implement animation

File:
1 edited

Legend:

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

    r2950 r2951  
    2828                cgGLSetMatrixParameterfc(sModelMatrixParam, (const float *)mMatrix->x); 
    2929        } 
    30         else 
    31         { 
     30//      else 
     31//      { 
    3232                glPushMatrix(); 
    3333                glMultMatrixf((float *)mMatrix->x); 
    34         } 
     34//      } 
    3535} 
    3636 
     
    4545                cgGLSetMatrixParameterfc(sModelMatrixParam, (const float *)identity.x); 
    4646        } 
    47         else 
    48         { 
     47//      else 
     48//      { 
    4949                glPopMatrix(); 
    50         } 
     50//      } 
    5151} 
    5252 
Note: See TracChangeset for help on using the changeset viewer.