POV-Ray : Newsgroups : povray.general : Brother, (or Sister) can you spare a bunny? : Re: Brother, (or Sister) can you spare a bunny? Server Time
30 Jul 2024 22:17:51 EDT (-0400)
  Re: Brother, (or Sister) can you spare a bunny?  
From: triple r
Date: 8 May 2008 13:00:00
Message: <web.482330c39e7ff924e90a22420@news.povray.org>
"Mike the Elder" <nomail@nomail> wrote:
> "triple_r" <nomail@nomail> wrote:
>
> > How's this?
> >
> > http://www.umich.edu/~rreusser/bunny.pov.gz


> I'm certainly not going to stoop to ASKING anyone else to do it first, BUT if
> some curious person just happened to want to, I sure wouldn't complain... ;-)

Forgive me, but in case I wasn't clear enough, this code along with the pov file
I posted on my webspace should be what you asked for.  The first version didn't
have the normals exported correctly, but it should be fixed now.

 - Ricky


#include "bunny.pov"

object{bunny
    pigment{rgb 1}
    scale 20
    rotate x*90
    rotate y*180
}

camera{
    location <1,4,-5>
    look_at <0,2,0>
}

light_source{
    <25,25,-25>
    rgb 1
}


Post a reply to this message

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