VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
asset.cpp File Reference
#include "asset.h"
#include "framework/handlers/resourceLoader.h"
#include "framework/parsers/assimpParser.h"
#include "framework/parsers/glbParser.h"
#include "framework/parsers/objParser.h"
#include "framework/parsers/stlParser.h"
#include "spdlog/spdlog.h"
#include "stb_image.h"
#include <tiny_gltf.h>

Go to the source code of this file.

Namespaces

namespace  visutwin
namespace  visutwin::canvas

Macros

#define STB_IMAGE_IMPLEMENTATION
#define TINYGLTF_NO_STB_IMAGE
#define TINYGLTF_NO_STB_IMAGE_WRITE

Macro Definition Documentation

◆ STB_IMAGE_IMPLEMENTATION

#define STB_IMAGE_IMPLEMENTATION

Definition at line 8 of file asset.cpp.

◆ TINYGLTF_NO_STB_IMAGE

#define TINYGLTF_NO_STB_IMAGE

Definition at line 17 of file asset.cpp.

◆ TINYGLTF_NO_STB_IMAGE_WRITE

#define TINYGLTF_NO_STB_IMAGE_WRITE

Definition at line 18 of file asset.cpp.