ScenePhysicsSpeculativeContactDistance Property |
Radius around objects inside which speculative contact points will be detected (unit: meters).
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Reference<double> PhysicsSpeculativeContactDistance { get; set; }Property Value
ReferenceDouble
RemarksNote that if this is too big you will get ghost collisions as speculative contacts are based on the closest points during the collision detection step which may not be the actual closest points by the time the two objects hit.
See Also