POV-Ray : Newsgroups : povray.binaries.scene-files : Triangles : Re: Triangles Server Time
1 Sep 2024 10:20:44 EDT (-0400)
  Re: Triangles  
From: alphaQuad
Date: 17 Oct 2007 00:05:01
Message: <web.471589415f3e170076b3e6350@news.povray.org>
"Leef_me" <nomail@nomail> wrote:
> "alphaQuad" <alp### [at] earthlinknet> wrote:
> > Had to make sure it all worked.
> > Many changes to triangulation.inc
> > Probably close to a final version in this archive.
> >
> > image in p.b.images
>
>
> So, what am I doing wrong?
hmmmm

I messed up somehow, it seems and the function was not included

#macro radang3(A,B,C)
   #declare result =
   acos(_clamp(vdot(vnormalize(A-B),vnormalize(C-B)), -1.0, 1.0));
   result
#end

here is the new archive 23,216 bytes

perfection is only a concept, not a reality


Post a reply to this message


Attachments:
Download 'pov_triangle.zip' (23 KB)

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