Click or drag to resize
SoShadowGroupIsSupported Method (SoShadowGroupShadowingMethods)

Indicates if shadow casting is supported by your graphic board.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool IsSupported(
	SoShadowGroupShadowingMethods method
)

Parameters

method
Type: OIV.Inventor.NodesSoShadowGroupShadowingMethods

Return Value

Type: Boolean
Remarks

When using a debug build of Open Inventor, some "no context available" warning messages may be generated. You can ignore them or see OIV.Inventor.Devices.SoGLExtension for an example of using OIV.Inventor.Devices.SoGLContext to avoid them.

See Also