Changeset 529 for trunk/VUT/GtpVisibilityPreprocessor/src/GlRenderer.cpp
- Timestamp:
- 01/12/06 15:29:40 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/GlRenderer.cpp
r527 r529 8 8 9 9 #include <GL/glext.h> 10 11 10 12 #include <Cg/cg.h> 11 13 #include <Cg/cgGL.h> … … 13 15 static CGcontext sCgContext = NULL; 14 16 static CGprogram sCgFragmentProgram = NULL; 15 static CGprofile sCgFragmentProfile;// = CG_PROFILE_FP30;17 //static CGprofile sCgFragmentProfile;// = CG_PROFILE_FP30; 16 18 17 19 //static CGparameter sCgKdParam = NULL; 18 20 //static CGparameter sCgModelViewProjParam = NULL; 21 static CGprofile sCgFragmentProfile = CG_PROFILE_FP30; 19 22 20 23 GLuint depthMap; … … 809 812 viewPoint.x, viewPoint.y, viewPoint.z, 810 813 up.x, up.y, up.z); 811 } 814 }
Note: See TracChangeset
for help on using the changeset viewer.