Skip to contents

Load model from files (meshes and materials).

Usage

load_model(file_name)

Arguments

file_name

A string.

Value

A model

Note

This function has been auto-generated from the following Raylib function definition:

Model LoadModel(const char * fileName);

Examples

if (FALSE) {
load_model("file.png")
}