Click or drag to resize
AB4D logo

OptimizedPointMeshTUpdateVisibleSegments Method

UpdateVisibleSegments method gets camera's worldViewProjectionMatrix as parameter and updates which segments are visible and will be rendered in the next rendering pass. When worldViewProjectionMatrix parameter is Identity then all segments are shown.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void UpdateVisibleSegments(
	Matrix worldViewProjectionMatrix
)

Parameters

worldViewProjectionMatrix  Matrix
See Also