SoTextureImage3ElementSet Method (SoState, SoNode, SbVec3s, Int32, Byte, SoBufferObject, Int32, Int32, Int32, Int32, Int32, SbColor, Single, Boolean, SbVec4f) |
Sets the current image, wrap, and model.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void Set(
SoState state,
SoNode node,
SbVec3s size,
int numComponents,
byte[] bytes,
SoBufferObject bufferObject,
int GLInternalFormat,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
bool enableBorder,
SbVec4f borderColor
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
size As SbVec3s,
numComponents As Integer,
bytes As Byte(),
bufferObject As SoBufferObject,
GLInternalFormat As Integer,
wrapS As Integer,
wrapT As Integer,
wrapR As Integer,
model As Integer,
blendColor As SbColor,
maxAnisotropy As Single,
enableBorder As Boolean,
borderColor As SbVec4f
)
public:
static void Set(
SoState^ state,
SoNode^ node,
SbVec3s size,
int numComponents,
array<unsigned char>^ bytes,
SoBufferObject^ bufferObject,
int GLInternalFormat,
int wrapS,
int wrapT,
int wrapR,
int model,
SbColor blendColor,
float maxAnisotropy,
bool enableBorder,
SbVec4f borderColor
)
static member Set :
state : SoState *
node : SoNode *
size : SbVec3s *
numComponents : int *
bytes : byte[] *
bufferObject : SoBufferObject *
GLInternalFormat : int *
wrapS : int *
wrapT : int *
wrapR : int *
model : int *
blendColor : SbColor *
maxAnisotropy : float32 *
enableBorder : bool *
borderColor : SbVec4f -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- size
- Type: OIV.InventorSbVec3s
- numComponents
- Type: SystemInt32
- bytes
- Type: SystemByte
- bufferObject
- Type: OIV.Inventor.DevicesSoBufferObject
- GLInternalFormat
- Type: SystemInt32
- wrapS
- Type: SystemInt32
- wrapT
- Type: SystemInt32
- wrapR
- Type: SystemInt32
- model
- Type: SystemInt32
- blendColor
- Type: OIV.InventorSbColor
- maxAnisotropy
- Type: SystemSingle
- enableBorder
- Type: SystemBoolean
- borderColor
- Type: OIV.InventorSbVec4f
Remarks
See Also