Changeset 295 for osgVisual/trunk/include
- Timestamp:
- Jun 6, 2011, 11:16:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/util/visual_util.h
r293 r295 305 305 * @param pAddToThisGroup 306 306 */ 307 static void AddCylinderBetweenPoints(osg::Vec3d StartPoint, osg::Vec3d EndPoint, float radius, float length,osg::Vec4d CylinderColor, osg::Group *pAddToThisGroup);307 static void AddCylinderBetweenPoints(osg::Vec3d StartPoint, osg::Vec3d EndPoint, float radius, osg::Vec4d CylinderColor, osg::Group *pAddToThisGroup); 308 308 309 309 template<class T>
Note: See TracChangeset
for help on using the changeset viewer.