POV-Ray : Newsgroups : povray.binaries.images : I love this wall (WIP) Server Time
30 Jul 2024 12:21:57 EDT (-0400)
  I love this wall (WIP) (Message 1 to 3 of 3)  
From: Chambers
Subject: I love this wall (WIP)
Date: 19 Jun 2011 15:50:00
Message: <web.4dfe520c4554340f3c9d8950@news.povray.org>
#declare f_wall2 = function {
 100 - x
 - f_noise3d(0,y/3,0)*12
 + f_noise3d(0,y/32,z/64)*16
 + f_noise3d(0,y/16,z/32)*8
 + f_noise3d(0,y/8,z/8)*4
 + f_noise3d(0,y/4,z/4)*2
 + f_noise3d(0,y/2,z/2)*1
}

isosurface {
 function { f_wall2(x,y,z) }
 threshold 0
 evaluate 1.5,1.2,0.7
 contained_by {box{<95,-100,-1000>,<120,200,1000>}}
 texture {pigment {color rgb <0.4,0.3,0.2>}}
}

---
Chambers


Post a reply to this message


Attachments:
Download 'eb_wall.jpg' (32 KB)

Preview of image 'eb_wall.jpg'
eb_wall.jpg


 

From: Paolo Gibellini
Subject: Re: I love this wall (WIP)
Date: 20 Jun 2011 07:24:54
Message: <4dff2e06$1@news.povray.org>
>Chambers  on date 19/06/2011 21:46 wrote:
> #declare f_wall2 = function {
>   100 - x
>   - f_noise3d(0,y/3,0)*12
>   + f_noise3d(0,y/32,z/64)*16
>   + f_noise3d(0,y/16,z/32)*8
>   + f_noise3d(0,y/8,z/8)*4
>   + f_noise3d(0,y/4,z/4)*2
>   + f_noise3d(0,y/2,z/2)*1
> }
>
> isosurface {
>   function { f_wall2(x,y,z) }
>   threshold 0
>   evaluate 1.5,1.2,0.7
>   contained_by {box{<95,-100,-1000>,<120,200,1000>}}
>   texture {pigment {color rgb<0.4,0.3,0.2>}}
> }
>
> ---
> Chambers
Really interesting,
;-)
Paolo


Post a reply to this message

From: Jörg 'Yadgar' Bleimann
Subject: Re: I love this wall (WIP)
Date: 20 Jun 2011 09:55:30
Message: <4dff5152@news.povray.org>
High!

On 19.06.2011 21:46, Chambers wrote:
> #declare f_wall2 = function {
>   100 - x
>   - f_noise3d(0,y/3,0)*12
>   + f_noise3d(0,y/32,z/64)*16
>   + f_noise3d(0,y/16,z/32)*8
>   + f_noise3d(0,y/8,z/8)*4
>   + f_noise3d(0,y/4,z/4)*2
>   + f_noise3d(0,y/2,z/2)*1
> }
>
> isosurface {
>   function { f_wall2(x,y,z) }
>   threshold 0
>   evaluate 1.5,1.2,0.7
>   contained_by {box{<95,-100,-1000>,<120,200,1000>}}
>   texture {pigment {color rgb<0.4,0.3,0.2>}}
> }
>
> ---
> Chambers

If you add some large-scale turbulence to it, it would go pretty well as 
some natural slate formation!

See you in Khyberspace - www.khyberspace.de

Yadgar

Now playing: Thug (ZZ Top)


Post a reply to this message

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