> 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
|