Struct to hold current parameters for VJ boids, combining constant and dynamic parameters along with transform data. More...
#include <ST_AudioReactiveBoidsLib.h>
Public Attributes | |
FST_VJ_BoidConstantParameters | ConstantParameters |
FST_VJ_BoidDynamicParameters | DynamicParameters |
float | worldScale = 1.0f |
float | boundsRadius |
FMatrix44f | transformMatrix |
FMatrix44f | inverseTransformMatrix |
Struct to hold current parameters for VJ boids, combining constant and dynamic parameters along with transform data.
float FST_VJ_BoidCurrentParameters::boundsRadius |
Bounding radius for the boid.
FST_VJ_BoidConstantParameters FST_VJ_BoidCurrentParameters::ConstantParameters |
Constant parameters for the boid.
FST_VJ_BoidDynamicParameters FST_VJ_BoidCurrentParameters::DynamicParameters |
Dynamic parameters for the boid.
FMatrix44f FST_VJ_BoidCurrentParameters::inverseTransformMatrix |
Inverse transformation matrix for the boid.
FMatrix44f FST_VJ_BoidCurrentParameters::transformMatrix |
Transformation matrix for the boid.
float FST_VJ_BoidCurrentParameters::worldScale = 1.0f |
World scale for the boid.