|
OptimizedPointMeshTOptimize Method |
Optimize method optimizes the positions with preparing the segments and data views that will be used for different camera positions.
This method should be call after a bigger change of the Viewport3D's size.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void Optimize(
Size2 standardViewport3DSize,
double standardPointSize = 1
)
Parameters
- standardViewport3DSize Size2
- size of Viewport3D that will get the best optimization by this OptimizedPointMesh
- standardPointSize Double (Optional)
- size of one point that is rendered on the screen
See Also