SoTextureImageElementSet Method (SoState, SoNode, SbVec2s, Int32, Int32, SbNativeArray, Int32) |
Note: This API is now obsolete.
Pass texname = -1 to deactivate subtexturing.
Namespace: OIV.Inventor.Elements
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("See documentation for more details")] public static void Set( SoState state, SoNode node, SbVec2s subSize, int xoffset, int yoffset, SbNativeArray buffer, int texname )
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("See documentation for more details")> Public Shared Sub Set ( state As SoState, node As SoNode, subSize As SbVec2s, xoffset As Integer, yoffset As Integer, buffer As SbNativeArray, texname As Integer )
public: [EditorBrowsableAttribute(EditorBrowsableState::Never)] [ObsoleteAttribute(L"See documentation for more details")] static void Set( SoState^ state, SoNode^ node, SbVec2s subSize, int xoffset, int yoffset, SbNativeArray^ buffer, int texname )
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] [<ObsoleteAttribute("See documentation for more details")>] static member Set : state : SoState * node : SoNode * subSize : SbVec2s * xoffset : int * yoffset : int * buffer : SbNativeArray * 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.