POV-Ray : Newsgroups : povray.binaries.images : Lame Short Code Contest attempt : Re: Lame Short Code Contest attempt Server Time
11 Aug 2024 23:19:46 EDT (-0400)
  Re: Lame Short Code Contest attempt  
From: andrel
Date: 23 Feb 2004 10:41:24
Message: <403A1EEB.8070207@hotmail.com>
> 
> Sweet! I wish I knew about the numbers thing before I put my entry in. I
> think I might also be able to lose [0rgb 0] as well to get:
> 
> #declare f=function{pigment{mandel 999interior
> 1,1translate-.17color_map{[1rgb 1]}scale
> 2}}light_source{y*.2rgb1}height_field{function
> 999,999{f(x,y,z).gray*.1}pigment{rgb1}translate-.5}camera{rotate
> x*45translate-.7*z}
> 
> I don't have pov at work, though; does the above compile?
After you replace 'rgb1' by 'rgb 1' it does.
It is not the same image though ;)
You can gain another char by using '.red' for '.gray'
(I do not know why. I never had time to investigate
much about function :( I mostly do meshes and patches.)


Post a reply to this message

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