VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
ModelObject.hpp File Reference

This file defines in engine ModelObject class. More...

#include "GameObject.hpp"
#include "components/GameComponents/BasicComponents.hpp"
#include "components/ErrorUtils.hpp"

Go to the source code of this file.

Classes

class  vex::ModelObject
 ModelObject class represents a model object in the engine. Thanks to engine separation from the backend, its constructor takes more parameters than its allowed by GameObjectFactory, thus it can only be created by Model Creators methods. More...

Namespaces

namespace  vex

Detailed Description

This file defines in engine ModelObject class.

Author
Eryk Roszkowski

Definition in file ModelObject.hpp.