POV-Ray : Newsgroups : povray.newusers : animating wood : animating wood Server Time
19 Apr 2024 00:35:41 EDT (-0400)
  animating wood  
From: dick balaska
Date: 9 Mar 2017 00:11:58
Message: <58c0e41e$1@news.povray.org>
30 years on and I have a newbie problem.
I notice that my wood textures change depending on the camera angle. 
This is irksome.  i.e.
http://www.buckosoft.com/tteoac/video/frames/ttho1909.png
http://www.buckosoft.com/tteoac/video/frames/ttho1912.png

texture{
   pigment {
     P_WoodGrain1A
     color_map { M_Ash }
     rotate x*2*rand(FamRoomFloorRand)
     scale 1.5*inches*rand(FamRoomFloorRand)+0.75*feet
     rotate y*90
     translate <rand(FamRoomFloorRand)*100*inches,
                rand(FamRoomFloorRand)*100*inches,
                rand(FamRoomFloorRand)*100>
   }
}

I don't recall the dude who does the wood puzzles having this issue.

-- 
dik


Post a reply to this message

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