|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void UpdateVisibleSegments(
Matrix worldViewProjectionMatrix
)
Parameters
- worldViewProjectionMatrix Matrix
See Also