POV-Ray : Newsgroups : povray.general : mm_per_unit question : Re: mm_per_unit question Server Time
29 Jul 2024 14:26:42 EDT (-0400)
  Re: mm_per_unit question  
From: Stephen
Date: 10 Mar 2011 10:01:56
Message: <4d78e7e4$1@news.povray.org>
On 10/03/2011 2:42 PM, Jim Holsenback wrote:
> Is there any provision for having more than one specification of
> mm_per_unit in the globals block? What if I have two separate items that
> have different scalings.
>


you should scale the subsurface values.

> Would it be reasonable to expect that something like the following might
> work?
>

I'm sure that the last value overwrites the first.

It should be (I think)

global_settings {
    mm_per_unit one-scale
    }

object {
   ...
   finish {
    subsurface {...}
    }
}


object {
   ...
   finish {
    subsurface {...} * one-scale/ another-scale // or something like
    }
}




-- 
Regards
     Stephen


Post a reply to this message

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