Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SbVertexAttributeBinding Class Reference

Class encoding a binding type. More...

#include <Inventor/SbVertexAttributeBinding.h>

Public Types

enum  Binding {
  OVERALL = 2 ,
  PER_PART = 3 ,
  PER_PART_INDEXED = 4 ,
  PER_FACE = 5 ,
  PER_FACE_INDEXED = 6 ,
  PER_VERTEX = 7 ,
  PER_VERTEX_INDEXED = 8
}
 Supported Bindings. More...
 

Detailed Description

Class encoding a binding type.

This is a basic Open Inventor type is used to vaoid different binding values within Open Inventor.

SEE ALSO

SoMemoryObject, SoSFArray2D, SoSFArray3D

Definition at line 28 of file SbVertexAttributeBinding.h.

Member Enumeration Documentation

◆ Binding

Supported Bindings.

Enumerator
OVERALL 

Whole object has same attribute.

PER_PART 

One attribute for each part of object.

PER_PART_INDEXED 

One attribute for each part, indexed.

PER_FACE 

One attribute for each face of object.

PER_FACE_INDEXED 

One attribute for each face, indexed.

PER_VERTEX 

One attribute for each vertex.

PER_VERTEX_INDEXED 

One attribute for each vertex, indexed.

Definition at line 34 of file SbVertexAttributeBinding.h.


The documentation for this class was generated from the following file: