BezierPatch3DBase

constructor(points: List<List<Vector3>>, colors: List<List<C>> = emptyList())(source)

Parameters

C

The type of color data associated with the patch. It must implement both AlgebraicColor and ConvertibleToColorRGBa.