FrontFace


class FrontFace


Defines which vertex winding order corresponds to the front face of a primitive.

Summary

Constants

const Int
CCW = 1

Counter-clockwise winding order.

const Int
CW = 2

Clockwise winding order.

const Int

Indicates that no front face winding order is specified.

Public companion functions

String
toString(value: Int)

Constants

CCW

const val CCW = 1: Int

Counter-clockwise winding order.

CW

const val CW = 2: Int

Clockwise winding order.

Undefined

const val Undefined = 0: Int

Indicates that no front face winding order is specified.

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String