POV-Ray : Newsgroups : povray.beta-test : Orthographic support broken Server Time
30 Jul 2024 06:27:33 EDT (-0400)
  Orthographic support broken (Message 17 to 26 of 26)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Peter J  Holzer
Subject: Re: Orthographic support broken
Date: 20 Jan 2002 14:01:22
Message: <slrna4m3hi.694.hjp-usenet@teal.h.hjp.at>
On 2002-01-19 22:04, Thorsten Froehlich <tho### [at] trfde> wrote:
> I still hope to come up with a complete solution for beta 11, which
> will basically allow one order to fit all needs, which should be
> possible.

You probably know this and have only postponed adapting the docs until
you have a complete solution, so I'll just mention it here so that it
isn't forgotten:

The docs still claim that the camera type can appear anywhere in the
camera statement and that the order influences the result. 

	hp

-- 

|_|_) | Sysadmin WSR       | Verstand, die Augen haben und nicht sehen,

__/   | http://www.hjp.at/ |    -- Jeremia 5:21


Post a reply to this message

From: Fabien Mosen
Subject: Re: Orthographic support broken
Date: 20 Jan 2002 14:09:11
Message: <3C4B154C.8040402@skynet.be>
Thorsten Froehlich wrote:

> As said, the current change is not
> complete, it is a kind of a test to see how much trouble forcing the camera
> type as the first thing really causes.


Apparently : much !


> So input on the suggested order(s) is desired, all they need to be is
> deterministic.


What do you mean by "deterministic" ?

> As for the orthographic with angle issue, that is already covered and no new
> keyword is needed, as angle automatically suggests what should happen when
> it appears in an orthographic camera.


Sounds right.

Anyway, here's my suggestion for the order, if there must be an order :

camera {
       Projection_Type

       right <..>
       up <..>

       location <..>
       look_at <..>

       angle .. / direction ..
  }

Fabien.


Post a reply to this message

From: Fabien Mosen
Subject: Re: Orthographic support broken
Date: 20 Jan 2002 14:10:43
Message: <3C4B15A9.4070501@skynet.be>
Fabien Mosen wrote:

> camera {


Ooops, forgot "sky" !  I'll put it just after "up".

Fabien.


Post a reply to this message

From: Christopher James Huff
Subject: Re: Orthographic support broken
Date: 20 Jan 2002 14:30:34
Message: <chrishuff-865E34.14313020012002@netplex.aussie.org>
In article <3C4### [at] skynetbe>,
 Fabien Mosen <fab### [at] skynetbe> wrote:

> Basically, all that matters to me (and many others, I suppose) is
> having the ability to set the "automatic approximate orthographic"
> easily.

I didn't say the feature was bad, just the syntax for it. Orthographic 
cameras don't have an angle.


> BTW, why was that change (being more strict about perspective type
> declaration) needed ?

My understanding is that the changes are to make the camera more 
predictable, not to remove functionality (the old camera was chaos, the 
options often interacted in unexpected ways). The changes are still in 
progress, the new syntax isn't complete yet. This feature could 
reappear, just with a more obvious name.


> And, given the number of potential broken scenes, isn't it more
> of a potential support problem than anything else ?

Not if it is easier to understand.

-- 
 -- 
Christopher James Huff <chr### [at] maccom>


Post a reply to this message

From: Christopher James Huff
Subject: Re: Orthographic support broken
Date: 20 Jan 2002 14:32:27
Message: <chrishuff-4C7684.14332420012002@netplex.aussie.org>
In article <slr### [at] tealhhjpat>,
 hjp### [at] hjpat (Peter J. Holzer) wrote:

> The view area is already given by the up and right vectors. Angle is a
> different thing - it's the angle under which the view area appears from
> a distance |direction| away. So I think "angle" is ok, even though an
> orthographic camera doesn't really have an angle.

The what? And the user is supposed to know this?
I'm only saying the keyword is wrong. It isn't the camera angle.

-- 
 -- 
Christopher James Huff <chr### [at] maccom>


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Orthographic support broken
Date: 20 Jan 2002 14:58:11
Message: <3c4b2153@news.povray.org>
In article <3C4### [at] skynetbe> , Fabien Mosen 
<fab### [at] skynetbe>  wrote:

> Anyway, here's my suggestion for the order, if there must be an order

Based on what you write I am not sure you understood that there is no need
to have an order for the keywords, only an order in which they take effect.

    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: ingo
Subject: Re: Orthographic support broken
Date: 20 Jan 2002 15:58:58
Message: <Xns919CDFDF8EFBCseed7@povray.org>
in news:slr### [at] tealhhjpat Peter J. Holzer wrote:

> so I'll just mention it here so that it
> isn't forgotten:
> 
> The docs still claim ..

It's not forgotten, I just wait and see what comes out of this before 
making changes.

Ingo


Post a reply to this message

From: ingo
Subject: Re: Orthographic support broken
Date: 20 Jan 2002 16:04:04
Message: <Xns919CE0BBF15C1seed7@povray.org>
in news:3c4b2153@news.povray.org Thorsten Froehlich wrote:

> only an order in which they take effect.

Do you mean something like:

Camera
    	Type
    	if perspective
    	    	(right, direction) or angle
    	    	sky
    	    	...
    	if orthographic
    	    	...
    	    	...
    	type independent identifiers


Ingo


Post a reply to this message

From: Fabien Mosen
Subject: Re: Orthographic support broken
Date: 20 Jan 2002 16:06:51
Message: <3C4B30E0.1080507@skynet.be>
Christopher James Huff wrote:

> (the old camera was chaos, the 
> options often interacted in unexpected ways)


I always thought that it was because the order directly influenced
the order of transformations of the camera ray.  Isn't it ?

Fabien.


Post a reply to this message

From: Fabien Mosen
Subject: Re: Orthographic support broken
Date: 21 Jan 2002 12:17:18
Message: <3C4C4C92.9010304@skynet.be>
Thorsten Froehlich wrote:

> Based on what you write I am not sure you understood that there is no need
> to have an order for the keywords, only an order in which they take effect.


Oh, OK.  Let me say :

1) projection mode
2) location and look_at
3) sky
4) right and up
5) angle or direction

Fabien.


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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