POV-Ray : Newsgroups : povray.general : Draw a line on the texture : Draw a line on the texture Server Time
3 May 2024 20:07:31 EDT (-0400)
  Draw a line on the texture  
From: bocovp
Date: 11 Mar 2016 08:50:01
Message: <web.56e2ccb2e23464f82cfb4b8e0@news.povray.org>
I have defined a simple texture, e.g.:
#declare paper1 = texture {
uv_mapping pigment { color rgb <0.8,0.8,1> }
  normal { leopard 1 turbulence 1.7 scale 0.01 }
}

Now I want to draw a line on top of the texture (say I want black line of
thickness 0.1 from point (u,v) = (0,0) to point (u,v) = (1,1)).
What is the best approach to define such texture?


Post a reply to this message

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