Optimized |
The OptimizedPointMeshT type exposes the following members.
Name | Description | |
---|---|---|
MaxOptimizationViewsCount | MaxOptimizationViewsCount specifies maximum number of views (Index buffers) for each segment. Default value is 10. | |
OptimizationIndicesNumberThreshold | OptimizationIndicesNumberThreshold specifies at which number of indices user is satisfied with performance and no more views (Index buffers) will be created. When number of indices defined in all segments is less then the number specified in this field, then no more views are created. Smaller value can create more optimization views and can take longer to initialize. Default value is 100000. | |
UseMultiThreadedAnalysis | UseMultiThreadedAnalysis specifies if generation of optimization views is run on multiple threads. Default value is true. |