Changeset 9655 for OpenSceneGraph/trunk/src/osgUtil/TriStrip_graph_array.h
- Timestamp:
- 02/05/09 11:14:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgUtil/TriStrip_graph_array.h
r9630 r9655 80 80 { 81 81 public: 82 arc() {} 82 83 arc & mark() { m_Marker = true; return (* this); } 83 84 arc & unmark() { m_Marker = false; return (* this); }
