Remove testpackage

This commit is contained in:
Julian
2020-01-21 19:47:41 +01:00
parent b1f3564363
commit 8aaf31c114
3 changed files with 8 additions and 3 deletions

View File

@@ -9,6 +9,13 @@ function main() {
return;
}
let vertices = [ -0.5, -0.5, 0.0,
0.5, -0.5, 0.0,
0.0, 0.5, 0.0];
console.log(vertices);
// Setze clear color auf schwarz, vollständig sichtbar
gl.clearColor(0.0, 1.0, 0.0, 1.0);
// Lösche den color buffer mit definierter clear color