POV-Ray : Newsgroups : povray.binaries.images : user_defined camera sample Server Time
24 Apr 2024 23:44:44 EDT (-0400)
  user_defined camera sample (Message 1 to 10 of 13)  
Goto Latest 10 Messages Next 3 Messages >>>
From: ABX
Subject: user_defined camera sample
Date: 18 Feb 2003 14:38:09
Message: <sh255vomna91r0d9htauhkuhl3p2harpcv@4ax.com>
Here is an example of rendering with user_definned camera (patch). Essentially
it is camera type where rays sended from camera are defined using functions.
Using user_defined camera you can mimic all already existing camera types as
well as you can average (coordinates, not result) two views, select subviews,
etc, etc. Rays can be placed at any place in any direction. Camera's 'surface'
can have discontinuity areas (correct word?). In posted example there is only
one camera. Four subviews are simple joined using function{select(,,,)} with
other functions. They are as follow:

  top-left     - perspective camera with low angle - nearly orthogonal
  top-right    - rays starts from wall of cylinder but are 'angled' like in 
                 perspective camera so rays are not parallel to plane
  bottom-left  - simple perspective camera
  bottom-right - averaging from spherical camera to orthogonal, from one 
                 location to another

Animated version in p.b.a. Any comments ?

ABX


Post a reply to this message


Attachments:
Download 'user_defined.png' (185 KB)

Preview of image 'user_defined.png'
user_defined.png


 

From: Florian Brucker
Subject: Re: user_defined camera sample
Date: 18 Feb 2003 16:15:57
Message: <3e52a28d@news.povray.org>
hey abx

wow, this looks *very* cool. i really like the idea.

florian


Post a reply to this message

From: Doctor John
Subject: Re: user_defined camera sample
Date: 19 Feb 2003 10:11:06
Message: <3e539e8a@news.povray.org>
"ABX" <abx### [at] abxartpl> wrote
> Here is an example of rendering with user_definned camera (patch).

Very interesting! Tell us more

John
--
Run Fast
Run Free
Run Linux


Post a reply to this message

From: ABX
Subject: Re: user_defined camera sample
Date: 19 Feb 2003 10:27:00
Message: <gu775v0k57auvi9gupgj0oelamgkhdcbi7@4ax.com>
On Wed, 19 Feb 2003 15:02:54 -0000, "Doctor John" <jgu### [at] netscapenet>
wrote:
> > Here is an example of rendering with user_definned camera (patch).
>
> Very interesting! Tell us more

I don't know what you want to know... For example using that camera you can:

- make cone, texture, unroll it to flat arc, then print, cut and glue 3d model
- create subviews
- "morph" cameras
- apply real deformation instead of normal{}

Probably controlling it won't be trivial thing.

ABX


Post a reply to this message

From: Doctor John
Subject: Re: user_defined camera sample
Date: 19 Feb 2003 10:47:54
Message: <3e53a72a$1@news.povray.org>
"ABX" <abx### [at] abxartpl> wrote in
> I don't know what you want to know...

Umm, like where can I get the patch? .... or if it's not yet ready for
public release, what sort of time-scale will we be looking at?

John
--
Run Fast
Run Free
Run Linux


Post a reply to this message

From: ABX
Subject: Re: user_defined camera sample
Date: 19 Feb 2003 11:00:41
Message: <u3a75vompb7egu4hv3vm1u4fhfs3k8e30p@4ax.com>
On Wed, 19 Feb 2003 15:45:31 -0000, "Doctor John" <jgu### [at] netscapenet>
wrote:
> "ABX" <abx### [at] abxartpl> wrote in
> > I don't know what you want to know...
>
> Umm, like where can I get the patch? .... or if it's not yet ready for
> public release, what sort of time-scale will we be looking at?

I do not know :-( It's part of next MegaPOV. MegaPOV 1.1 will not be released
before sources of POV-Ray 3.51 because it is builded over 3.51. I do not know
when 3.51 will be available. If you really need user_defined camera patch for
your not started 'Old Technology' image I can mail you necessary changes :-)

ABX


Post a reply to this message

From: ingo
Subject: Re: user_defined camera sample
Date: 19 Feb 2003 17:01:21
Message: <Xns9327EA89E9017seed7@povray.org>
in news:sh255vomna91r0d9htauhkuhl3p2harpcv@4ax.com ABX wrote:

> Here is an example of rendering with user_definned camera (patch).

Very interesting!
What happens if you use focal blurr? 

Ingo


Post a reply to this message

From: Doctor John
Subject: Re: user_defined camera sample
Date: 20 Feb 2003 15:38:59
Message: <3e553ce3@news.povray.org>
"ABX" <abx### [at] abxartpl> wrote
> If you really need user_defined camera patch for
> your not started 'Old Technology' image I can mail you necessary changes
:-)

Thanks for the offer, but don't worry; I'll wait until everyone else gets
it. Besides its a bit late for me to start playing with new effects.

John
--
Run Fast
Run Free
Run Linux


Post a reply to this message

From: chaps
Subject: Re: user_defined camera sample
Date: 25 Feb 2003 09:57:43
Message: <3e5b8467@news.povray.org>
Cool,
did you made any experiment to render "stereogram", I join one that was done
with 4 different render(4different cameras), and additionnal select, cut &
paste work with paintshop.
It is why i give up to render an animated scene with this technique.
Could it be possible to do it in one shot with your user defined camer?

Chaps.

"ABX" <abx### [at] abxartpl> wrote in message
news:sh255vomna91r0d9htauhkuhl3p2harpcv@4ax.com...
> Here is an example of rendering with user_definned camera (patch).
Essentially
> it is camera type where rays sended from camera are defined using
functions.
> Using user_defined camera you can mimic all already existing camera types
as
> well as you can average (coordinates, not result) two views, select
subviews,
> etc, etc. Rays can be placed at any place in any direction. Camera's
'surface'
> can have discontinuity areas (correct word?). In posted example there is
only
> one camera. Four subviews are simple joined using function{select(,,,)}
with
> other functions. They are as follow:
>
>   top-left     - perspective camera with low angle - nearly orthogonal
>   top-right    - rays starts from wall of cylinder but are 'angled' like
in
>                  perspective camera so rays are not parallel to plane
>   bottom-left  - simple perspective camera
>   bottom-right - averaging from spherical camera to orthogonal, from one
>                  location to another
>
> Animated version in p.b.a. Any comments ?
>
> ABX
>
>


Post a reply to this message


Attachments:
Download 'noelste2.jpg' (28 KB)

Preview of image 'noelste2.jpg'
noelste2.jpg


 

From: ABX
Subject: Re: user_defined camera sample
Date: 25 Feb 2003 10:24:37
Message: <6j1n5v4egh0agkktu47aagpdeu7isaq4j4@4ax.com>
"chaps" <cha### [at] yahoocom>:
> Cool,
> did you made any experiment to render "stereogram", I join one that was done
> with 4 different render(4different cameras), and additionnal select, cut &
> paste work with paintshop.
> It is why i give up to render an animated scene with this technique.
> Could it be possible to do it in one shot with your user defined camer?

Unfortunatelly I'm this kind who never play with stereograms because I'm not
able to see it (thought I did not tried it much). I'm not sure what kind of
pseudo 3D images you mean (I recall at least 3 types) but I suppose user_defined
can be enough. Actually I think that another feature will be better for this
purpose: taking view of cameras into pigment{camera_view{camera definition}} and
then combine those pigments in function driven post processing using depth
output. This can be done already.

ABX


Post a reply to this message

Goto Latest 10 Messages Next 3 Messages >>>

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