POV-Ray : Newsgroups : povray.binaries.images : RSOCP(THW) Server Time
2 Aug 2024 18:15:03 EDT (-0400)
  RSOCP(THW) (Message 1 to 5 of 5)  
From: Lukas Winter
Subject: RSOCP(THW)
Date: 21 Mar 2007 13:27:26
Message: <pan.2007.03.21.18.27.25.942137@removeit.geloescht.net>
Hello everyone,
I've been here for a while but never posted my RSOCP. Well, here it is: I
enhanced the SDL raytracer of the documentation to support planes and fog.
I calculated the formula for plane intersections by hand which was a bit
of a problem for me ;) I cannot remember how long it took to render or
more precisely parse. This image was rendered in 800 x 600 and scaled up
to 1024 x 768. Unfortunately I think I discovered a strange macro bug that
added blue pixels here and there. I have another
project on RSOCPs but its in a very early stage.

http://geloescht.net/allerlei/raytracer.jpg

PS: reflective sphere on checkered plane, the hard way :)


Post a reply to this message

From: Thomas de Groot
Subject: Re: RSOCP(THW)
Date: 22 Mar 2007 04:32:57
Message: <46024d49$1@news.povray.org>
"Lukas Winter" <web### [at] removeitgeloeschtnet> schreef in bericht 
news:pan### [at] removeitgeloeschtnet...
> Hello everyone,
> I've been here for a while but never posted my RSOCP. Well, here it is: I
> enhanced the SDL raytracer of the documentation to support planes and fog.
> I calculated the formula for plane intersections by hand which was a bit
> of a problem for me ;) I cannot remember how long it took to render or
> more precisely parse. This image was rendered in 800 x 600 and scaled up
> to 1024 x 768. Unfortunately I think I discovered a strange macro bug that
> added blue pixels here and there. I have another
> project on RSOCPs but its in a very early stage.
>
> http://geloescht.net/allerlei/raytracer.jpg
>
> PS: reflective sphere on checkered plane, the hard way :)

Welcome on board!
A couple of comments about your image:
- Don't scale up your image after render. You only increase the jaggies 
(when present) and make the scene more ugly than necessary. Either render at 
1024x768 or keep the image at 800x600. That would be perfectly ok.
- Use (always) antialiasing in your image.
- I wonder about that problem concerning planes and fog. What was it you 
wanted to do? You know that you can add the 'hollow' keyword to an object? 
or the 'inverse' keyword? Look up the documentation on this.
- You can use radiosity to make your shadows less dense. Alternatively, use 
a shadowless light at a convenient position to light shadows a bit up 
(faster than radiosity). Also consider using an area_light for smoother 
lighting.
- I don't know about those dark pixels :-)

Thomas


Post a reply to this message

From: Lukas Winter
Subject: Re: RSOCP(THW)
Date: 22 Mar 2007 05:09:52
Message: <pan.2007.03.22.10.09.51.568892@removeit.geloescht.net>
Am Thu, 22 Mar 2007 10:32:57 +0100 schrieb Thomas de Groot:

> 
> Welcome on board!
> A couple of comments about your image: - Don't scale up your image after
> render. You only increase the jaggies (when present) and make the scene
> more ugly than necessary. Either render at 1024x768 or keep the image at
> 800x600. That would be perfectly ok. - Use (always) antialiasing in your
> image. - I wonder about that problem concerning planes and fog. What was
> it you wanted to do? You know that you can add the 'hollow' keyword to an
> object? or the 'inverse' keyword? Look up the documentation on this. - You
> can use radiosity to make your shadows less dense. Alternatively, use a
> shadowless light at a convenient position to light shadows a bit up
> (faster than radiosity). Also consider using an area_light for smoother
> lighting.
> - I don't know about those dark pixels :-)
> 
> Thomas

Take a look at your povray documentation 2.3.10. There is no sphere {} or
plane {} in my code or anything like that ;) I could try to add
anti-aliasing to the raytracer or area lights but SDL is not that
efficient. I think this image took almost one hour to parse. The image was
not scaled up after it was rendered but during the render.


Post a reply to this message

From: Thomas de Groot
Subject: Re: RSOCP(THW)
Date: 22 Mar 2007 10:36:47
Message: <4602a28f@news.povray.org>
"Lukas Winter" <web### [at] removeitgeloeschtnet> schreef in bericht 
news:pan### [at] removeitgeloeschtnet...
>
> Take a look at your povray documentation 2.3.10. There is no sphere {} or
> plane {} in my code or anything like that ;) I could try to add
> anti-aliasing to the raytracer or area lights but SDL is not that
> efficient. I think this image took almost one hour to parse. The image was
> not scaled up after it was rendered but during the render.
>

Oh dear!
Well, I never looked at that paragraph :-)
I confess I never did that, so I was totally fooled! Nice!

Thomas


Post a reply to this message

From: Afishionado
Subject: Re: RSOCP(THW)
Date: 22 Mar 2007 21:20:01
Message: <web.4603389a7f71a12b4d55924e0@news.povray.org>
> PS: reflective sphere on checkered plane, the hard way :)

I am impressed. Very geeky. ;-)

William


Post a reply to this message

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