POV-Ray : Newsgroups : povray.binaries.images : Le Forgeron: experiments : Re: Le Forgeron: experiments Server Time
6 Oct 2024 17:24:16 EDT (-0400)
  Re: Le Forgeron: experiments  
From: LanuHum
Date: 3 Apr 2016 15:45:00
Message: <web.570171b51d798e7f7a3e03fe0@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> The hgpovray connection with the Blender continues.
>
> There is an error: camera type "platecarree"
> https://bitbucket.org/LeForgeron/povray/wiki/Camera
>
> Here it is written correctly: camera type "plate_carree"
> http://wiki.povray.org/content/User:Le_Forgeron#plate_carree
>
> camera {
>     plate_carree  // NOT platecarree
> }

Le Forgeron example:
camera
{ stereo distance (26)
parallaxe atan2(13,300)
location -300*z
right image_width/image_height*x
direction z
up y
angle 15
}

My exporter:
camera {
    stereo distance (???) //It is calculated the exporter or is declared by the
user?
    parallaxe atan2(???,???) //It is calculated the exporter or is declared by
the user?
    location  <0,0,0>
    look_at  <0,0,-1>
    right <-1.7777777777777777, 0, 0>
    up <0, 1, 0>
    angle  49.134343
    rotate  <-27.098163, 46.688390, -0.903519>
    translate <7.481132, 5.343666, 6.507640>
}


Post a reply to this message

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