Public Member Functions |
|
FBSurface (str pName) | |
Constructor. |
|
ControlPointsBegin () | |
ControlPointsEnd () | |
GetControlPoint (int pIndex, float pX, float pY, float pZ, float pW) | |
bool | GetSurfaceCapped (int pUorV, int pDirection) |
SetControlPoint (int pIndex, float pX, float pY, float pZ, float pW) | |
SurfaceBegin () | |
SurfaceEditBegin () | |
SurfaceEditEnd () | |
SurfaceEnd () | |
bool | VertexGetSelected (int pU, int pV) |
Get the selected state of a vertex. |
|
bool | VertexGetTransformable (int pU, int pV) |
Get the Transformable state of a vertex.
|
|
bool | VertexGetVisible (int pU, int pV) |
Get the visible state of a vertex. |
|
bool | VertexSetSelected (int pU, int pV, bool pState) |
Set the selected state of a vertex. |
|
bool | VertexSetVisible (int pU, int pV, bool pState) |
Set the visible state of a vertex. |
|
Public Attributes |
|
FBSurfaceMode | SurfaceMode |
Read Write Property: Surface mode.
|
Get the selected state of a vertex.
pU | The u index of the vertex. | |
pV | The v index of the vertex. |
Get the Transformable state of a vertex.
pU | The u index of the vertex. | |
pV | The v index of the vertex. |
Get the visible state of a vertex.
pU | The u index of the vertex. | |
pV | The v index of the vertex. |
Set the selected state of a vertex.
pU | The u index of the vertex. | |
pV | The v index of the vertex. | |
pState | Set the select state. |
Set the visible state of a vertex.
pU | The u index of the vertex. | |
pV | The v index of the vertex. | |
pState | Set the visible state. |
Read Write Property: Surface mode.