|
Kemena3D
|
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"

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 |
Base class for all scene-graph nodes in the Kemena3D engine.
| using json = nlohmann::json |