Skip to main content

Auki::ConjureKit::Dagaz::VolumetricFeature

Public Functions

Name
VolumetricFeatureAllocate()
byte[]ToByteArray(VolumetricFeature vf)
VolumetricFeatureFromByteArray(byte[] data)

Public Attributes

Name
const intSize
uintId
float[]_bboxCenter
float[]_bboxExtents
float[]_obbVertices

Public Functions Documentation

function Allocate

static VolumetricFeature Allocate()

function ToByteArray

static byte[] ToByteArray(
VolumetricFeature vf
)

function FromByteArray

static VolumetricFeature FromByteArray(
byte[] data
)

Public Attributes Documentation

variable Size

static const int Size = sizeof(float) * 6 +         
sizeof(float) * (8*3) +
sizeof(uint);

variable Id

uint Id;

variable _bboxCenter

float[] _bboxCenter;

variable _bboxExtents

float[] _bboxExtents;

variable _obbVertices

float[] _obbVertices;