POV-Ray : Newsgroups : povray.binaries.images : Weathered rock (86 kbbu) : Re: Weathered rock (86 kbbu) Server Time
2 Aug 2024 08:11:41 EDT (-0400)
  Re: Weathered rock (86 kbbu)  
From: William Tracy
Date: 19 Sep 2007 11:30:29
Message: <46f14095@news.povray.org>
Some cracked earth that I whipped up for my entry. :-)

I could probably do this as a height field, but the way that the 
isosurface came out is so cool...

declare cracks = function {pigment {
         crackle
         turbulence 0.1
         color_map {[0 rgb 0][0.1 rgb 1][1 rgb 0.5]}
         scale 0.5
}}

isosurface {
         function {2 * y - cracks(x, y, z).red}
	// etc.
}

-- 
William Tracy
afi### [at] gmailcom wtr### [at] calpolyedu

You know you've been raytracing too long when you wonder if the human 
eye uses ray-tracing, and at what it's frames per second rate is?
     -- Vimal N. Lad / Gautam N. Lad


Post a reply to this message


Attachments:
Download 'crackedearth.jpg' (25 KB)

Preview of image 'crackedearth.jpg'
crackedearth.jpg


 

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