Changeset 2824


Ignore:
Timestamp:
07/08/08 13:03:57 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/ResourceManager.cpp

    r2823 r2824  
    5555                str.read(reinterpret_cast<char *>(trafo->x), sizeof(Matrix4x4)); 
    5656                mTrafos.push_back(trafo); 
    57 #if 0 // use instancing 
     57#if 0 // use static geometry  
    5858                Vector3 *vertices = new Vector3[geom->mNumVertices]; 
    5959 
     
    7070                sceneGeom = new SceneEntity(tgeom, mat, NULL); 
    7171#else 
     72                // use instancing 
    7273                sceneGeom = new SceneEntity(geom, mat, trafo); 
    7374#endif 
Note: See TracChangeset for help on using the changeset viewer.