for school reasons
function setup() { createCanvas(400, 400, WEBGL); } function draw() { background(0); rotateX(PI*0.975) fill(232,243,255) translate(150,0,0) box(20,200) translate(-300,0,0) box(20,200) }