export

fun export(fileName: String)

Exports the mesh data to a file.

As of raylib 4.0, this function supports only the .obj file format.

Parameters

fileName

The name of the file to export to.


fun export(file: File)

Exports the mesh data to a file.

As of raylib 4.0, this function supports only the .obj file format.

Parameters

file

The file to export to.