glimpse-core
/
graphics.glimpse.meshes
/
Mesh
/
Factory
common
Factory
interface
Factory
Content copied to clipboard
A factory for meshes.
Types
Functions
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
createMesh
Link copied to clipboard
common
abstract fun
createMesh
(arrayMeshData:
ArrayMeshData
):
Mesh
Content copied to clipboard
Creates a new mesh from given
arrayMeshData
.
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard