POV-Ray : Newsgroups : povray.binaries.images : attention on turbulence on hexag on : attention on turbulence on hexag on Server Time
20 Aug 2024 00:15:05 EDT (-0400)
  attention on turbulence on hexag on  
From: Wlodzimierz ABX Skiba
Date: 26 Sep 2000 11:34:50
Message: <39d0c21a@news.povray.org>
in the truth it is not turbulence
and it is not even hexagon
but attention :-)
second pattern redesigned from eschers idea
thanks for criticism :-) with my first pattern entry
now a little more about it
each part of my work gives two elements

1. ready for use pigment (first image)
   for use in ordinary pigment statement:
   pigment { EscherPigmentN }
   where N is index of designed patterns
   current N can be equal 1 or 2 :-(
   but i'm still working on it :-)

2. redy for use pattern (second image)
   for use in ordinary pattern statement
   (normal, textures, pigments etc.)
   sample taken from second image explain:

#include "golds.inc"
#include "metals.inc"
#include "stones.inc"
#include "woods.inc"
#include "eschers.inc"
#local MyTexture=
 texture
  {
   EscherPattern2()
   texture_map
    {
     [0 T_Gold_3C]
     [1/3 T_Grnt24]
     [2/3 T_Wood33]
     [1 T_Silver_3C]
    }
  }
union
 {
   plane {y,0 texture {MyText}}
   plane {y,0 texture {MyText}rotate <-90,0,0>}
 }


Post a reply to this message


Attachments:
Download 'escher2a.jpg' (66 KB) Download 'escher2b.jpg' (98 KB)

Preview of image 'escher2a.jpg'
escher2a.jpg

Preview of image 'escher2b.jpg'
escher2b.jpg


 

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