Added pane rotation profile

This commit is contained in:
MihailRis
2023-12-05 11:13:09 +03:00
parent 788234ab94
commit 81704140a7
5 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ void BlocksRenderer::blockCubeShaded(const ivec3& icoord,
face(coord+X, -X, -Z, -Y, -X-Y+loff, local, size.x, size.z, 0.0f, texfaces[2]);
face(coord+X, -Z, Y, X, X-X+loff, local, size.z, size.y, 0.0f, texfaces[1]);
face(coord+Y, -Z, -Y, -X, -X-Y-Z+loff, local, size.z, size.y, 0.0f, texfaces[0]);
face(coord+Y, -Z, -Y, -X, -X-Y+loff, local, size.z, size.y, 0.0f, texfaces[0]);
}
/* Fastest solid shaded blocks render method */