FrontFace


public final class FrontFace

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

Summary

Constants

CCW

public static final int CCW = 1

Counter-clockwise winding order.

CW

public static final int CW = 2

Clockwise winding order.

Undefined

public static final int Undefined = 0

Indicates that no front face winding order is specified.

Public methods

toString

Added in 1.0.0-alpha05
public static final @NonNull StringtoString(int value)