View Single Post
Old 05 August 2009, 15:35   #90
Leffmann
 
Join Date: Jul 2008
Location: Sweden
Posts: 2,269
Quote:
Originally Posted by pmc View Post
I've read about using vectors which are normal to an objects faces for determining visibility and intensity of illumination in the book Amiga Realtime 3D Graphics.

Unfortunately I think hidden lines has to be solved by alternate means but I read that Appel guy's paper on hidden lines and increased my knowledge of the subject by about 0.0001%, perhaps less - too complex for me - I need words of one syllable.
You're just a tiny bit of structure and a few dot products away from drawing (convex) hidden line objects. Don't think in lines, think in faces. You have all the code and knowledge to make it work, you just need to determine if a face is hidden, and if it is you just don't draw it.
Leffmann is offline  
 
Page generated in 0.04511 seconds with 10 queries