POV-Ray : Newsgroups : povray.beta-test : tuple in dict : Re: tuple in dict Server Time
24 Apr 2024 21:59:15 EDT (-0400)
  Re: tuple in dict  
From: jr
Date: 27 Nov 2018 09:15:01
Message: <web.5bfd511f6924cc99783c249c0@news.povray.org>
hi,

ingo <ing### [at] tagpovrayorg> wrote:
> The following parses forever:
>
> #declare fig = dictionary {
>   ["head"]  : <0, 0, 0>,
>   ["nose"]  : <1, 0, 0>,
>   ["atlas"] : <0,-1, 0>,
>   ["tail"]  : <0,-3, 0>
> }
>
>
> #declare bone = dictionary {
>   ["face"]  : array{fig["head"], fig["nose"]},
>   ["neck"]  : array{fig["head"], fig["atlas"]},
>   ["spine"] : array{fig["atlas"], fig["tail"]}
> }
>
> ingo

same for the *nix version.  does not terminate on ^C then, needed 'kill -s hup'.


regards, jr.


Post a reply to this message

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