Coding style update

This commit is contained in:
Robert Osfield 2005-04-29 06:32:45 +00:00
parent 98126f1706
commit 6211eb7b48

View File

@ -58,10 +58,10 @@ namespace osgFX
public:
Technique();
/** get the name of this technique */
/** get the name of this Technique */
virtual const char *techniqueName() { return "Default"; }
/** get a brief description of this technique */
/** get a brief description of this Technique */
virtual const char *techniqueDescription() { return "This is the default technique"; }
/**
@ -78,7 +78,7 @@ namespace osgFX
*/
virtual bool validate(osg::State& ) const;
/** get the number of rendering passes defined in this technique */
/** get the number of rendering passes defined in this Technique */
inline int getNumPasses() const;
/** get the StateSet object associated to the i-th pass */