POV-Ray : Newsgroups : povray.binaries.images : A couple of isosurfaces : Re: A couple of isosurfaces Server Time
1 Jun 2024 17:58:08 EDT (-0400)
  Re: A couple of isosurfaces  
From: Thomas de Groot
Date: 13 Jul 2010 07:42:00
Message: <4c3c5108$1@news.povray.org>
"Tek" <tek### [at] evilsuperbraincom> schreef in bericht 
news:4c3b8dcb$1@news.povray.org...
> Doh! Sorry yeah they're macros of mine:
>
> #macro Flip() colour_map { [0 rgb 1][1 rgb 0] } #end
>
> #declare SphereAngleDistribute = function(x) { asin(x)/(pi/2) }
> #macro SphereRand(Seed) vrotate( z, 
> <90*SphereAngleDistribute(rand(Seed)*2-1),360*rand(Seed)> ) #end
>

<grin> Thank you indeed!

Thomas


Post a reply to this message

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