SoShadowGroupIsSupported Method (SoShadowGroupShadowingMethods) |
Indicates if shadow casting is supported by your graphic board.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static bool IsSupported(
SoShadowGroupShadowingMethods method
)
Public Shared Function IsSupported (
method As SoShadowGroupShadowingMethods
) As Boolean
public:
static bool IsSupported(
SoShadowGroupShadowingMethods method
)
static member IsSupported :
method : SoShadowGroupShadowingMethods -> bool
Parameters
- method
- Type: OIV.Inventor.NodesSoShadowGroupShadowingMethods
Return Value
Type:
Boolean
RemarksWhen using a debug build of Open Inventor, some "no context available" warning messages may be generated. You can ignore them or see SoGLExtension for an example of using SoGLContext to avoid them.
See Also