POV-Ray : Newsgroups : povray.newusers : An Angling Wall : An Angling Wall Server Time
5 Sep 2024 06:18:34 EDT (-0400)
  An Angling Wall  
From: Wade
Date: 4 Sep 2001 17:36:15
Message: <3b95494f$1@news.povray.org>
Before I translated the wall to its current position, it stood up straight,
but after translating it, the wall is angling to the left at about 10
degrees.  how do I fix this problem?

Here's my code:

#include "colors.inc"

background {color rgb <.999,.999,.999>}

light_source {
 0*x
 color White
 area_light
 <8,0,0> <0,0,8>
 4, 4
 adaptive 0
 jitter
 translate <40,80,-40>
}

camera {
 location <0,0,15>
 look_at y*5
 angle 45
}

// Left Wall

box {
 <-1,-1,-1>, <1,1,1>
 texture{
  pigment{
   color rgb <1.0, .989567,0.9479>
  }
  normal{
   wrinkles 0.25
   scale 0.005
  }
  finish{
   ambient .266167
   diffuse .884867
  }
 }
 scale <0.1, 3.5, 1.5>
 translate <-5.638508,0.140896,0.0>
}


Wade


Post a reply to this message

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