working camera support

This commit is contained in:
Kbz-8
2024-02-14 18:48:35 +01:00
parent 7f26b839c3
commit faed2a027d
3 changed files with 7 additions and 21 deletions

View File

@ -4,8 +4,6 @@ function renderCube(ctx, x, y, z, angle = 0, sx = 1, sy = 1, sz = 1)
{
const modelMatrix = mat4.create();
console.log("test")
mat4.translate(
modelMatrix,
modelMatrix,