Class LightProbeRuntimeData
- Namespace
- Stride.Rendering.LightProbes
- Assembly
- Stride.Rendering.dll
public class LightProbeRuntimeData- Inheritance
- 
      objectLightProbeRuntimeData
Fields
Coefficients
public Color3[] CoefficientsField Value
- Color3[]
Faces
public FastList<BowyerWatsonTetrahedralization.Face> FacesField Value
LightProbeIndices
public Int4[] LightProbeIndicesField Value
- Int4[]
LightProbes
Can be used to setup a link to a source. Typically, this might be a lightprobe component.
public object[] LightProbesField Value
- object[]
Matrices
public Vector4[] MatricesField Value
- Vector4[]
Tetrahedra
public FastList<BowyerWatsonTetrahedralization.Tetrahedron> TetrahedraField Value
UserVertexCount
public int UserVertexCountField Value
Vertices
public Vector3[] VerticesField Value
- Vector3[]