Coding style update
This commit is contained in:
parent
98126f1706
commit
6211eb7b48
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user