Class reference

GLTFPhysicsShape

Inherits Resource

Represents a glTF physics shape.

Description

Represents a physics shape as defined by the OMI_physics_shape or OMI_collider glTF extensions. This class is an intermediary between the glTF data and Redot's nodes, and it's abstracted in a way that allows adding support for different glTF physics extensions in the future.

Properties

float height = 2.0

The height of the shape, in meters. This is only used when the shape type is "capsule" or "cylinder". This value should not be negative, and for "capsule" it should be at least twice the radius.

ImporterMesh importer_mesh

The ImporterMesh resource of the shape. This is only used when the shape type is "hull" (convex hull) or "trimesh" (concave trimesh).

bool is_trigger = false

If true, indicates that this shape is a trigger. For Redot, this means that the shape should be a child of an Area3D node. This is the only variable not used in the to_node() method, it's intended to be used alongside when deciding where to add the generated node as a child.

int mesh_index = -1

The index of the shape's mesh in the glTF file. This is only used when the shape type is "hull" (convex hull) or "trimesh" (concave trimesh).

float radius = 0.5

The radius of the shape, in meters. This is only used when the shape type is "capsule", "cylinder", or "sphere". This value should not be negative.

String shape_type = ""

The type of shape this shape represents. Valid values are "box", "capsule", "cylinder", "sphere", "hull", and "trimesh".

Vector3 size = Vector3(1, 1, 1)

The size of the shape, in meters. This is only used when the shape type is "box", and it represents the "diameter" of the box. This value should not be negative.

Methods

Dictionary to_dictionary() const

Serializes this GLTFPhysicsShape instance into a Dictionary in the format defined by OMI_physics_shape.

Shape3D to_resource(bool cache_shapes = false)

Converts this GLTFPhysicsShape instance into a Redot Shape3D resource.

Tutorials

Source revision 5592dc3a7a61
Connection interrupted. Reload×

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.