diff --git a/src/physics/jolt/front/shape/component.mjs b/src/physics/jolt/front/shape/component.mjs index 5cf68df..793deed 100644 --- a/src/physics/jolt/front/shape/component.mjs +++ b/src/physics/jolt/front/shape/component.mjs @@ -382,15 +382,27 @@ class ShapeComponent extends Component { /** * Changes the shape type. Following constants available: * ``` + * SHAPE_EMPTY + * ``` + * ``` + * SHAPE_PLANE + * ``` + * ``` * SHAPE_BOX * ``` * ``` * SHAPE_CAPSULE * ``` * ``` + * SHAPE_TAPERED_CAPSULE + * ``` + * ``` * SHAPE_CYLINDER * ``` * ``` + * SHAPE_TAPERED_CYLINDER + * ``` + * ``` * SHAPE_SPHERE * ``` * ```