POV-Ray : Newsgroups : povray.binaries.images : Strange error : Strange error Server Time
26 Apr 2024 06:33:17 EDT (-0400)
  Strange error  
From: Jörg "Yadgar" Bleimann
Date: 6 Mar 2020 19:27:24
Message: <5e62ea6c$1@news.povray.org>
Hi(gh)!

While re-coding Melody's smooth mesh2 routine and running a test, I 
encountered a strange error message:

File 'mesh2writer.pov' line 151: Parse Error: Expected 'undeclared 
identifier',
  float function 'no' found instead

This is the mentioned line:

#declare no = vcross(V_vec_Arr[3601]-V_vec_Arr[1], 
V_vec_Arr[0]-V_vec_Arr[1]);

I can't see anything wrong with it... "no" is a vector (returned by 
vcross), not a function!

What is this about?

See you in Khyberspace!

Yadgar


Post a reply to this message

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