Changeset 10314 in orxonox.OLD for trunk/src/lib/graphics/importer/bsp/bsp_manager.h
- Timestamp:
- Jan 24, 2007, 12:45:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/bsp/bsp_manager.h
r10033 r10314 128 128 bool * alreadyVisible; 129 129 // Deques to store the visible faces 130 ::std:: deque<int> trasparent; //!< the ones with transparancy go here131 ::std:: deque<int> opal; //!< the others here.130 ::std::vector<int> trasparent; //!< the ones with transparancy go here 131 ::std::vector<int> opal; //!< the others here. 132 132 133 133 Vector out; //!< Stores collision coordinates
Note: See TracChangeset
for help on using the changeset viewer.