Click or drag to resize

LineSubRenderableUpdateDepthEffectMatricies Method

[Missing <summary> documentation for "M:Demo3D.Visuals.Renderers.Lines.LineSubRenderable.UpdateDepthEffectMatricies(Microsoft.DirectX.Matrix,Microsoft.DirectX.Matrix)"]

Namespace:  Demo3D.Visuals.Renderers.Lines
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void UpdateDepthEffectMatricies(
	Matrix viewMatrix,
	Matrix projMatrix
)

Parameters

viewMatrix
Type: Microsoft.DirectXMatrix

[Missing <param name="viewMatrix"/> documentation for "M:Demo3D.Visuals.Renderers.Lines.LineSubRenderable.UpdateDepthEffectMatricies(Microsoft.DirectX.Matrix,Microsoft.DirectX.Matrix)"]

projMatrix
Type: Microsoft.DirectXMatrix

[Missing <param name="projMatrix"/> documentation for "M:Demo3D.Visuals.Renderers.Lines.LineSubRenderable.UpdateDepthEffectMatricies(Microsoft.DirectX.Matrix,Microsoft.DirectX.Matrix)"]

See Also