POV-Ray : Newsgroups : povray.newusers : smooth mesh : Re: smooth mesh Server Time
5 Sep 2024 06:16:48 EDT (-0400)
  Re: smooth mesh  
From: Elias Pschernig
Date: 10 Aug 2001 04:35:32
Message: <3b739cd4@news.povray.org>
...
> > If is't not
> > possible, I have another question (which might be a FAQ).. is it a good
> > way of calculating vertex normals, by adding all the normals of polygons
> > sharing that vertex, and then dividing by the number of normals?
> 
> this is good way but not the best
> look at thread:
...

Thanks, I found the thread and your images. Just to make sure I understood
everything, 'weighted' means this: Instead of using normals with length 1,
adding them and dividing by their number, I do this: I take the normals as
returned by the cross product (meaning they have their area multiplied in),
add the length of all those weighted normals together, then add those
normals, and divide by the total length ?

I wouldn't have thought of it, but it sounds like a better way. I must go
try it now..

-- 
#macro C(X,Y)cylinder{X*x<X,0,-Y/2>.1}#end#macro U(R,X,Y)intersection{torus{.9
.1}box{-1 0rotate y*R*90}translate<X,0,Y>scale 1-z*.5}#end union{U(0,0,0)U(1,0
,0)U(2,-1,-1)U(1,1,0)U(1,1.5,-3)U(1,2,0)U(3,1,0)U(2,2,0)U(0,3,0)U(3,2,.5)C(.1,
2)C(.8,1)C(.8,-1)C(1.1,1)C(1.9,-1)pigment{rgb 10}rotate x*90translate<-1,0,4>}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.