|
HitTestOptionsMeshPositionsCountForOctTreeGeneration Property |
Gets or sets an integer value that specifies number of positions in a mesh at which a OctTree is generated to speed up hit testing
(e.g. if mesh has more positions then a value specified with this property, then OctTree will be generated for the mesh).
Default value is 512.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public int MeshPositionsCountForOctTreeGeneration { get; set; }
Property Value
Int32See Also