POV-Ray : Newsgroups : povray.advanced-users : focal blur and orthographic camera Server Time
28 Jul 2024 16:25:51 EDT (-0400)
  focal blur and orthographic camera (Message 1 to 5 of 5)  
From: pasta
Subject: focal blur and orthographic camera
Date: 8 Mar 2005 04:15:00
Message: <web.422d6c92642793b6cf24ee50@news.povray.org>
Hi,

I use orthographic camera but cannot use focal blur with that type of
projection
Is there any solution to this problem ?


Post a reply to this message

From: Le Forgeron
Subject: Re: focal blur and orthographic camera
Date: 8 Mar 2005 05:08:32
Message: <Xns961371588B6FCjgrimbertmeandmyself@203.29.75.35>


> Hi,
> 
> I use orthographic camera but cannot use focal blur with that type of
> projection
> Is there any solution to this problem ?

Get a functionning brain ?

Seriously, do you understand what is an orthographic camera/projection ?
Could you identify any focal or lenses for it ?
What would you expect from combining focal blur and orthographic ?
Why do you think so ?


-- 
This is an unauthorised cybernetic announcement.

When someone says "I want a programming language in which I need only
say what I wish done," give him a lollipop.


Post a reply to this message

From: Chris B
Subject: Re: focal blur and orthographic camera
Date: 8 Mar 2005 05:56:31
Message: <422d84df$1@news.povray.org>
"pasta" <din### [at] freemailgr> wrote in message
news:web.422d6c92642793b6cf24ee50@news.povray.org...
> Hi,
>
> I use orthographic camera but cannot use focal blur with that type of
> projection
> Is there any solution to this problem ?
>

It's not quite what you're asking for, but you can get something a little
bit similar using a standard perspective camera, but from a very long way
away.
You can 'zoom in' by adjusting the right and up vectors and set a very wide
aperture to bring your focul blur back.

camera {location<0,0,-250> look_at<0,0,0>
  right 4/3*x/20  up y/20
  aperture 10 blur_samples 10 focal_point<0,0,0>
}


Post a reply to this message

From: Jim Holsenback
Subject: Re: focal blur and orthographic camera
Date: 8 Mar 2005 06:12:56
Message: <422d88b8@news.povray.org>
"Le Forgeron" <jgr### [at] freelocalhost> wrote in message 
news:Xns961371588B6FCjgrimbertmeandmyself@203.29.75.35...

>
>> Hi,
>>
>> I use orthographic camera but cannot use focal blur with that type of
>> projection
>> Is there any solution to this problem ?
>
> Get a functionning brain ?

Yikes .... was that necessary? Even tho the posters faux pas maybe obvious 
to some of us, it wasn't even close to warrenting your personal attack.


Post a reply to this message

From: Tom Melly
Subject: Re: focal blur and orthographic camera
Date: 8 Mar 2005 15:27:11
Message: <422e0a9f@news.povray.org>
"Le Forgeron" <jgr### [at] freelocalhost> wrote in message
news:Xns961371588B6FCjgrimbertmeandmyself@203.29.75.35...

>
> > Hi,
> >
> > I use orthographic camera but cannot use focal blur with that type of
> > projection
> > Is there any solution to this problem ?
>
> Get a functionning brain ?
>
> Seriously, do you understand what is an orthographic camera/projection ?
> Could you identify any focal or lenses for it ?
> What would you expect from combining focal blur and orthographic ?
> Why do you think so ?
>

Jeez LF, that was a bit harsh.

And why, for that matter, shouldn't orth camera support focal blur? It
wouldn't correspond to any real-life situation, but then an ortho camera
doesn't really correspond to any real-life situation anyway. I've no idea
whether the source would support it, but why not allow for a focal blur
based on distance from a plane rather than distance from a point?


Post a reply to this message

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