Canvas compat (Closes #2), Fix Z-Fighting

This commit is contained in:
Motschen
2021-01-23 10:47:14 +01:00
parent 2cffce91fd
commit fe5c2a7e1b
4 changed files with 13 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
"elements": [
{
"from": [0, 0, 0],
"to": [16, 0.001, 16],
"to": [16, 0.01, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#3"}
}

View File

@@ -10,7 +10,7 @@
"elements": [
{
"from": [0, 0, 0],
"to": [16, 0.001, 16],
"to": [16, 0.01, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#3"}
}