Aktionen

Benutzer

Victor: Unterschied zwischen den Versionen

Aus exmediawiki

(Die Seite wurde neu angelegt: „mini“)
 
 
(13 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
MATERIALTABLEAU
 +
 
[[Datei:Photo 2021-02-01 15-38-51.jpg|mini]]
 
[[Datei:Photo 2021-02-01 15-38-51.jpg|mini]]
 +
 +
[[Datei:photo_2021-04-06_03-34-42.jpg|mini]]
 +
 +
[[Datei:ä.jpg|mini]]
 +
[[Datei:ohne.jpg|mini]]
 +
 +
 +
[[Datei:photo_2021-04-06_04-13-45.jpg|mini]]
 +
 +
[[Datei:photo_2021-04-06_04-12-57.jpg|mini]]
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
P5 CODING EXAMPLE:
 +
 +
function setup() {
 +
  createCanvas(100, 100, WEBGL);
 +
}
 +
 +
function draw() {
 +
  background(0);
 +
  noFill();
 +
  stroke(100, 100, 240);
 +
  rotateX(frameCount * 0.01);
 +
  rotateY(frameCount * 2.01);
 +
  box(466, 70, -5);
 +
}
 +
[[Datei:P5 Coding Example.mov|mini]]

Aktuelle Version vom 6. April 2021, 04:52 Uhr

MATERIALTABLEAU

Photo 2021-02-01 15-38-51.jpg
Photo 2021-04-06 03-34-42.jpg
Ä.jpg
Ohne.jpg


Photo 2021-04-06 04-13-45.jpg
Photo 2021-04-06 04-12-57.jpg










P5 CODING EXAMPLE:

function setup() {

 createCanvas(100, 100, WEBGL);

}

function draw() {

 background(0);
 noFill();
 stroke(100, 100, 240);
 rotateX(frameCount * 0.01);
 rotateY(frameCount * 2.01);
 box(466, 70, -5);

}