3#include "Resources/Resources.h"
11namespace Cogs::Core::GltfWriter
13 bool COGSCORE_DLL_API writeGltf(std::vector<ComponentModel::Entity*>& entities,
const std::string& filePath,
const std::string& fileName);
14 bool COGSCORE_DLL_API writeGlb(std::vector<ComponentModel::Entity*>& entities,
const std::string& filePath,
const std::string& fileName);
Contains code for composing and managing entities built from components.