VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
EditorBillboardComponent.hpp
Go to the documentation of this file.
1
6#pragma once
7#include <components/AssetTypes.hpp>
8#include <vector>
9
10namespace vex {
13 std::vector<vex::texture_asset_path> texturePaths;
14 };
15} // namespace vex
A component for rendering a 2D quad that always faces the camera.
std::vector< vex::texture_asset_path > texturePaths
Paths to the textures mapped onto the billboard.