MeshSubsetTopology


@ExperimentalCustomMeshApi
class MeshSubsetTopology


Defines the topology of the indices in a MeshSubset.

This specifies how the index buffer maps vertices to geometric primitives.

Summary

Public companion properties

MeshSubsetTopology

Every three indices form a separate triangle.

MeshSubsetTopology

Every index after the first two forms a triangle with the previous two indices.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public companion properties

TRIANGLES

val TRIANGLESMeshSubsetTopology

Every three indices form a separate triangle.

TRIANGLE_STRIP

val TRIANGLE_STRIPMeshSubsetTopology

Every index after the first two forms a triangle with the previous two indices.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String