- Timestamp:
- 01/12/06 15:29:40 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor/src
- Files:
-
- 3 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 } -
trunk/VUT/GtpVisibilityPreprocessor/src/Makefile
r516 r529 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (2.00a) (Qt 4.1.0) on: st 11. I 15:48:5720063 # Generated by qmake (2.00a) (Qt 4.1.0) on: ?t 12. I 15:26:52 2006 4 4 # Project: preprocessor.pro 5 5 # Template: app -
trunk/VUT/GtpVisibilityPreprocessor/src/default.env
r516 r529 167 167 168 168 ViewCells { 169 loadFromFile false169 loadFromFile true 170 170 #type kdTree 171 171 #type vspKdTree … … 199 199 } 200 200 201 filename ../data/soda5/viewcells_soda5.xml 201 202 # filename ../data/atlanta/atlanta_viewcells_large.x3d 202 203 # filename ../data/vienna/viewcells-25-sel.x3d
Note: See TracChangeset
for help on using the changeset viewer.