CG-Project2
|
Component to store SkyBox texture data. More...
#include <Component.hpp>
Public Member Functions | |
SkyboxComponent (const unsigned int &textureId) | |
Instances basic Component and stores the texture id of the skybox. |
Public Attributes | |
unsigned int | textureId |
skybox texture id |
Component to store SkyBox texture data.
It's only purpos is to keep track in the ECS of the Skybox texture id. It coul be implemented some methods to change the skybox texture by changing the texture id and clean the previous one.
|
inline |
Instances basic Component and stores the texture id of the skybox.
textureId | the skybox texture id |