Go to file
Steins7 1081051084 Got model matrix to work
For now the matrix is sent as a push constant but since WebGL doesn't
support them and will likely never support them big enough for a matrix,
they will in the future be sent in a uniform buffer
2022-08-20 14:43:29 +02:00
assets Got texture to display on quad 2022-07-15 11:59:52 +02:00
doc Added doc to repository 2022-07-03 15:28:18 +02:00
src Got model matrix to work 2022-08-20 14:43:29 +02:00
.gitignore Added doc to repository 2022-07-03 15:28:18 +02:00
Cargo.lock Optimized vertex and index buffers 2022-08-18 23:38:32 +02:00
Cargo.toml Got model matrix to work 2022-08-20 14:43:29 +02:00