Table of Contents

Method GetWorldTrianglesAndAlphas

Namespace
Pinwheel.Vista.Splines
Assembly
Pinwheel.Vista.Splines.Runtime.dll

GetWorldTrianglesAndAlphas(out Vector3[], out float[])

Returns the spline area as world-space triangles together with per-vertex alpha values.

void GetWorldTrianglesAndAlphas(out Vector3[] vertices, out float[] alphas)

Parameters

vertices Vector3[]

Triangle vertices in world space.

alphas float[]

Per-vertex alpha weights aligned by index with vertices.