Table of Contents

Class LightProbeRuntimeData

Namespace
Stride.Rendering.LightProbes
Assembly
Stride.Rendering.dll
public class LightProbeRuntimeData
Inheritance
LightProbeRuntimeData

Fields

Coefficients

public Color3[] Coefficients

Field Value

Color3[]

Faces

public FastList<BowyerWatsonTetrahedralization.Face> Faces

Field Value

FastList<BowyerWatsonTetrahedralization.Face>

LightProbeIndices

public Int4[] LightProbeIndices

Field Value

Int4[]

LightProbes

Can be used to setup a link to a source. Typically, this might be a lightprobe component.

public object[] LightProbes

Field Value

object[]

Matrices

public Vector4[] Matrices

Field Value

Vector4[]

Tetrahedra

public FastList<BowyerWatsonTetrahedralization.Tetrahedron> Tetrahedra

Field Value

FastList<BowyerWatsonTetrahedralization.Tetrahedron>

UserVertexCount

public int UserVertexCount

Field Value

int

Vertices

public Vector3[] Vertices

Field Value

Vector3[]