The radius of the sphere used for Continuous Collision Detection.
Zh
连续碰撞检测的球体半径。
ccdThreshold
ccdThreshold:number = 0.0001
En
The threshold for Continuous Collision Detection (CCD).
Zh
连续碰撞检测的阈值。
enableCCD
enableCCD:boolean = false
En
Whether to enable continuous collision detection.
Zh
是否开启连续碰撞检测
fixedTimeStep
fixedTimeStep:number = ...
En
The time step of the physics simulation.
Zh
固定时间步长,物理模拟器帧的间隔时间。
flags
flags:number = 0
En
Flags that determine the behavior of the physics engine.
Zh
标志位,用于确定物理引擎的行为。
maxSubSteps
maxSubSteps:number = 1
En
Used in the physics engine to specify the maximum number of substeps allowed per frame to improve the accuracy and stability of the physics simulation.
En
The PhysicsSettings class is used to create physics configuration information.
Zh
PhysicsSettings 类用于创建物理配置信息。