Face

class Face : Record

Represents a single face of a mesh.

Since

3.0.0

Parameters

points

the vertices and UV coordinates of the 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