|
|
Jan Walzer wrote:
>
> Is there a way, to pass some values from the commandline to some
> variables ???
Not that I'm aware of, no.
> I know it is possible for "clock", but wouldn't it be a good idea
> to make this available for all variable you use uninitialized ???
>
What do you mean, uninitalized? In POV, a variable always has to be #declared,
and thus initialized, before you can use it. Clock is just a special variable,
initialized automatically.
I don't see much merit in what you suggest, since variable has to be initialized
(declared) in the scipt anyway. Why not change it there? You just have to
structure your code for easy access to important variables.
--
Margus Ramst
Personal e-mail: mar### [at] peakeduee
TAG (Team Assistance Group) e-mail: mar### [at] tagpovrayorg
Post a reply to this message
|
|