Table of Contents

Struct BowyerWatsonTetrahedralization.Result

Namespace
Stride.Rendering.LightProbes
Assembly
Stride.Rendering.dll
public struct BowyerWatsonTetrahedralization.Result
Inherited Members

Fields

Faces

public FastList<BowyerWatsonTetrahedralization.Face> Faces

Field Value

FastList<BowyerWatsonTetrahedralization.Face>

Tetrahedra

public FastList<BowyerWatsonTetrahedralization.Tetrahedron> Tetrahedra

Field Value

FastList<BowyerWatsonTetrahedralization.Tetrahedron>

UserVertexCount

Any vertex in Vertices after this index are added automatically for boundaries.

public int UserVertexCount

Field Value

int

Vertices

public Vector3[] Vertices

Field Value

Vector3[]