Fixed typo and updated wrappers

This commit is contained in:
Robert Osfield
2006-11-30 18:42:38 +00:00
parent 54610429e9
commit 8d85636b50
4 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ class OSGSHADOW_EXPORT OccluderGeometry : public osg::Drawable
/** Compute ShadowVolumeGeometry. */
void comptueShadowVolumeGeometry(const osg::Vec4& lightpos, ShadowVolumeGeometry& svg) const;
void computeShadowVolumeGeometry(const osg::Vec4& lightpos, ShadowVolumeGeometry& svg) const;
/** Set the bounding polytope of the OccluderGeometry.*/