Changeset 4586 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/obb_tree.cc
- Timestamp:
- Jun 10, 2005, 4:25:41 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree.cc
r4581 r4586 97 97 /* generate some test vertices */ 98 98 sVec3D* vertList = new sVec3D[3]; 99 sVec3D data[] = {{0.0, 0.0, 0.0},{10.0, -5.0, 0.0},{10.0, 5.0, 0.0}};99 sVec3D data[] = {{0.0, 0.0, 0.0},{10.0, -5.0, 5.0},{10.0, 5.0, 0.0}}; 100 100 101 101 for(int i = 0; i < 3; ++i)
Note: See TracChangeset
for help on using the changeset viewer.