emissive items

This commit is contained in:
MihailRis
2024-01-11 18:02:27 +03:00
parent 213eba6072
commit 05fe86e64c
5 changed files with 25 additions and 9 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ public:
std::vector<BoxModel> modelBoxes = {};
std::vector<glm::vec3> modelExtraPoints = {}; //initially made for tetragons
std::vector<UVRegion> modelUVs = {}; // boxes' tex-UVs also there
unsigned char emission[4] {0, 0, 0, 0};
uint8_t emission[4] {0, 0, 0, 0};
unsigned char drawGroup = 0;
BlockModel model = BlockModel::block;
bool lightPassing = false;