POV-Ray : Newsgroups : povray.unofficial.patches : MegaPov : Re: MegaPov Server Time
2 Sep 2024 22:18:17 EDT (-0400)
  Re: MegaPov  
From: david sharp
Date: 10 Dec 1999 13:52:55
Message: <38514c07@news.povray.org>
I wrote
> But trying parametric{function{}} object has so far given a
> consistent Windows "Illegal operation" and aborting of
> MegaPov  very quickly after hitting "Run".
[ ... ]

The next snippet gives trouble
( "MegaPov attempted illegal operation"):
//////////////////////////////////////
#declare parametrictest=
    parametric
     {
       function
        f( u,v),
        g(u,v),
        h(u,v)
       <-6,-6>,<6,6>
     }
object{
     parametrictest
}
///////////////////////////////////

But not:

object{
     parametric
     {
       function
           f( u,v),
           g(u,v),
           h(u,v)
          <-6,-6>,<6,6>
}

And something about this sure seems familiar, from earlier
Superpatch use.


Post a reply to this message

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