Changeset 13041 for OpenSceneGraph/trunk/include/osgSim/SphereSegment
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgSim/SphereSegment (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgSim/SphereSegment
r11438 r13041 228 228 229 229 META_Node(osgSim, SphereSegment); 230 230 231 231 /** A list of vertex arrays representing a list of lines.*/ 232 232 typedef std::vector< osg::ref_ptr<osg::Vec3Array> > LineList; 233 233 234 234 /** Compute the interesection lines between subgraph and this sphere segment. 235 235 * The matrix is the transform that takes the subgraph into the same coordiante frame as the sphere segment.
