- Timestamp:
- 12/29/06 10:28:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Groups/Base/OSGGroupBase.cpp
r434 r459 73 73 74 74 /*! \class OSG::Group 75 Group is the simplest form of a NodeCore. A group carries no76 predefined data and most actions will only traverse the children list.77 So usually the group does nothing.75 Group is the simplest form of a NodeCore. A group 76 carries no predefined data and most actions will only traverse the 77 children list. So usually the group does nothing. 78 78 */ 79 79 … … 132 132 133 133 134 135 134 136 /*------------------------------ access -----------------------------------*/ 135 137
