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

Struct to hold constant parameters for VJ bounds, such as sphere radius or extent of the bounding box. More...

#include <ST_AudioReactiveBoidsLib.h>

Public Attributes

bool bSphere = true
float Radius = 100
FVector BoundsExtent = FVector(100, 100, 100)

Detailed Description

Struct to hold constant parameters for VJ bounds, such as sphere radius or extent of the bounding box.

Member Data Documentation

◆ BoundsExtent

FVector FST_VJ_BoundsConstantParameters::BoundsExtent = FVector(100, 100, 100)

Extent of the bounding box if bSphere is false.

◆ bSphere

bool FST_VJ_BoundsConstantParameters::bSphere = true

Determines if the bounds are spherical.

◆ Radius

float FST_VJ_BoundsConstantParameters::Radius = 100

Radius of the sphere if bSphere is true.


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