POV-Ray : Newsgroups : povray.newusers : Internal function : Re: Internal function Server Time
19 Apr 2024 03:49:22 EDT (-0400)
  Re: Internal function  
From: Stephen
Date: 18 Feb 2017 09:57:02
Message: <58a860be$1@news.povray.org>
On 2/18/2017 2:25 PM, kurtz le pirate wrote:
> Le 18/02/2017 à 13:33, clipka a écrit :
>> Are you sure this is a genuine POV-Ray scene (as opposed to e.g. a
>> MegaPOV scene)? I'd be surprised if POV-Ray ever ditched any of its
>> inbuilt functions or renumbered them.
>> ...
>> [snip]
>>
>
> Thanks for your help, and yes, it's a POVRay scene.
> Here the begin of the code :
>
> // Persistence of Vision Ray Tracer Scene Description File
> // File: mb_basic.pov
> // Vers: 3.6, 3.7
> // Desc: Basic Scene Example
> // Date: 12/18/09
> // Auth: David Wagner
> // Cite: http://www.skytopia.com/project/fractal/2mandelbulb.html
>
> #version 3.6;
>
> #include "colors.inc"
>
> #declare f_mandelbulb=function{internal(79)};
>
> global_settings {
>    assumed_gamma 1.0
>    }
> ....
> ....
>
> I had already looked in 'functions.inc' and 79 is not defined in the
> file. Last is 78, f_noise_generator :(
>
>
>
Have a look at these threads:

http://news.povray.org/povray.general/thread/%3C4b2c7c62$1@news.povray.org%3E/?ttop=385585&toff=600

http://news.povray.org/povray.binaries.scene-files/thread/%3C4b3c8167@news.povray.org%3E/



-- 

Regards
     Stephen


Post a reply to this message

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