Python Reference Guide
 
Loading...
Searching...
No Matches
FBGeometryArrayID Class Reference

ID to use when requesting a specific array of data for a model. More...

#include <pyfbsdk.h>

Inheritance diagram for FBGeometryArrayID:

Public Attributes

 kFBGeometryArrayID_Point
 ID to the Point array.

 
 kFBGeometryArrayID_Normal
 ID to the Normal by Point array.

 
 kFBGeometryArrayID_Tangent
 ID to the Tangent array.

 
 kFBGeometryArrayID_Binormal
 ID to the Binormal array.

 
 kFBGeometryArrayID_Color
 ID to the Vertex Color Array.

 

Detailed Description

ID to use when requesting a specific array of data for a model.


See sample: VertexArrayManipulation.py.

Member Data Documentation

◆ kFBGeometryArrayID_Binormal

kFBGeometryArrayID_Binormal

ID to the Binormal array.

◆ kFBGeometryArrayID_Color

kFBGeometryArrayID_Color

ID to the Vertex Color Array.

◆ kFBGeometryArrayID_Normal

kFBGeometryArrayID_Normal

ID to the Normal by Point array.

◆ kFBGeometryArrayID_Point

kFBGeometryArrayID_Point

ID to the Point array.

◆ kFBGeometryArrayID_Tangent

kFBGeometryArrayID_Tangent

ID to the Tangent array.