POV-Ray : Newsgroups : povray.binaries.images : Isopatterns - TexTest.jpg (1/1) Server Time
2 Oct 2024 18:21:27 EDT (-0400)
  Isopatterns - TexTest.jpg (1/1) (Message 1 to 1 of 1)  
From: Chris Huff
Subject: Isopatterns - TexTest.jpg (1/1)
Date: 24 Mar 2000 21:42:10
Message: <chrishuff_99-1A00BD.21440424032000@news.povray.org>
These are just some more patterns I found while playing with functions. 
They use the Isofunctions.inc file I uploaded to 
povray.binaries.scene-files.
They all use a plain black-white color_map and have an ambient of 1.

The big sphere on the left:
function {Noise2(Phi(x,y,z)*15,0.5,sin(Theta(x,y,z)*16*pi))}

The upper right sphere:
function {
    (Noise2(x,y,z)
    +Noise2(x*5,y*5,z*5)
    +Noise2(x*10,y*10,z*10)
    +(Noise2(x*20,y*20,z*20)^0.3))/4
}

The lower right sphere:
function {
    (Noise1(x,y,z)^0.3)
    *Noise1(x*5,y*5,z*5)
    *(Noise1(x*20,y*20,z*20)^0.3)
}

-- 
Christopher James Huff - Personal e-mail: chr### [at] yahoocom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Web page: http://chrishuff.dhs.org/


Post a reply to this message


Attachments:
Download 'TexTest.jpg' (28 KB)

Preview of image 'TexTest.jpg'
TexTest.jpg


 

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