Type alias Physics3DProps

Physics3DProps: ParentProps & {
    gravity?: Vec3;
}

Type declaration

  • Optional gravity?: Vec3

    the direction of gravity, [0, -9.81, 0] by default