- Timestamp:
- 07/08/08 13:03:57 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/ResourceManager.cpp
r2823 r2824 55 55 str.read(reinterpret_cast<char *>(trafo->x), sizeof(Matrix4x4)); 56 56 mTrafos.push_back(trafo); 57 #if 0 // use instancing57 #if 0 // use static geometry 58 58 Vector3 *vertices = new Vector3[geom->mNumVertices]; 59 59 … … 70 70 sceneGeom = new SceneEntity(tgeom, mat, NULL); 71 71 #else 72 // use instancing 72 73 sceneGeom = new SceneEntity(geom, mat, trafo); 73 74 #endif
Note: See TracChangeset
for help on using the changeset viewer.