POV-Ray : Newsgroups : povray.general : POV3.1b5 : density map crash : POV3.1b5 : density map crash Server Time
13 Aug 2024 15:32:09 EDT (-0400)
  POV3.1b5 : density map crash  
From: Dan Connelly
Date: 18 Aug 1998 01:08:30
Message: <35D8FE3C.C54A039D@flash.net>
The following file crashes my version of 3.1b5, but
renders successfully when I omit the color_map
statement.  I have reported this to win### [at] povrayorg .

Dan
====================================

camera {
  location <0, 0, -3>
  look_at <0, 0, 0>
}
light_source {
  <-2, 10, -20>
  color rgb 1
}
sphere {
  0
  1
  hollow
  texture {
    pigment { color rgbt 1 }
  }
  interior {
    media {
      emission 0.5
      density {
        average
        density_map {
         [1 spherical]
         [1  granite]
        }
        color_map {
          [0 color rgb 0]
          [1 color rgb 1]
        }
      }
    }
  }
}


Post a reply to this message

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