POV-Ray : Newsgroups : povray.binaries.images : Help on a Dust ring. : Help on a Dust ring. Server Time
4 Oct 2024 05:19:49 EDT (-0400)
  Help on a Dust ring.  
From: Edward Wedig
Date: 15 Apr 1999 08:49:06
Message: <3715D22C.88B25F19@netwalk.com>
I'm having problems getting this dust ring to look right. I'm using a
media filled torus, and it looks ok in the light, but isn't casting a
shadow. The relavent code is:

torus { 20, 0.9
        pigment {color rgbt 1.0}	
        finish {
		diffuse 0.4
		ambient 0.8
		}
        interior {
                media {
                        scattering { 2, rgb 0.5 extinction 0.5 }
                        //emission 0.4
                        intervals 1
                        samples 1, 5
                        confidence 0.9999
                        variance 1/1000
                        density {
                                bozo
                                ramp_wave
                                turbulence 0.0
                                color_map {
                                        [0.0 color rgb <0, 0, 0>]
                                        [0.5 color rgb <0, 0, 0>]
                                        [0.65 color rgb 0.3]
                                        [0.88 color rgb 0.35]
                                        [1.0 color rgb 0.38]
                                        }
                                scale 0.1
                                }
                }
        }
        hollow
        translate <-7,0,30> 
        } 

Any suggestions?

-Ed

-- 
Edward Wedig
aka Doc Brown
Graphic Artist, 3D Designer, Gamemaster, Nice Guy
http://www.netwalk.com/~docbrown


Post a reply to this message


Attachments:
Download 'altearth.jpg' (14 KB)

Preview of image 'altearth.jpg'
altearth.jpg


 

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