Close
Sign in to view the code!
Sign in to send to cube!
Blink
Created by cubetube on May 14, 2015
Twitter
Facebook
Blinks a single voxel in the cube
Comments:
Werdna
said
The "Hello World" of the L3D Cube :)
Mcgregor
said
Great for beginners!!
Update Demo
Sign up, make your own!
Cube cube = Cube(); int frame=0; void setup() { cube.begin(); cube.background(black); } void loop() { cube.background(black); if(frame%20>10) cube.setVoxel(3,3,3,blue); cube.show(); frame++; }
The "Hello World" of the L3D Cube :)
Great for beginners!!