From Eric Hammil, typo and spelling fixes
This commit is contained in:
@@ -25,7 +25,7 @@ class SG_EXPORT LightModel : public StateAttribute
|
||||
|
||||
LightModel();
|
||||
|
||||
/** Copy constructor using CopyOp to manage deep vs shallow copy.*/
|
||||
/** Copy constructor using CopyOp to manage deep vs shallow copy. */
|
||||
LightModel(const LightModel& lw,const CopyOp& copyop=CopyOp::SHALLOW_COPY):
|
||||
StateAttribute(lw,copyop),
|
||||
_ambient(lw._ambient),
|
||||
@@ -36,7 +36,7 @@ class SG_EXPORT LightModel : public StateAttribute
|
||||
|
||||
META_StateAttribute(osg, LightModel, LIGHTMODEL);
|
||||
|
||||
/** return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.*/
|
||||
/** Return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. */
|
||||
virtual int compare(const StateAttribute& sa) const
|
||||
{
|
||||
// check the types are equal and then create the rhs variable
|
||||
@@ -49,7 +49,7 @@ class SG_EXPORT LightModel : public StateAttribute
|
||||
COMPARE_StateAttribute_Parameter(_localViewer)
|
||||
COMPARE_StateAttribute_Parameter(_twoSided)
|
||||
|
||||
return 0; // passed all the above comparison macro's, must be equal.
|
||||
return 0; // passed all the above comparison macros, must be equal.
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user