POV-Ray : Newsgroups : povray.binaries.images : stones [2 jpegs@17.1kb] : stones [2 jpegs@17.1kb] Server Time
11 Aug 2024 03:30:42 EDT (-0400)
  stones [2 jpegs@17.1kb]  
From: marabou
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


 

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