This commit is contained in:
A-lex-Ra
2024-01-08 12:36:11 +06:00
28 changed files with 540 additions and 218 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ enum class BlockModel {
class Block {
public:
std::string const name;
// 0 1 2 3 4 5
// 0 1 2 3 4 5
std::string textureFaces[6]; // -x,x, -y,y, -z,z
std::vector<std::string> textureMoreFaces = {};
std::vector<glm::vec3> customfacesPoints = {};