Hymn to Beauty
C++ 3D Engine
GLTFImporter Class Reference

Converts GLTF models to internal format. More...

#include <GLTFImporter.hpp>

Public Member Functions

void Import (const std::string &path, const std::string &filename)
 Import a GLTF model. More...
 

Detailed Description

Converts GLTF models to internal format.

GLTF specification: https://github.com/KhronosGroup/glTF/

Member Function Documentation

◆ Import()

void GLTFImporter::Import ( const std::string &  path,
const std::string &  filename 
)

Import a GLTF model.

Parameters
pathThe path to the model (not including filename).
filenameThe filename of the GLTF.
Todo:
Samplers
Todo:
Support animations.

The documentation for this class was generated from the following files: