POV-Ray : Newsgroups : povray.newusers : Help! I'm stuck! : Re: Help! I'm stuck! Server Time
6 Sep 2024 06:22:57 EDT (-0400)
  Re: Help! I'm stuck!  
From: Johannes Hubert
Date: 14 Dec 1998 11:14:46
Message: <36753976.0@news.povray.org>
Well, while others have educated you that POV indeed uses Y-is-up as a
default, I am coming back to your question how to make POV "behave" like
Quake (now that is a frightening concept!):

Modify you camera statement like this:
(btw: ripped directly from a Moray generated script...)

camera {
  // other stuff here
  sky       <0.0,     0.0,  1.0>  // Use right handed-system!
  up        <0.0,     0.0,  1.0>  // Where Z is up
  right     <1.33333,  0.0,  0.0>
}

And you will have:
X, horizontally, pointing from left to right
Y, horizontally, pointing into the screen
Z, vertically, pointing up

Bye,
Johannes.


Post a reply to this message

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