POV-Ray : Newsgroups : povray.binaries.utilities : poseray poser5 conversion : Re: poseray poser5 conversion Server Time
24 Apr 2024 07:46:58 EDT (-0400)
  Re: poseray poser5 conversion  
From: Robert
Date: 21 Sep 2003 13:15:53
Message: <3f6ddcc9@news.povray.org>
Thanks a lot for your help.
I have to say that I use Moray and imported the obj file with the 3Dwin
plugin. I was a little bit puzzled about the Clear command in the pigment
environment. However, when I use the following it works fine.

Thanks,

Robert



#declare T_Eyelashes =
      texture
      {
         image_pattern
         {
               jpeg   "JudyLashTransHi.jpg"
               interpolate 2
         }
         texture_map
         {
            [0.0
               pigment
               {
                  color rgbt <1.0, 1.0, 1.0, 1.0>
               }
            ]
            [1.0
               pigment
               {
                  color rgb <0.0, 0.0, 0.0>
               }
            ]
         }
      }

>
> The following works for me with Judy (converted with Poseray) :
> #declare Eyelashes=
> texture {
>     image_pattern{jpeg "JudyLashTransHi.jpg" interpolate 2}
>     texture_map{
>         [0 pigment{Clear}]
>         [1 pigment{Black}]
>     }
> }
>
> G.
>
>
> --
> **********************
> http://www.oyonale.com
> **********************
> - Graphic experiments
> - POV-Ray and Poser computer images
> - Posters
>
>


Post a reply to this message

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