POV-Ray : Newsgroups : povray.binaries.images : Boreal WIP (272 KB) : Re: Boreal WIP (272 KB) Server Time
10 Aug 2024 23:22:22 EDT (-0400)
  Re: Boreal WIP (272 KB)  
From: Norbert Kern
Date: 28 Jul 2004 12:47:31
Message: <4107d8a3@news.povray.org>
"Abe" <bul### [at] taconicnet> schrieb im Newsbeitrag
news:web.41077694b87a50fa279489e0@news.povray.org...
> I really like the feel of this image. I've wanted to do something like
this
> for a a while (forrest w/ ferns sort of thing), although I don't think I
> would have come up with some of the touches you did. I also think you have
> good aerial perspective working here.

I love your images and you should try building some complete scenes.
And I would love to see more of your code.
As I said, I learned from you
(http://news.povray.org/povray.binaries.images/message/%3Cweb.3e8c22222831a9
513f8e7b2e0%40news.povray.org%3E/#%3Cweb.3e8c22222831a9513f8e7b2e0%40news.po
vray.org%3E).

What I did was to replace it with -

 #declare h_strength = 0.0005;
box {
        -1,1
        hollow
        scale <1000,400,1000>
        pigment {rgbt 1}
        interior {
                media {
                        scattering {3 rgb h_strength*<0.2,0.25,1>*0.25
extinction 0}
                        absorption rgb h_strength
                        method 2
                }
        }
}


> For what its worth, I'll put my thoughts along with everyone elses:
>
> Lowering the plane slightly into the top third of the image might bring it
a
> little more into focus. Also opening the trees a touch around it to create
> a frame  might help.
>
> Bring something into the lower part of the image to balance the red plane
(a
> subtle red tinted bird whatching it?).

I'll try it, seems to introduce a surrealistic touch.


> Anyway, thanks for showing it - I've enjoyed it!

Thank you,

Norbert Kern


Post a reply to this message

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