Added deprecated note to indices entry.

This commit is contained in:
Robert Osfield
2012-09-05 08:42:14 +00:00
parent 0172bacdf4
commit bc533022ae

View File

@@ -85,7 +85,7 @@ class OSG_EXPORT Geometry : public Drawable
inline bool empty() const { return !array.valid(); }
ref_ptr<Array> array;
ref_ptr<IndexArray> indices;
ref_ptr<IndexArray> indices; // deprecated.
AttributeBinding binding;
GLboolean normalize;
};
@@ -122,7 +122,7 @@ class OSG_EXPORT Geometry : public Drawable
inline bool empty() const { return !array.valid(); }
ref_ptr<Vec3Array> array;
ref_ptr<IndexArray> indices;
ref_ptr<IndexArray> indices; // deprecated.
AttributeBinding binding;
GLboolean normalize;
};