POV-Ray : Newsgroups : povray.binaries.images : riddle me this : riddle me this Server Time
2 Aug 2024 12:16:48 EDT (-0400)
  riddle me this  
From: alphaQuad
Date: 21 Jul 2007 23:10:02
Message: <web.46a2ca1010efefe44abf67e60@news.povray.org>
mapped level plane with a 0,1,0 vector fails to scale mapy and seems to
stretch to infinity. mapx doesnt do this.

There must be a way to map a level plane. Can anyone explain this?

My floor is not level to gain scale control in this image.

#declare fl_Cherry =
plane {
// < 0.0, 1, 0.0 >, -2.4 == 0.0 0.999999995 -0.0000999999995
//< 0.0, 0.9998, -0.01666 > , -2.3
  < 0.0, 0.99995, -0.0099995 >, -2.35
texture {
pigment { image_map { png "wood-32_d" once } }
finish {
ambient 0
brilliance 2
diffuse 0.7
specular 0.8
roughness 1/12
reflection 0.15
}
translate < -0.5 , -2.8, 0.0 >
scale < 22.0 , 1.05 , 1.0 >
}
}


Post a reply to this message


Attachments:
Download 'mapped_warbird3723.png' (562 KB)

Preview of image 'mapped_warbird3723.png'
mapped_warbird3723.png


 

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