POV-Ray : Newsgroups : povray.unofficial.patches : relativity Server Time
19 Apr 2024 11:15:47 EDT (-0400)
  relativity (Message 1 to 10 of 14)  
Goto Latest 10 Messages Next 4 Messages >>>
From: Rohan Bernett
Subject: relativity
Date: 28 Nov 2002 23:45:05
Message: <web.3de6ef98c20e2bf3c571aa6c0@news.povray.org>
Would it be possible to create a patch for Povray that would allow it to
turn it into a relativistic raytracer?

In case you don't already know, a relativistic raytracer is able to make
calculations for the finite speed of light as happens in the real world
(unlike the infinite speed used in normal raytracing). This allows to see
the weird effects that occur at velocities approaching the speed of light
(abberation, doppler shift, and increase in brightness in the direction of
motion).

There is a relativistic raytracer called Backlight, which uses a variation
of the Povray scene description language. The problem with it is its
features are very limited, and it is _extremely_ picky about syntax. One
missed comma, and it won't render, do the same in Povray, and it will
usually still be happy to render. Another problem with Backlight involves
making animations, you have to put hundreds of cameras in the scene - one
per frame of the animation.

Anybody think this could be done by modifying the Povray source code?

Rohan _e_ii


Post a reply to this message

From: Christopher James Huff
Subject: Re: relativity
Date: 29 Nov 2002 01:03:55
Message: <3de7034b@news.povray.org>
"Rohan Bernett" <rox### [at] yahoocom> wrote in message
news:web.3de6ef98c20e2bf3c571aa6c0@news.povray.org...
> Would it be possible to create a patch for Povray that would allow it to
> turn it into a relativistic raytracer?

Practically impossible. You would be much better off writing a relativistic
raytracer from scratch. POV is big and complex, you would have to change
pretty much everything, and not everything it does would even make sense in
a relativistic raytracer. It isn't something you could just patch into POV.
It would be much more productive to work on Backlight instead: it already
does the basics.


Post a reply to this message

From: Pabs
Subject: Re: relativity
Date: 29 Nov 2002 03:50:36
Message: <3DE728DE.AD19CB3@nospam_zip.to>
Rohan Bernett wrote:

> Would it be possible to create a patch for Povray that would allow it to
> turn it into a relativistic raytracer?

I seem to remember that there already is one, but for one of the older
versions (2.? I think)
I can't remember the link of find it on povray.org - Ken?

Bye,
Pabs


Post a reply to this message

From: Ken
Subject: Re: relativity
Date: 29 Nov 2002 07:15:43
Message: <3DE75AB4.9F2078E9@pacbell.net>
Pabs wrote:
> 
> Rohan Bernett wrote:
> 
> > Would it be possible to create a patch for Povray that would allow it to
> > turn it into a relativistic raytracer?
> 
> I seem to remember that there already is one, but for one of the older
> versions (2.? I think)

I don't recall one ever created for POV-Ray.

> I can't remember the link of find it on povray.org - Ken?

You are probably thinking of -
http://www.anu.edu.au/physics/Searle/Obsolete/Raytracer.html

-- 
Ken Tyler


Post a reply to this message

From: Pabs
Subject: Re: relativity
Date: 2 Dec 2002 03:16:25
Message: <3DEB1661.AEA494BD@nospam_zip.to>
> You are probably thinking of -
> http://www.anu.edu.au/physics/Searle/Obsolete/Raytracer.html

Nah - it was definately a POV patch
I found it thanks to google -
http://www.cs.mu.oz.au/~andrbh/raytrace/raytrace.html
Now why didn't I do that before?

Bye,
Pabs


Post a reply to this message

From: Pabs
Subject: Re: relativity
Date: 2 Dec 2002 03:29:18
Message: <3DEB1967.CDCB5250@nospam_zip.to>
Theres a couple of cool mpg demos at http://www.cs.mu.oz.au/~amb/rrt/


Post a reply to this message

From: Ken
Subject: Re: relativity
Date: 2 Dec 2002 05:39:08
Message: <3DEB389B.8ECFC618@pacbell.net>
Pabs wrote:
> 
> > You are probably thinking of -
> > http://www.anu.edu.au/physics/Searle/Obsolete/Raytracer.html
> 
> Nah - it was definately a POV patch
> I found it thanks to google -
> http://www.cs.mu.oz.au/~andrbh/raytrace/raytrace.html
> Now why didn't I do that before?

I stand corrected. First time I have heard of that patch. So much for knowing
"everything".

-- 
Ken Tyler


Post a reply to this message

From: Rick Gutleber
Subject: Re: relativity
Date: 2 Dec 2002 15:36:38
Message: <3debc456@news.povray.org>
"Christopher James Huff" <cja### [at] earthlinknet> wrote in message
news:3de7034b@news.povray.org...
> "Rohan Bernett" <rox### [at] yahoocom> wrote in message
> news:web.3de6ef98c20e2bf3c571aa6c0@news.povray.org...
> > Would it be possible to create a patch for Povray that would allow it to
> > turn it into a relativistic raytracer?
>
> Practically impossible. You would be much better off writing a
relativistic
> raytracer from scratch. POV is big and complex, you would have to change
> pretty much everything, and not everything it does would even make sense
in
> a relativistic raytracer. It isn't something you could just patch into
POV.
> It would be much more productive to work on Backlight instead: it already
> does the basics.
>

Perhaps it's not possible for the reasons you state, but it seems to me that
those effects could be approximated by camera manipulations and a little
post-processing.  Of course, that assumes a static scene where only the
camera is moving relative to the scene.  Obviously, if multiple objects are
moving with different velocity vectors that wouldn't work.

It depends on whether you are trying to approximate relativistic effects or
actually model them.

Rick


Post a reply to this message

From: Pabs
Subject: :)
Date: 2 Dec 2002 22:00:50
Message: <3DEC1DCC.B350EE83@nospam_zip.to>
> I stand corrected... So much for knowing "everything".
> --
> Ken Tyler

: ) I think that must be the quote of the month if not year.

JJ
Bye,
Pabs


Post a reply to this message

From: Christopher James Huff
Subject: Re: relativity
Date: 3 Dec 2002 20:29:00
Message: <chrishuff-D904E1.20255803122002@netplex.aussie.org>
In article <3DEB1661.AEA494BD@nospam_zip.to>,
 Pabs <pab### [at] nospam_zipto> wrote:

> Nah - it was definately a POV patch
> I found it thanks to google -
> http://www.cs.mu.oz.au/~andrbh/raytrace/raytrace.html
> Now why didn't I do that before?

Huh...it modifies POV-Ray 2.2, quite a bit easier to do than a more 
recent version. I wonder if it does anything more than just changing the 
camera ray directions, or if he had to disable any features...it looks 
like it just adds one camera parameter.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

Goto Latest 10 Messages Next 4 Messages >>>

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