Changeset 10206 for code/trunk
- Timestamp:
- Jan 27, 2015, 11:23:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/tools/IcoSphere.h
r10190 r10206 81 81 std::list<int> triangleIndices; 82 82 std::list<TriangleIndices> faces; 83 std::map< __int64, int> middlePointIndexCache;83 std::map<int64_t, int> middlePointIndexCache; 84 84 int index; 85 85 };
Note: See TracChangeset
for help on using the changeset viewer.