| | Help with normal textures... Bram Lambrecht
| | | When I render the attached file, I get ugly horizontal and vertical lines, as shown here: (URL) someone please try rendering it and see if you get the same results? Does anyone know how to fix this? Thanks, --Bram // begin file // light_source { < (...) (25 years ago, 7-Feb-00, to lugnet.cad.ray)
| | | | | | | | Re: Help with normal textures... Bram Lambrecht
| | | | | Could someone please render this and tell me if you get the same results? (URL) (25 years ago, 10-Feb-00, to lugnet.cad.ray, lugnet.cad)
| | | | | | | | | | Re: Help with normal textures... Anders Isaksson
| | | | | Hi Bram! I just looked at your texture. I can't explain why it looks so odd, but I can give you a way to fix it. Change: normal { wrinkles scale <1,-1,1> } to: normal { wrinkles scale <1,-1,1> translate <-4000, 0, -4000>} and it will look smooth. (...) (25 years ago, 17-Feb-00, to lugnet.cad.ray)
| | | | | | |