Changeset 529


Ignore:
Timestamp:
01/12/06 15:29:40 (18 years ago)
Author:
bittner
Message:
 
Location:
trunk/VUT/GtpVisibilityPreprocessor/src
Files:
3 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} 
  • trunk/VUT/GtpVisibilityPreprocessor/src/Makefile

    r516 r529  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (2.00a) (Qt 4.1.0) on: st 11. I 15:48:57 2006 
     3# Generated by qmake (2.00a) (Qt 4.1.0) on: ?t 12. I 15:26:52 2006 
    44# Project:  preprocessor.pro 
    55# Template: app 
  • trunk/VUT/GtpVisibilityPreprocessor/src/default.env

    r516 r529  
    167167 
    168168ViewCells { 
    169         loadFromFile false 
     169        loadFromFile true 
    170170        #type kdTree 
    171171        #type vspKdTree 
     
    199199        } 
    200200         
     201        filename ../data/soda5/viewcells_soda5.xml 
    201202#       filename ../data/atlanta/atlanta_viewcells_large.x3d 
    202203#       filename ../data/vienna/viewcells-25-sel.x3d 
Note: See TracChangeset for help on using the changeset viewer.