SoTextureUnitElementShouldSendGLData Method |
Indicate according to the current mapping method if GL data must be sent or not.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool ShouldSendGLData(
SoState state
)
Public Shared Function ShouldSendGLData (
state As SoState
) As Boolean
public:
static bool ShouldSendGLData(
SoState^ state
)
static member ShouldSendGLData :
state : SoState -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
Boolean
Remarks
See Also