Creates new XOrientedBoxTree instance from the DirectX layer Mesh mesh.

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

Syntax

C#
public static XOrientedBoxTree FromMesh(
	Mesh mesh
)

Parameters

mesh
Type: Mesh
The source DirectX layer Mesh mesh.

Return Value

Returns new XOrientedBoxTree instance from the DirectX layer Mesh mesh.

See Also