Click or drag to resize
AB4D logo

DXDeviceResourcesCacheAddDXMeshGeometry3D Method

Adds the DXEngine's DXMeshGeometry3D that was created from the WPF MeshGeometry3D to this DXDeviceResourcesCache.

Namespace: Ab3d.DirectX.Common
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public void AddDXMeshGeometry3D(
	MeshGeometry3D meshGeometry3D,
	DXMeshGeometry3D dxMeshGeometry3D
)

Parameters

meshGeometry3D  MeshGeometry3D
WPF material
dxMeshGeometry3D  DXMeshGeometry3D
DXEngine's DXMeshGeometry3D
See Also