Changeset 323 for trunk/VUT/GtpVisibilityPreprocessor
- Timestamp:
- 10/13/05 02:01:17 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.cpp
r313 r323 68 68 69 69 // add base vertices and calculate top vertices 70 for (int i = 0; i < 3; ++ i)70 for (int i = 0; i < 3; ++ i) 71 71 mesh->mVertices.push_back(baseTri.mVertices[i]); 72 72 73 73 // add top vertices 74 for (int i = 0; i < 3; ++ i)74 for (int i = 0; i < 3; ++ i) 75 75 mesh->mVertices.push_back(baseTri.mVertices[i] + height * triNorm); 76 76
Note: See TracChangeset
for help on using the changeset viewer.