POV-Ray : Newsgroups : povray.tools.poser : Future implementations of Poseray. A wish list : Re: Future implementations of Poseray. Place of uv_mapping code Server Time
28 Apr 2024 06:08:28 EDT (-0400)
  Re: Future implementations of Poseray. Place of uv_mapping code  
From: Thomas de Groot
Date: 12 Nov 2009 08:26:07
Message: <4afc0cef$1@news.povray.org>
OK. To reduce confusion as I typed twice the same term:

//Material definitions
#declare MyTex__opaque=
texture {
  uv_mapping
  pigment { p_map1}
  normal {MyNormal}
  finish {MyFinish}
}
#declare MyTex_=
material {
  texture {
    uv_mapping
    pigment_pattern { p_map2}
    texture_map {
      [0 MyTex__opaque]
      [1 pigment {Clear}]
    }
  }
}


Thomas


Post a reply to this message

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