Class LightProbeRuntimeData
- Namespace
 - Stride.Rendering.LightProbes
 
- Assembly
 - Stride.Rendering.dll
 
public class LightProbeRuntimeData
  - Inheritance
 - 
      objectLightProbeRuntimeData
 
Fields
Coefficients
public Color3[] Coefficients
  Field Value
- Color3[]
 
Faces
public List<BowyerWatsonTetrahedralization.Face> Faces
  Field Value
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 List<BowyerWatsonTetrahedralization.Tetrahedron> Tetrahedra
  Field Value
UserVertexCount
public int UserVertexCount
  Field Value
Vertices
public Vector3[] Vertices
  Field Value
- Vector3[]