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

Simple 2D quad rendered in 3d space, great for placeholders or visualising invisible objects. More...

#include "components/AssetTypes.hpp"
#include "components/ColorTypes.hpp"

Go to the source code of this file.

Classes

struct  vex::BillboardComponent
 A component for rendering a 2D quad that always faces the camera. More...

Namespaces

namespace  vex

Detailed Description

Simple 2D quad rendered in 3d space, great for placeholders or visualising invisible objects.

Author
Eryk Roszkowski

Definition in file BillboardComponent.hpp.