POV-Ray : Newsgroups : povray.binaries.images : stones [2 jpegs@17.1kb] Server Time
11 Aug 2024 01:26:40 EDT (-0400)
  stones [2 jpegs@17.1kb] (Message 1 to 5 of 5)  
From: marabou
Subject: stones [2 jpegs@17.1kb]
Date: 14 May 2004 13:50:16
Message: <40a506d4@news.povray.org>
as i wanted to create a wall i recognized that i have done this
before. so i took the code i made yet and put it in my new test
scene.
i was surprised that the result now looks much different then before.
new one casts shadows like in old scenes. but now it looks more
blurred and washed. my aim was to create robust stones with tight
edges.

pics attached: dark pic is new one, more lighten pic is old one (aim).

may anybody help or give hints?

thanks in advance.

algorithm used for one stone was:
//----------------------------->>>stone
superellipsoid {
        <0.1,0.1>
        scale <scale_x-0.001,stein_ho/2-0.001,stein_ti/2>
        pigment {
                #local schiebung = rand(zahl)*0.03;
                color <0.82+schiebung,0.81+schiebung,0.79+schiebung>
        }
        normal{
                granite 
                warp{turbulence rand(zahl)/4} 
                rotate rand(zahl)*100
        }
//-----------------------------<<<stone


Post a reply to this message


Attachments:
Download 'flecken02.jpg' (5 KB) Download 'flecken.jpg' (14 KB)

Preview of image 'flecken02.jpg'
flecken02.jpg

Preview of image 'flecken.jpg'
flecken.jpg


 

From: Samuel Benge
Subject: Re: stones [2 jpegs@17.1kb]
Date: 14 May 2004 14:05:03
Message: <40A50A02.6030007@hotmail.com>
marabou wrote:

> may anybody help or give hints?
> 
> thanks in advance.
> 

<snip>

>         normal{
>                 granite 
>                 warp{turbulence rand(zahl)/4} 
>                 rotate rand(zahl)*100
>         }
> //-----------------------------<<<stone

Marabou, to achieve sharper edges for the surface normal, try decreasing 
the normal's accuracy. The default is .02, so lower it to .001 and see 
how it works.

-Samuel Benge


Post a reply to this message

From: Tim Nikias v2 0
Subject: Re: stones [2 jpegs@17.1kb]
Date: 14 May 2004 14:15:46
Message: <40a50cd2@news.povray.org>
> i was surprised that the result now looks much different then before.
> new one casts shadows like in old scenes. but now it looks more
> blurred and washed. my aim was to create robust stones with tight
> edges.

Are you using different lightsources, ambient lighting, how about
assumed_gamma in global_settings? These may all be a factor. Then, is the
former code from an earlier POV-Ray, e.g. 3.5? The Noise-Generators and some
other stuff got changed from 3.5 to 3.6, so some textures will look
different.

-- 
"Tim Nikias v2.0"
Homepage: <http://www.nolights.de>


Post a reply to this message

From: marabou
Subject: Re: stones [2 jpegs@17.1kb]
Date: 14 May 2004 14:30:48
Message: <40a51058@news.povray.org>
Samuel Benge wrote:

> Marabou, to achieve sharper edges for the surface normal, try
> decreasing the normal's accuracy. The default is .02, so lower it to
> .001 and see how it works.
> 
hit hit hit! that was i have been searching for!


Post a reply to this message

From: marabou
Subject: Re: stones [2 jpegs@17.1kb]
Date: 14 May 2004 14:32:45
Message: <40a510cd@news.povray.org>
Tim Nikias v2.0 wrote:

> Are you using different lightsources, ambient lighting, how about
> assumed_gamma in global_settings? These may all be a factor. Then,
> is the former code from an earlier POV-Ray, e.g. 3.5? The
> Noise-Generators and some other stuff got changed from 3.5 to 3.6,
> so some textures will look different.
> 

i still use 3.5. but i will remind later.


Post a reply to this message

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