Companion

object Companion

Functions

Link copied to clipboard
fun fromMesh(mesh: Mesh, material: Material? = null): Model

Creates a model from the specified mesh.

Link copied to clipboard
fun load(path: String): Model

Loads a model from the specified file path.

fun load(file: File): Model

Loads a model from the specified file.