Ignore:
Timestamp:
Jun 5, 2011, 10:33:34 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/include/util/visual_util.h

    r273 r293  
    296296        static bool strToBool(std::string s);
    297297
     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
    298309        template<class T>
    299310        class FindTopMostNodeOfTypeVisitor : public osg::NodeVisitor
     
    352363         */
    353364        static xmlNode* checkXMLNodeChildrenForScenery(xmlNode* node);
     365
    354366};
    355367
Note: See TracChangeset for help on using the changeset viewer.