POV-Ray : Newsgroups : povray.newusers : Rendering for textures? : Re: Rendering for textures? Server Time
5 Sep 2024 10:29:30 EDT (-0400)
  Re: Rendering for textures?  
From: Joshua English
Date: 16 Mar 2001 13:06:08
Message: <3AB2548B.AC1FFE72@spiritone.com>
Tekno Frannansa wrote:

> up and right need to be vectors, not just numbers. I use this:
>
> camera {
>  orthographic
>
>  direction -y
>  right     x
>  up        z
>
>  location <0,1000,0>
> }

This camera looks like it should crash, since the default look_at is <0,0,0>.
I would use location <0,0,-4> direction z right x up y myself, and have a plane
z 0 for my texture.

Josh


Post a reply to this message

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