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.
IndexProgramming Questions & HelpPrograms › Programming the face of a CAT
Page Index Toggle Pages: 1
Programming the face of a CAT (Read 543 times)
Programming the face of a CAT
Dec 6th, 2005, 12:19am
 
Hi guys,

I want to create a realistic face of a cat in 3D. I have tried using curveVertex and BezierVertex , but no luck(not able to use them properly).

Any ideas ?
Re: Programming the face of a CAT
Reply #1 - Dec 7th, 2005, 11:51am
 
try using a 3d program, then when you have the desired face, output as ASC, then you get the coordinates.. try importing that somehow, either manually, or write an importer, then play with the vertex functions, connecting the triangles one by one (for loop)..

good luck

-seltar
Page Index Toggle Pages: 1