We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › 3d Cube rings
Page Index Toggle Pages: 1
3d Cube rings (Read 1190 times)
3d Cube rings
Mar 13th, 2009, 5:01am
 
Just some visual noise. Going for that ghost in the shell cheesy 90's hacking visualization look. I plan to buff it out with some real interactions between the towers, instead of just generation.

Play with the mess code here: http://fortitude.pastebin.com/m430fc7ad

http://img14.imageshack.us/img14/9190/3dnoise.tif

http://img18.imageshack.us/img18/7769/3dnoise2.tif
Re: 3d Cube rings
Reply #1 - Mar 13th, 2009, 5:10pm
 
For that cheezy look, you need to make the background black and render your shapes with vivid outlines.  When you draw the shapes, set the stroke() value to an HSB color with S and B set to their full values.  Get that whole "glowing wireframe" thing going on...
Re: 3d Cube rings
Reply #2 - Mar 13th, 2009, 6:47pm
 
Truth! I'll get on that today.

Need to figure out a way to give the background some moving noise too. Maybe I can have circles of 10101100101 moving around the whole space...
Re: 3d Cube rings
Reply #3 - Mar 14th, 2009, 1:47pm
 
Awesome work.

I have added Peasy Cam to it with great effect.

I am trying to load the filenames into an array and then createGraphics with the iconic photo of each panel.

Based on the mouse click event then zoom or explode the pict to viewable size.

So far the peasy cam is working . Keep up the good work!
Re: 3d Cube rings
Reply #4 - Mar 14th, 2009, 8:14pm
 
Thanks, I'm glad someone's working on it.

Also, thanks for mentioning the cam, I've been (obviously) implementing my own camera system which kinda sucks, it's annoying to have to copy paste the code for every 3d thing I make.

I'd like to see your mods, post some (incomplete) screens when you have something!
Page Index Toggle Pages: 1