The PhysicsSettings class is used to create physics configuration information.

PhysicsSettings 类用于创建物理配置信息。

构造函数

属性

ccdSphereRadius: number = 0.0001

The radius of the sphere used for Continuous Collision Detection.

连续碰撞检测的球体半径。

ccdThreshold: number = 0.0001

The threshold for Continuous Collision Detection (CCD).

连续碰撞检测的阈值。

enableCCD: boolean = false

Whether to enable continuous collision detection.

是否开启连续碰撞检测

fixedTimeStep: number = ...

The time step of the physics simulation.

固定时间步长,物理模拟器帧的间隔时间。

flags: number = 0

Flags that determine the behavior of the physics engine.

标志位,用于确定物理引擎的行为。

maxSubSteps: number = 1

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.

最大子步数,在物理引擎中用于指定每一帧允许的最大子步骤数,以提高物理模拟的精度和稳定性。