Face

class Face : Record

Represents a single face of a mesh.

Since

3.0.0

Parameters

uv

a map of vertex identifiers to their UV coordinates

vertices

a set of vertex identifiers that form this face

texture

the index of the texture used by this face

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String