POV-Ray : Newsgroups : povray.binaries.images : Displaced Grid Server Time
19 Apr 2024 08:53:25 EDT (-0400)
  Displaced Grid (Message 1 to 1 of 1)  
From: Bald Eagle
Subject: Displaced Grid
Date: 15 Jul 2018 09:20:00
Message: <web.5b4b49c357e5ae32458c7afe0@news.povray.org>
So, this is representative of what I think he wants - minus the closed loops
inside the "knot".
That can probably be fixed with a function pigment color map, or just difference
the object or a surrogate from the plane.


plane {y, 0
 texture {
  pigment {wood
   warp {
    black_hole <0.5, 0, 0>, 10
    falloff 7
    strength -5.0
            }
   color_map {
    [0.0 Blue]
    [0.2 Blue]
    [0.2 rgbt 1]
    [1.0 rgbt 1]
   }
  }
 }

  texture {
  pigment {wood rotate y*90
   warp {
    black_hole <0, 0, 0.5>, 10
    falloff 7
    strength -5.0
            }
   color_map {
    [0.0 Red]
    [0.2 Red]
    [0.2 rgbt 1]
    [1.0 rgbt 1]
   }
  }
 }

}


Post a reply to this message


Attachments:
Download 'perturbed grid.png' (179 KB)

Preview of image 'perturbed grid.png'
perturbed grid.png


 

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