Endless Sausage, or Worm Without End (Message 1 to 3 of 3)
From: sshelby
Subject: Endless Sausage, or Worm Without End
Date: 17 Oct 2001 11:07:56
Message: <3bcd9ecc@news.povray.org>
Hi all,
This is an illusion created with 4 rotating tori. Texture is limited to very
random fine -grained pattern, so as not to make the divisions between the
tori too obvious. Do any of you know where I can find a good scaly snakeskin
type texture? I'm using Moray.
Steve Shelby
From: sshelby
Subject: Re: Endless Sausage, or Worm Without End
Date: 17 Oct 2001 22:23:04
Message: <3bce3d08@news.povray.org>
Richard,
Thanks for the suggestion. The crackle normal makes pretty good scales.
Steve
Richard Dault <rda### [at] NOSPAMentredeacom> wrote in message
news:3bcdbcfa@news.povray.org...
> Here's a quick texture that kind of looks like snake skin.>> texture {> pigment { crackle color_map { [0 color DarkGreen ][1 color Green] } }> finish { phong .9 }> }> normal { function { pigment { crackle } } }>>>