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/VrmlExporter.cpp

    r1001 r1004  
    751751                                VssRay *ray; 
    752752                                 
    753                                 const indices[][2] = {{0,0}, {0,1}, {1,1}, {1,0}};  
     753                                const int indices[][2] = {{0,0}, {0,1}, {1,1}, {1,0}};  
    754754                                MeshInstance dummy(mesh); 
    755755                                for (int i=0; i < 4; i++)  
Note: See TracChangeset for help on using the changeset viewer.