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

Base class for all scene-graph nodes in the Kemena3D engine. More...

#include "kexport.h"
#include "kdriver.h"
#include <iostream>
#include <string>
#include <vector>
#include <glm/glm.hpp>
#include <glm/gtc/quaternion.hpp>
#include <nlohmann/json.hpp>
#include "kdatatype.h"
#include "kmaterial.h"
#include "kscriptmanager.h"
#include "kphysicsobject.h"
#include "kcharactercontroller.h"
#include "knavmesh.h"
#include "kparticle.h"
#include "kaudiosource.h"
Include dependency graph for kobject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kemena::kObject
 Base scene-graph node. More...

Namespaces

namespace  kemena
 Top-level Kemena3D engine namespace.

Typedefs

using json = nlohmann::json

Detailed Description

Base class for all scene-graph nodes in the Kemena3D engine.

Typedef Documentation

◆ json

using json = nlohmann::json