Cleaned up usage of BIND_PER_PRIMITIVE where possible.
This commit is contained in:
@@ -235,7 +235,9 @@ class OSG_EXPORT Geometry : public Drawable
|
||||
BIND_OFF=0,
|
||||
BIND_OVERALL=1,
|
||||
BIND_PER_PRIMITIVE_SET=2,
|
||||
#if defined(OSG_USE_DEPRECATED_GEOMETRY_METHODS)
|
||||
BIND_PER_PRIMITIVE=3, /// no longer supported
|
||||
#endif
|
||||
BIND_PER_VERTEX=4
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user