|
Author |
Topic: 3D solid (Read 335 times) |
|
betaruce Guest
|
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
|
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
|
|
|
|