POV-Ray : Newsgroups : povray.newusers : Internal function : Re: Internal function Server Time
25 Apr 2024 04:15:18 EDT (-0400)
  Re: Internal function  
From: Bald Eagle
Date: 21 Feb 2017 07:55:01
Message: <web.58ac385bc6840115c437ac910@news.povray.org>
"Thorsten Froehlich" <nomail@nomail> wrote:

> Note that the documentation is very clear on the use of "internal" - do not,
> ever, use it directly in your scene. Use functions.inc .

so then,

#macro WorstMacroEver (Variable)
global_settings {
     assumed gama 2.2
}
#declare Mangled = Variable * internal(666);
Mangled;
#end

would not be recommended practice?

:D


Post a reply to this message

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