Changeset 293 for osgVisual/trunk/include
- Timestamp:
- Jun 5, 2011, 10:33:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/util/visual_util.h
r273 r293 296 296 static bool strToBool(std::string s); 297 297 298 /** 299 * \brief \todo : Kommentieren 300 * 301 * @param StartPoint 302 * @param EndPoint 303 * @param radius 304 * @param CylinderColor 305 * @param pAddToThisGroup 306 */ 307 static void AddCylinderBetweenPoints(osg::Vec3d StartPoint, osg::Vec3d EndPoint, float radius, float length, osg::Vec4d CylinderColor, osg::Group *pAddToThisGroup); 308 298 309 template<class T> 299 310 class FindTopMostNodeOfTypeVisitor : public osg::NodeVisitor … … 352 363 */ 353 364 static xmlNode* checkXMLNodeChildrenForScenery(xmlNode* node); 365 354 366 }; 355 367
Note: See TracChangeset
for help on using the changeset viewer.