The small3d library
Classes | Namespaces
BinaryFile.hpp File Reference

Binary file loader. More...

#include <vector>
#include "File.hpp"
#include "Model.hpp"

Go to the source code of this file.

Classes

class  small3d::BinaryFile
 Native model file loader. The model file loaded has to have been produced by converting a file in a supported format to a small3d native binary file using the format converter program, s3dfc, produced by this project's build scripts, for example by running s3dfc car.glb car.bin (this would convert a car gltf (.glb) model file to a native binary model file) ATTENTION: Unfortunately the native binary files have issues across architectures. So for example binaries created on Windows do not work on Linux. They need to be created and tested separately for each. More...
 

Namespaces

 small3d
 

Detailed Description

Binary file loader.

Created on: 2023/06/19 Author: Dimitri Kourkoulis License: BSD 3-Clause License (see LICENSE file)