Remove testpackage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user