LightProbeRuntimeData Class
Namespace: Stride.Rendering.LightProbes
Assembly: Stride.Rendering.dll
System.Object →
LightProbeRuntimeData
Derived from LightProbeRuntimeData:
public class LightProbeRuntimeData
|
Improve this Doc
View Source
Fields
Coefficients
public Color3[] Coefficients
Field Value
Faces
public FastList<BowyerWatsonTetrahedralization.Face> Faces
Field Value
LightProbeIndices
public Int4[] LightProbeIndices
Field Value
LightProbes
Can be used to setup a link to a source.
Typically, this might be a lightprobe component.
public object[] LightProbes
Field Value
Type |
Description |
System.Object[] |
|
Matrices
public Vector4[] Matrices
Field Value
Tetrahedra
public FastList<BowyerWatsonTetrahedralization.Tetrahedron> Tetrahedra
Field Value
UserVertexCount
public int UserVertexCount
Field Value
Type |
Description |
System.Int32 |
|
Vertices
public Vector3[] Vertices
Field Value
Extension Methods