Ignore:
Timestamp:
06/10/08 10:54:13 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/CHC_revisited/occquery.cpp

    r2642 r2746  
    11// occquery.cpp : Defines the entry point for the console application. 
    22// 
    3  
    4 //#include "stdafx.h" 
     3#if TOIMPLEMENT 
     4 
     5#include <math.h> 
     6#include <time.h> 
    57#include "glInterface.h" 
    68#include "RenderTraverser.h" 
    79 
    8 extern "C" 
    9 { 
    10         #include "MathStuff.h" 
    11         #include "DataTypes.h" 
    12 } 
    13  
    14 #include <math.h> 
    15 #include <time.h> 
    1610 
    1711 
     
    109103void deleteGeometry(); 
    110104 
     105#endif 
    111106 
    112107int main(int argc, char* argv[]) 
    113108{ 
     109#if 0 
    114110        glutInitWindowSize(800,600); 
    115111        glutInit(&argc,argv); 
     
    141137        // clean up 
    142138        cleanUp(); 
    143          
     139#endif 
    144140        return 0; 
    145141} 
    146142 
    147  
     143#if 0 
    148144void initGLstate(void)  
    149145{ 
     
    850846        } 
    851847} 
     848 
     849#endif 
Note: See TracChangeset for help on using the changeset viewer.