FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Programs
(Moderators: fry, REAS)
   3D solid
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: 3D solid  (Read 335 times)
betaruce
Guest
Email
3D solid
« on: Apr 12th, 2004, 6:39am »

say i would like to create a 3D solid with surface
i hv the vertices for the solid already
i would like to draw surfaces by linking different vertices
how can i draw 3D planes? and how can do the surface clubbing?
 
arielm

WWW
Re: 3D solid
« Reply #1 on: Apr 12th, 2004, 10:30am »

check the beginShape() function in the reference:
 
what you need is to choose between TRIANGLE_STRIP, QUAD_STRIP or POLYGON, and to use 3d coordinates
 

Ariel Malka | www.chronotext.org
Pages: 1 

« Previous topic | Next topic »