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 › Real 3D Letters
Page Index Toggle Pages: 1
Real 3D Letters (Read 1462 times)
Real 3D Letters
Mar 1st, 2010, 3:31pm
 

Hello!

Sometimes noticed that letters in 3D are less sharp when you zoom in on them

I herewith present a real 3D letter set.

Use Mouse (for PeasyCam) and Cursor up down right left and space-key (toggle auto-rotation).

Build from PeasyCam and a Code from this forum here which provided all letters of the alphabet (upper case). Thanks!
 Wink

http://www.openprocessing.org/visuals/?visualID=7976

Greetings, Chrisir

Re: Real 3D Letters
Reply #1 - Mar 2nd, 2010, 12:10am
 
nice. i made something similar.
i used a pixelfont and drew it into a pgraphics and then parsed it using get() to check if the pixel is white or black and then drew the box.
This way i could easily load different fonts.
Re: Real 3D Letters
Reply #2 - Mar 2nd, 2010, 1:51am
 


Hello,

Yes, I thought of that too.

I would also be nice to have real structure towards Z-axis, e.g. a round structure from the front to the back of the letters.

Greetings,

Chrisir


Re: Real 3D Letters
Reply #3 - Mar 7th, 2010, 5:57am
 
I did something similar with a series of images stacked on each other.

It looks the part with OPENGL but you have to turn on smoothing with P3D otherwise you get that warping that happens with P3D when you use images. However, www.openprocessing.org does not support OPENGL so the sketch uses  P3D, but if you save it to your pc and change to OPENGL you get a better effect.

...
http://www.openprocessing.org/visuals/?visualID=7552

...
http://www.openprocessing.org/visuals/?visualID=7551
New Sketch: Boxes fly and form 3D Letters
Reply #4 - Mar 13th, 2010, 7:41am
 


Hello!

@Cedric:

Can you post your sketch It would be cool to have a higher resolution for the letters.

I used my sketch now to build letters of boxes -
"spelling boxes" so to speak.   Wink

http://openprocessing.org/visuals/?visualID=8218

Greetings,

Chrisir   Smiley

Page Index Toggle Pages: 1