Kemena3D
Loading...
Searching...
No Matches
kassetmanager.h File Reference

Loads and manages textures, meshes, shaders, materials, and animations. More...

#include <SDL3/SDL_filesystem.h>
#include <string>
#include <iostream>
#include <vector>
#include <map>
#include <unordered_map>
#include <algorithm>
#include "kdatatype.h"
#include "kobject.h"
#include "kmesh.h"
#include "kshader.h"
#include "kmaterial.h"
#include "ktexture2d.h"
#include "ktexturecube.h"
#include "kbone.h"
#include "kskelanimation.h"
#include "kanimator.h"
#include <windows.h>
Include dependency graph for kassetmanager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kemena::kAssetManager
 Central asset-loading and cache manager. More...

Namespaces

namespace  kemena
 Top-level Kemena3D engine namespace.

Detailed Description

Loads and manages textures, meshes, shaders, materials, and animations.