POV-Ray : Newsgroups : povray.beta-test : Non-rotating slope maps in 3.5.beta.11.incl.win32 : Non-rotating slope maps in 3.5.beta.11.incl.win32 Server Time
29 Jul 2024 22:29:27 EDT (-0400)
  Non-rotating slope maps in 3.5.beta.11.incl.win32  
From: Greg M  Johnson
Date: 14 Feb 2002 09:40:37
Message: <3c6bcc65$1@news.povray.org>
// unrotated slope map
sphere{0,2
  rotate 0*z
  translate -3*x+10*z
  pigment {slope {y}frequency 4}
  finish{ambient 0.5}}

// rotated slope map looks the same:
// IMHO I don't like this.
// I had a scene where I wanted it
//to stay "with the object"
sphere{0,2
  rotate 90*z
  translate 3*x+10*z
  pigment {slope {y}frequency 4}
  finish{ambient 0.5}}


Post a reply to this message

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