POV-Ray : Newsgroups : povray.beta-test : Non-rotating slope maps in 3.5.beta.11.incl.win32 : Re: Non-rotating slope maps in 3.5.beta.11.incl.win32 Server Time
29 Jul 2024 22:32:57 EDT (-0400)
  Re: Non-rotating slope maps in 3.5.beta.11.incl.win32  
From: Greg M  Johnson
Date: 14 Feb 2002 09:42:47
Message: <3c6bcce7@news.povray.org>
Contrast this effect with that of:
//#declare piggy=pigment {slope {y}frequency 4}
#declare piggy=pigment {bozo}

// unrotated slope map
sphere{0,2
  rotate 0*z
  translate -3*x+10*z
  pigment {piggy}
  finish{ambient 0.5}}

// rotated slope map looks the same:
// IMHO I don't like this.
sphere{0,2
  rotate 90*z
  translate 3*x+10*z
  pigment {piggy}
  finish{ambient 0.5}}


Post a reply to this message

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