|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Link:
http://news.povray.org/47bfbb8e%40news.povray.org
A parse error in L:113:
" #declare frame_number = int(clock*total_
Parse Error: Expected 'undeclared identifier', float function 'frame_number'
found instead "
I do not understand, but maybe I'm sleeping in sitting position.
What is the problem?
--
Carlo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Carlo C." <nomail@nomail> wrote:
> Link:
> http://news.povray.org/47bfbb8e%40news.povray.org
>
> A parse error in L:113:
> " #declare frame_number = int(clock*total_
> Parse Error: Expected 'undeclared identifier', float function 'frame_number'
> found instead "
>
> I do not understand, but maybe I'm sleeping in sitting position.
> What is the problem?
>
> --
> Carlo
I forgot... of course I use the default parameters:
+w300 +h300 +ft +kff40
:-)
--
Carlo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Carlo C." <nomail@nomail> wrote:
> Link:
> http://news.povray.org/47bfbb8e%40news.povray.org
>
> A parse error in L:113:
> " #declare frame_number = int(clock*total_
> Parse Error: Expected 'undeclared identifier', float function 'frame_number'
> found instead "
>
> I do not understand, but maybe I'm sleeping in sitting position.
> What is the problem?
>
> --
> Carlo
frame_number is a reserved word, use Frame_number
Stephen S
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"StephenS" <nomail@nomail> wrote:
> "Carlo C." <nomail@nomail> wrote:
> > Link:
> > http://news.povray.org/47bfbb8e%40news.povray.org
> >
> > A parse error in L:113:
> > " #declare frame_number = int(clock*total_
> > Parse Error: Expected 'undeclared identifier', float function 'frame_number'
> > found instead "
> >
> > I do not understand, but maybe I'm sleeping in sitting position.
> > What is the problem?
> >
> > --
> > Carlo
>
> frame_number is a reserved word, use Frame_number
>
> Stephen S
Oops...
Thanks for the prompt reply, Stephen. :-)
--
Carlo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |