|
|
On Sun, 23 May 1999 08:50:09 -0500, Bob Hughes <inv### [at] aolcom>
wrote:
> scale the media larger(?) by a directly proportional
> amount. ie. object {YourObject media {scale*2} scale/2} and the
> reverse is also true, object {YourObject media {scale/2} scale*2}.
This might work to save some typing:
#declare Object_scale = .5; // example value, only
#declare Media_scale = 1/Object_scale;
{YourObject media {scale*Media_scale} scale*Object_scale}
--
Alan
--------------------------------------------------------------------
http://www.povray.org - Home of the Persistence of Vision Ray Tracer
news.povray.org - where POV-Ray enthusiasts from around the world
- get together to exchange ideas and experiences
--------------------------------------------------------------------
Post a reply to this message
|
|