Module glTFLoader

Module for load the *gltf format.

Separated GLTF (.gltf+.bin+textures) or (.gltf+textures) is supported now.

Functions

load (filename[, io_read=love.filesystem.read]) Load gltf model by filename.


Functions

load (filename[, io_read=love.filesystem.read])
Load gltf model by filename.

Parameters:

  • filename string The filepath to the gltf file (GLTF must be separated (.gltf+.bin+textures) or (.gltf+textures)
  • io_read function Callback to read the file. (default love.filesystem.read)

Returns:

    table
generated by LDoc 1.4.6 Last updated 2023-03-21 17:41:24