Ignore:
Timestamp:
01/12/06 15:29:40 (19 years ago)
Author:
bittner
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/GlRenderer.cpp

    r527 r529  
    88 
    99#include <GL/glext.h> 
     10 
     11 
    1012#include <Cg/cg.h> 
    1113#include <Cg/cgGL.h> 
     
    1315static CGcontext sCgContext = NULL; 
    1416static CGprogram sCgFragmentProgram = NULL; 
    15 static CGprofile sCgFragmentProfile;// = CG_PROFILE_FP30; 
     17//static CGprofile sCgFragmentProfile;// = CG_PROFILE_FP30; 
    1618 
    1719//static CGparameter sCgKdParam = NULL; 
    1820//static CGparameter sCgModelViewProjParam = NULL; 
     21static CGprofile sCgFragmentProfile = CG_PROFILE_FP30; 
    1922 
    2023GLuint depthMap; 
     
    809812                          viewPoint.x, viewPoint.y, viewPoint.z,  
    810813                          up.x, up.y, up.z); 
    811 }                          
     814} 
Note: See TracChangeset for help on using the changeset viewer.