VJ Master 1.0
Real-time audio analysis and visualisation.
Loading...
Searching...
No Matches
FST_VJ_BoidCurrentParameters Struct Reference

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

Detailed Description

Struct to hold current parameters for VJ boids, combining constant and dynamic parameters along with transform data.

Member Data Documentation

◆ boundsRadius

float FST_VJ_BoidCurrentParameters::boundsRadius

Bounding radius for the boid.

◆ ConstantParameters

FST_VJ_BoidConstantParameters FST_VJ_BoidCurrentParameters::ConstantParameters

Constant parameters for the boid.

◆ DynamicParameters

FST_VJ_BoidDynamicParameters FST_VJ_BoidCurrentParameters::DynamicParameters

Dynamic parameters for the boid.

◆ inverseTransformMatrix

FMatrix44f FST_VJ_BoidCurrentParameters::inverseTransformMatrix

Inverse transformation matrix for the boid.

◆ transformMatrix

FMatrix44f FST_VJ_BoidCurrentParameters::transformMatrix

Transformation matrix for the boid.

◆ worldScale

float FST_VJ_BoidCurrentParameters::worldScale = 1.0f

World scale for the boid.


The documentation for this struct was generated from the following file: