load

fun load(path: String): Model

Loads a model from the specified file path.

Return

The loaded Model.

Parameters

path

The file path to load the model from.


fun load(file: File): Model

Loads a model from the specified file.

Return

The loaded Model.

Parameters

file

The file to load the model from.