group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
AssetLoader.cpp File Reference

Implementation of AssetLoader — Assimp scene import and mesh extraction. More...

#include "AssetLoader.hpp"
#include "Asset.hpp"
#include <filesystem>
#include <iostream>
#include <stack>
#include <stb_image.h>
#include <vector>
Include dependency graph for AssetLoader.cpp:

Functions

bool readAiColor (aiMaterial &material, const char *key, unsigned int type, unsigned int index, glm::vec3 &out)
static bool hasMetadataKey (const aiNode &node, const std::string &keyToFind)

Detailed Description

Implementation of AssetLoader — Assimp scene import and mesh extraction.

Function Documentation

◆ hasMetadataKey()

bool hasMetadataKey ( const aiNode & node,
const std::string & keyToFind )
static
Here is the caller graph for this function:

◆ readAiColor()

bool readAiColor ( aiMaterial & material,
const char * key,
unsigned int type,
unsigned int index,
glm::vec3 & out )
Here is the caller graph for this function: