Ignore:
Timestamp:
06/07/06 18:38:29 (18 years ago)
Author:
mattausch
Message:

environment as a singleton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/X3dExporter.cpp

    r1001 r1004  
    737737                                VssRay *ray; 
    738738                                 
    739                                 const indices[][2] = {{0,0}, {0,1}, {1,1}, {1,0}};  
     739                                const int indices[][2] = {{0,0}, {0,1}, {1,1}, {1,0}};  
    740740                                MeshInstance dummy(mesh); 
    741741                                for (int i=0; i < 4; i++) { 
Note: See TracChangeset for help on using the changeset viewer.