@ferjerez3d
void setup(){
size(600,600,P3D);
fill(#E31717,80);
noStroke();
}
void draw(){
translate(300,300);
float f = frameCount*.01;
rotateX(f);
rotateY(f);
rotateZ(f);
lights();
box(max(0,400-f*20));
}
go!! #つぶやきProcessing
URL original: https://twitter.com/ferjerez3d/status/1181294069353521152
void setup(){
size(600,600,P3D);
fill(#E31717,80);
noStroke();
}
void draw(){
translate(300,300);
float f = frameCount*.01;
rotateX(f);
rotateY(f);
rotateZ(f);
lights();
box(max(0,400-f*20));
}
go!! #つぶやきProcessing
URL original: https://twitter.com/ferjerez3d/status/1181294069353521152
Twitter
Fernando Jerez
void setup(){ size(600,600,P3D); fill(#E31717,80); noStroke(); } void draw(){ translate(300,300); float f = frameCount*.01; rotateX(f); rotateY(f); rotateZ(f); lights(); box(max(0,400-f*20)); } go!! #つぶやきProcessing
@ferjerez3d
void setup(){
size(600,600,P3D);
fill(#E31717,80);
noStroke();
}
void draw(){
translate(300,300);
float f = frameCount*.01;
rotateX(f);
rotateY(f);
rotateZ(f);
lights();
box(max(0,400-f*20));
}
go!! #つぶやきProcessing
URL original: https://twitter.com/ferjerez3d/status/1181294069353521152
void setup(){
size(600,600,P3D);
fill(#E31717,80);
noStroke();
}
void draw(){
translate(300,300);
float f = frameCount*.01;
rotateX(f);
rotateY(f);
rotateZ(f);
lights();
box(max(0,400-f*20));
}
go!! #つぶやきProcessing
URL original: https://twitter.com/ferjerez3d/status/1181294069353521152
Twitter
Fernando Jerez
void setup(){ size(600,600,P3D); fill(#E31717,80); noStroke(); } void draw(){ translate(300,300); float f = frameCount*.01; rotateX(f); rotateY(f); rotateZ(f); lights(); box(max(0,400-f*20)); } go!! #つぶやきProcessing