POV-Ray : Newsgroups : povray.advanced-users : problem while applying texture : problem while applying texture Server Time
31 May 2024 23:11:44 EDT (-0400)
  problem while applying texture  
From: logic
Date: 21 May 2013 06:55:01
Message: <web.519b514bac27cc2fb46701db0@news.povray.org>
Hello,


#declare Bedsheet = "images/cloth15.jpg";
union {
 smooth_triangle { <-90.0829, 10.6486, 90.5189>, <-0.938913, 0.0928805,
0.331385>, <-90.8569, 12.819, 87.3967>, <-0.966925, -0.0604885, 0.247783>,
<-90.6256, 10.7625, 86.4407> , <-0.979818, -0.175934, 0.0948896> }


      texture{
          pigment {uv_mapping image_map {jpeg Bedsheet }}
      }
}

here is an povray output: http://www.css4me.com/test/pov/bed.bmp
and texture: http://www.css4me.com/test/pov/cloth15.jpg

please help, how can i apply texture all over beadsheet.

Thanks
LOGIC


Post a reply to this message

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