BezierPatchDrawer

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val shadeStyleManager: ShadeStyleManager
Link copied to clipboard
val shadeStyleManagerOKLab: ShadeStyleManager
Link copied to clipboard
var vertices: VertexBuffer

Functions

Link copied to clipboard
@JvmName(name = "drawBezierPatches3D")
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatch3DBase<ColorRGBa>>, subdivisions: Int = 32)
@JvmName(name = "drawBezierPatches3DOKLab")
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatch3DBase<ColorOKLABa>>, subdivisions: Int = 32)
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatchBase<ColorRGBa>>, subdivisions: Int = 32)
@JvmName(name = "drawBezierPatchesOKLab")
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatchBase<ColorOKLABa>>, subdivisions: Int = 32)