POV-Ray : Newsgroups : povray.text.scene-files : Looking for rendering Omnidirectional Stereo images for VR headset : Re: Looking for rendering Omnidirectional Stereo images for VR headset Server Time
29 Apr 2024 05:09:45 EDT (-0400)
  Re: Looking for rendering Omnidirectional Stereo images for VR headset  
From: Jaime Vives Piqueres
Date: 11 Mar 2016 10:03:47
Message: <56e2de53$1@news.povray.org>

> Maybe you have a different Alpha build?

   Yes, I have the latest one (8514084), compiled from sources with gcc.
It should have the user defined camera too, because it accepts the
syntax and works when using functions that mimic the default camera:

camera{
   user_defined
   location{
     function{x}
     function{y}
     function{-1}
   }
   direction{
     function{x*4/3}
     function{y}
     function{1}
   }
}


hmmmm...

--
jaime


Post a reply to this message

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