|
|
Wade wrote:
>
> 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?
>
> camera {
> location <0,0,15>
> look_at y*5
> angle 45
> }
That's because your camera is at ground level (y=0) and looking up at
y=5. Change it to look at <0,0,0>
or put it a < 0,5,15>.
--
Francois Labreque | Unfortunately, there's no such thing as a snooze
flabreque | button on a cat who wants breakfast.
@ | - Unattributed quote from rec.humor.funny
videotron.ca
Post a reply to this message
|
|