Click or drag to resize
AB4D logo

DXViewportView(DXViewportView, Viewport3D, Boolean) Constructor

Constructor that creates a DXViewportView that shows the 3D scene defined in another DXViewportView.

Namespace: Ab3d.DirectX.Controls
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public DXViewportView(
	DXViewportView masterDXViewportView,
	Viewport3D viewport3D,
	bool useMasterRenderingSteps = true
)

Parameters

masterDXViewportView  DXViewportView
DXViewportView that defined the 3D scene and will be rendered from different camera in this DXViewportView
viewport3D  Viewport3D
Viewport3D
useMasterRenderingSteps  Boolean  (Optional)
when true (by default) then the DXScene.RenderingSteps from the master DXScene are used. In this case the RenderingStep in the DXScene created by this DXViewportView are not set. When false, the this DXScene creates its own RenderingSteps that can be customized for this DXViewportView.
See Also