SoTextureImageElementSet Method (SoState, SoNode, SbVec2s, Int32, Int32, SbNativeArrayByte, Int32) |
Note: This API is now obsolete.
Pass texname = -1 to deactivate subtexturing.
Namespace: OIV.Inventor.Elements
[ObsoleteAttribute("See documentation for more details")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public static void Set( SoState state, SoNode node, SbVec2s subSize, int xoffset, int yoffset, SbNativeArray<byte> buffer, int texname )
<ObsoleteAttribute("See documentation for more details")> <EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Shared Sub Set ( state As SoState, node As SoNode, subSize As SbVec2s, xoffset As Integer, yoffset As Integer, buffer As SbNativeArray(Of Byte), texname As Integer )
public: [ObsoleteAttribute(L"See documentation for more details")] [EditorBrowsableAttribute(EditorBrowsableState::Never)] static void Set( SoState^ state, SoNode^ node, SbVec2s subSize, int xoffset, int yoffset, SbNativeArray<unsigned char>^ buffer, int texname )
[<ObsoleteAttribute("See documentation for more details")>] [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] static member Set : state : SoState * node : SoNode * subSize : SbVec2s * xoffset : int * yoffset : int * buffer : SbNativeArray<byte> * texname : int -> unit
Subtexturing not active by default. In any case, the regular set method must be called. Obsoletesince Open Inventor 9400 Specify the subsize with a SbVec2i32 instead.