Difference between revisions of "Reference:Onion Pattern"

From POV-Wiki
Jump to navigation Jump to search
m (1 revision: Initial Load (TF))
 
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
of an onion. <em> Value = mod(sqrt(Sqr(X)+Sqr(Y)+Sqr(Z)), 1.0)</em> Each
 
of an onion. <em> Value = mod(sqrt(Sqr(X)+Sqr(Y)+Sqr(Z)), 1.0)</em> Each
 
layer is one unit thick.</p>
 
layer is one unit thick.</p>
 +
 +
 +
<table class="centered" width="420px" cellpadding="0" cellspacing="10">
 +
<tr>
 +
  <td>[[Image:RefImgOnionPigment.png|center|200px<!--centered--->]]</td>
 +
  <td>[[Image:RefImgOnionNormal.png|center|200px<!--centered--->]]</td>
 +
</tr>
 +
<tr>
 +
  <td colspan="2"><p class="caption">onion pattern used as pigment and normal respectively</p></td>
 +
</tr>
 +
</table>

Latest revision as of 09:23, 1 March 2014

The onion is a pattern of concentric spheres like the layers of an onion. Value = mod(sqrt(Sqr(X)+Sqr(Y)+Sqr(Z)), 1.0) Each layer is one unit thick.


RefImgOnionPigment.png
RefImgOnionNormal.png

onion pattern used as pigment and normal respectively