Changeset 9056 in orxonox.OLD for branches/single_player_map/src/lib/graphics/importer
- Timestamp:
- Jul 3, 2006, 5:54:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/graphics/importer/bsp_manager.cc
r9054 r9056 990 990 991 991 Vector dirX = worldEntity->getAbsDirX(); dirX.y = 0.0f; dirX.normalize(); 992 dirX.debug(); 992 993 993 position1 = worldEntity->getAbsCoor() + box->center - dirX * (box->halfLength[0] + BSP_X_OFFSET); 994 994 dest1 = worldEntity->getAbsCoor() + box->center + dirX * (box->halfLength[0] + BSP_X_OFFSET);
Note: See TracChangeset
for help on using the changeset viewer.