POV-Ray : Newsgroups : povray.general : mm_per_unit question : mm_per_unit question Server Time
29 Jul 2024 14:12:31 EDT (-0400)
  mm_per_unit question  
From: Jim Holsenback
Date: 10 Mar 2011 09:42:47
Message: <4d78e367@news.povray.org>
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.

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

global_settings {
  mm_per_unit one-scale
  }

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

global_settings {
  mm_per_unit another-scale
  }

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


Post a reply to this message

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