//=time() ?>
@ProcessingOrg Step 5: Replace these blocks with 3D models for a nice marble run!
@Bugman_140 @MenacesMum @FilamentFrenzy @irblinx @grafitomi @Greg191134 @crussty @TondaNosek @3DPrinTek print! print! print!
@FilamentFrenzy @grafitomi @Fillamentum @JAYTEEAU @nachete2016 @SrFerrete @MenacesMum @irblinx Should i say that is made with the 'old' 123DDesign software? 🙈 i tried Blender and Fusion but i feel comfortable with 123D....btw i miss some features so i will eventually jump into Fusion (or Blender)
Meet Martin the Robofighter. 🤖 File 00_fullset_robot.stl included in 'Chainclip Construction kit' https://t.co/lI98Lhtpbl
#beyondthebrick at @MyMiniFactory
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