POV-Ray : Newsgroups : povray.advanced-users : Snakes, Sinus shapes, chains (like in the povray documentaion) using SINUS : Re: Snakes, Sinus shapes, chains (like in the povray documentaion) using SINUS Server Time
30 Jul 2024 04:23:56 EDT (-0400)
  Re: Snakes, Sinus shapes, chains (like in the povray documentaion) using SINUS  
From: Nieminen Juha
Date: 26 Feb 2000 13:48:02
Message: <38b81fe2@news.povray.org>
#version unofficial MegaPov 0.4;

camera { location <-5,1,-4>*3 look_at 0 angle 35 }
light_source { <0,100,-100> 1 }
plane { y,-2 pigment { checker rgb 1, rgb .5 } }

isosurface
{ function { sqr(y+sin(x))+sqr(z)-1 }
  contained_by { box { <-50,-2,-1><50,2,1> } }
  pigment { rgb x } finish { specular .5 }
}

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

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