stim::volumetric_body_description struct

Initialization parameters for volumetric bodies.

Public variables

volumetric_body_flags flags
The volumetric_body's flags.
string_view id
A unique identifier for the volumetric body.
const object_constants* constants
Constants used to fine-tune the volumetric_body's behaviour.
mat4 object_to_world
The object-to-world transform of this object.

Variable documentation

volumetric_body_flags stim::volumetric_body_description::flags

The volumetric_body's flags.

string_view stim::volumetric_body_description::id

A unique identifier for the volumetric body.

This field is used in logging, error reporting, and the debug UI interface.

const object_constants* stim::volumetric_body_description::constants

Constants used to fine-tune the volumetric_body's behaviour.

mat4 stim::volumetric_body_description::object_to_world

The object-to-world transform of this object.