POV-Ray : Newsgroups : povray.beta-test : tuple in dict : Re: tuple in dict Server Time
25 Apr 2024 17:49:15 EDT (-0400)
  Re: tuple in dict  
From: clipka
Date: 28 Nov 2018 08:06:29
Message: <5bfe92d5@news.povray.org>
Am 27.11.2018 um 15:36 schrieb jr:

> if you write:
> 
> #declare bone = dictionary {
>    ["face"]  : array [2] {fig["head"], fig["nose"]},
>    ["neck"]  : array [2] {fig["head"], fig["atlas"]},
>    ["spine"] : array [2] {fig["atlas"], fig["tail"]}
> }
> 
> it'll work.

Thanks for that find. It'll help narrow down the issue more quickly.


Post a reply to this message

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