POV-Ray : Newsgroups : povray.binaries.scene-files : Triangles : Re: Triangles Server Time
1 Sep 2024 10:21:45 EDT (-0400)
  Re: Triangles  
From: Leef me
Date: 16 Oct 2007 18:15:01
Message: <web.4715368c5f3e1700ed05561a0@news.povray.org>
"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?


  Input file: C:pov_triangletriangle.pov (compatible to version 3.61)

Line: 16

#declare p4 = p2+vnormalize(p1-p2)* asa_sin(radang3
Parse Error: Expected 'numeric expression', undeclared identifier 'radang3'
found instead


There are probably 6 lines missing this same identifier,
 the actual statement in the files reads like this:


#declare p4 = p2+vnormalize(p1-p2)* asa_sin(radang3(p1,p2,ic),
              vlength(ic-p2),(pi/2)-radang3(p1,p2,ic));

Leef_me


Post a reply to this message

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