Conscience Core
Functions | Variables
gltfHelpers.cpp File Reference
#include "gltfHelpers.h"
#include <CoreObjects/Exchange/glTF/tinygltf/tiny_gltf.h>
#include "CscCommon.h"

Functions

void convertGltfToGlb (const fs::path &gltfPath, const fs::path &glbPath)
 

Variables

static std::unique_ptr< CscLoggerlogger = CscLogger::getForCategory("gltfHelpers")
 

Function Documentation

◆ convertGltfToGlb()

void convertGltfToGlb ( const fs::path &  gltfPath,
const fs::path &  glbPath 
)

Variable Documentation

◆ logger

std::unique_ptr<CscLogger> logger = CscLogger::getForCategory("gltfHelpers")
static