Fernando Jerezさんのプロフィール画像

Fernando Jerezさんのイラストまとめ


Bad seed, wrong RNG.

Generative art, 3D printing, and random stuff.
Artblocks, Hodlers, Braindrops, Highlight, Fxhash...
fernandojerez.com

フォロー数:1877 フォロワー数:4109

Step 5: Replace these blocks with 3D models for a nice marble run!

0 28

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)

2 19

Meet Martin the Robofighter. 🤖 File 00_fullset_robot.stl included in 'Chainclip Construction kit' https://t.co/lI98Lhtpbl

at

14 36

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!!

15 77