Fixed problem with loading interleaved arrays in the .osg loader, and corrected

a spelling mistake in osg::GeoSet.
This commit is contained in:
Robert Osfield
2001-12-12 12:55:01 +00:00
parent 363d1d9d70
commit 05e4a0b4ce
4 changed files with 58 additions and 10 deletions

View File

@@ -276,7 +276,7 @@ class SG_EXPORT GeoSet : public Drawable
/** get the interleaved index array. */
inline const IndexPointer& getInterleavedIndices() const { return _iaindex; }
/** get the interleaved array storage format. */
inline const InterleaveArrayType getInterleavedFromat() const { return _iaformat; }
inline const InterleaveArrayType getInterleavedFormat() const { return _iaformat; }
/** set the interleaved arrays of the geoset.*/
void setInterleavedArray( const InterleaveArrayType format, float *ia );