POV-Ray : Newsgroups : povray.binaries.images : Lame Short Code Contest attempt : Re: Lame Short Code Contest attempt Server Time
11 Aug 2024 17:12:15 EDT (-0400)
  Re: Lame Short Code Contest attempt  
From: Dan P
Date: 22 Feb 2004 22:58:03
Message: <40397a4b@news.povray.org>
"Warp" <war### [at] tagpovrayorg> wrote in message
news:40389ae0@news.povray.org...
>   After seeing the city entry I got so depressed I don't think I will be
> making any attempt at competing... :)
>
>   Anyways, here's a lame attempt I was playing with. I will not send this
> one because it's so simple, so I'll just post it here and give my
> congratulations to the first who figures out how it is done (in 256
bytes).
> Extra bonus to anyone who posts a code creating a similar image (as
> similar as possible, of course). :)

I think this could be a great entry. I'm guessing you did it something like
this:

#include "functions.inc"

plane
{
 z, 1

 pigment
 {
  mandel 1000
  interior 1, 1
  translate <-0.4021, 0.2, 0>
  scale 100
 }

 finish
 {
  ambient 1
 }
}


Post a reply to this message

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