POV-Ray : Newsgroups : povray.beta-test : camera declaration Server Time
29 Jul 2024 22:27:17 EDT (-0400)
  camera declaration (Message 1 to 5 of 5)  
From: Mael
Subject: camera declaration
Date: 28 Jan 2002 08:36:59
Message: <3c5553fb@news.povray.org>
i get different results by declaring or not a camera
povray3.5b10.icl win2000 Atlhon900MHz 256Mb

M

/*
camera
{
  location <0, 0, -3>
  right x
  up y
  direction z
}
*/

#declare cam=camera
{
  location <0, 0, -3>
  right x
  up y
  direction z
}

camera {cam}

sphere { 0, 1 pigment { color rgb 1 } finish { ambient 1 } }


Post a reply to this message

From: Arthur Flint
Subject: Re: camera declaration
Date: 28 Jan 2002 13:14:54
Message: <Xns91A486B911595mrartchesapeakenet@204.213.191.226>
Mael scribis news:3c5553fb@news.povray.org:

> i get different results by declaring or not a camera
> povray3.5b10.icl win2000 Atlhon900MHz 256Mb
> 
> M
> 

confirmed povray3.5b10 win98se P2 400 198Mb

-- 
Gis poste, Arto.


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: camera declaration
Date: 28 Jan 2002 14:25:53
Message: <3c55a5c1@news.povray.org>
In article <3c5553fb@news.povray.org> , "Mael" <mae### [at] hotmailcom> wrote:

> i get different results by declaring or not a camera

Define "different results", please.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Gergely Vandor
Subject: Re: camera declaration
Date: 28 Jan 2002 15:47:00
Message: <Xns91A4DDADE5E35gerovandordatanethu@204.213.191.226>
"Thorsten Froehlich" <tho### [at] trfde> wrote in
news:3c55a5c1@news.povray.org: 

> In article <3c5553fb@news.povray.org> , "Mael" <mae### [at] hotmailcom>
> wrote: 
> 
>> i get different results by declaring or not a camera
> 
> Define "different results", please.
> 
>     Thorsten

The size of the object differs, with the declared camera it's smaller. 
(Takes about five seconds to check :)

With 3.1g the problem isn't present on my machine.

Gergely


Post a reply to this message

From: Arthur Flint
Subject: Re: camera declaration
Date: 29 Jan 2002 03:39:46
Message: <Xns91A52536791B1mrartchesapeakenet@204.213.191.226>
Thorsten Froehlich scribis news:3c55a5c1@news.povray.org:

> Define "different results", please.
> 

The two images give the appearance of using a different 
cammera angle in each.

-- 
Gis poste, Arto.


Post a reply to this message

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