Changeset 3375 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Geometry.cpp
- Timestamp:
- 07/09/09 10:21:25 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Geometry.cpp
r3294 r3375 39 39 /* 40 40 mIndices = new unsigned int[mNumVertices]; 41 42 for (int i = 0; i < mNumVertices; ++ i) 43 { 44 mIndices[i] = i; 45 }*/ 41 for (int i = 0; i < mNumVertices; ++ i) { mIndices[i] = i; } 42 */ 46 43 47 44 // prepare vbos
Note: See TracChangeset
for help on using the changeset viewer.