fill(255,0,0); //box(1300,5,1200); pushMatrix(); translate(0,150,0); sphere(40); fill(255); translate(0,60,0); sphere(20); translate(0,-60,-60); sphere(20); translate(60,0,60); sphere(20); popMatrix();
Source code: NonLine.java
Built with Processing
fill(255,0,0); //box(1300,5,1200); pushMatrix(); translate(0,150,0); sphere(40); fill(255); translate(0,60,0); sphere(20); translate(0,-60,-60); sphere(20); translate(60,0,60); sphere(20); popMatrix();
Source code: NonLine.java
Built with Processing