Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SbVertexAttributeBinding.h
Go to the documentation of this file.
1/*=======================================================================
2** VSG_COPYRIGHT_TAG
3**=======================================================================*/
4/*=======================================================================
5** Author : VSG (MMM YYYY)
6**=======================================================================*/
7#ifndef SB_VERTEXATTRIBUTE_BINDING_H
8#define SB_VERTEXATTRIBUTE_BINDING_H
9
10#include <Inventor/SbBase.h>
11
69
70#endif // SB_VERTEXATTRIBUTE_BINDING_H
71
72
Class encoding a binding type.
@ PER_FACE
One attribute for each face of object.
@ PER_FACE_INDEXED
One attribute for each face, indexed.
@ PER_PART_INDEXED
One attribute for each part, indexed.
@ PER_VERTEX_INDEXED
One attribute for each vertex, indexed.
@ OVERALL
Whole object has same attribute.
@ PER_PART
One attribute for each part of object.
@ PER_VERTEX
One attribute for each vertex.