POV-Ray : Newsgroups : povray.newusers : old version... : old version... Server Time
5 Sep 2024 10:29:40 EDT (-0400)
  old version...  
From: Teddy Bear
Date: 1 Mar 2001 14:31:41
Message: <3a9ea39d$1@news.povray.org>
I want to translate this scene script. Someone can help me ?

Thanks.

#include "colors.inc"
#include "textures.inc"

camera {
    location < 0, 0, -8>
    look_at < 0, 0, 0>
}

light_source {
    < 6, 10, -4>
    color White
}

sphere {
    < 0, 1, 0>, 2
    pigment {
        color rgbt < 1, 1, 1, 1>
    }
    halo {
        emitting
        spherical_mapping
        linear
        turbulence 1.5
        color_map {
            [ 0.0 color rgbt < 1, 0, 0, 1> ]
            [ 1.0 color rgbt < 1, 1, 0, -1> ]
        }
        samples 20
    }      }
    hollow
}


Post a reply to this message

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