optimize chunk meshing data

This commit is contained in:
2024-05-29 21:29:56 -04:00
parent 70614be759
commit 164283e152
7 changed files with 147 additions and 69 deletions

12
.vscode/launch.json vendored
View File

@@ -14,12 +14,12 @@
"args": [],
"cwd": "${workspaceRoot}/target/debug",
"preLaunchTask": "Build",
"environment": [
{
"name": "RUST_BACKTRACE",
"value": "1"
}
]
// "environment": [
// {
// "name": "RUST_BACKTRACE",
// "value": "1"
// }
// ]
}
]
}