Combines the cullMode with the cameraCullMode.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static Cull CombineCull(
	XMaterialCullMode cullMode,
	XCameraCullMode cameraCullMode
)

Parameters

cullMode
Type: SGP.XSpace..::.XMaterialCullMode
Displaying mode of the material faces.
cameraCullMode
Type: SGP.XSpace..::.XCameraCullMode
Camera displaying mode of the material faces.

Return Value

Returns the combined Cull mode.

See Also