From Paul Melis, fixes to spelling mistakes/typos.
This commit is contained in:
@@ -291,8 +291,8 @@ class OSG_EXPORT ElementBufferObject : public BufferObject
|
||||
|
||||
META_Object(osg,ElementBufferObject);
|
||||
|
||||
typedef std::pair< BufferEntry, DrawElements* > BufferEntryDrawElementstPair;
|
||||
typedef std::vector< BufferEntryDrawElementstPair > BufferEntryDrawElementsPairs;
|
||||
typedef std::pair< BufferEntry, DrawElements* > BufferEntryDrawElementsPair;
|
||||
typedef std::vector< BufferEntryDrawElementsPair > BufferEntryDrawElementsPairs;
|
||||
|
||||
unsigned int addDrawElements(osg::DrawElements* PrimitiveSet);
|
||||
void removeDrawElements(osg::DrawElements* PrimitiveSet);
|
||||
|
||||
@@ -125,8 +125,8 @@ class OSG_EXPORT DisplaySettings : public osg::Referenced
|
||||
void setSplitStereoVerticalSeparation(int s) { _splitStereoVerticalSeparation = s; }
|
||||
int getSplitStereoVerticalSeparation() const { return _splitStereoVerticalSeparation; }
|
||||
|
||||
void setSplitStereoAutoAjustAspectRatio(bool flag) { _splitStereoAutoAdjustAspectRatio=flag; }
|
||||
bool getSplitStereoAutoAjustAspectRatio() const { return _splitStereoAutoAdjustAspectRatio; }
|
||||
void setSplitStereoAutoAdjustAspectRatio(bool flag) { _splitStereoAutoAdjustAspectRatio=flag; }
|
||||
bool getSplitStereoAutoAdjustAspectRatio() const { return _splitStereoAutoAdjustAspectRatio; }
|
||||
|
||||
|
||||
void setScreenWidth(float width) { _screenWidth = width; }
|
||||
|
||||
@@ -239,7 +239,7 @@ class OSG_EXPORT TexEnvCombine : public StateAttribute
|
||||
return true;
|
||||
}
|
||||
|
||||
void computeNeedoForTexEnvCombiners()
|
||||
void computeNeedForTexEnvCombiners()
|
||||
{
|
||||
_needsTexEnvCrossbar = (needsTexEnvCombiner(_source0_RGB) ||
|
||||
needsTexEnvCombiner(_source1_RGB) ||
|
||||
|
||||
Reference in New Issue
Block a user