POV-Ray : Newsgroups : povray.general : warp { reset_children } ? : Re: warp { reset_children } ? Server Time
5 Aug 2024 00:21:51 EDT (-0400)
  Re: warp { reset_children } ?  
From: Slime
Date: 9 Jan 2003 00:38:32
Message: <3e1d0ad8@news.povray.org>
> I notice this syntax seems to have been taken out of POV-Ray 3.5 and
> MegaPOV 1.0; what has it been replaced with, or has the functionality
> been lost? I checked the docs, but I can't find anything that seems
> similar...


If you use pigment_pattern, you can warp the pattern without warping the
"children".

So

bozo
something_map {...}
translate wee
scale yeeha
reset_children
rotate yahoo

turns into

pigment_pattern {
bozo
translate wee
scale yeeha
}
something_map {...}
rotate yahoo

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

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