POV-Ray : Newsgroups : povray.unofficial.patches : MegaPov06 & galaxy.pov : Re: MegaPov06 & galaxy.pov Server Time
1 Sep 2024 22:19:01 EDT (-0400)
  Re: MegaPov06 & galaxy.pov  
From: ingo
Date: 10 Oct 2000 06:36:01
Message: <8FC98DA35seed7@204.213.191.228>
ingo wrote:

>Running the demofile galaxy.pov, with method 3 media, crashes (NT4).
>
>To the media statement I added method 3, changed intervals to 1 and set 
>samples 15,15.
>It runs ok with method 1&2

Installed 0.5 again and there it's ok.

The following scene also crashes 0.6 and not 0.5:

#version unofficial MegaPov 0.5;
global_settings {assumed_gamma 1.0}
camera {location <0,0,-5> look_at 0}
light_source {<500,500,-500> rgb 1}

isosurface{
   function {
      pigment {
         density_file df3 "spiral.df3"
         interpolate 1
         translate -0.5
      }
   }
   contained_by {box{-0.5,0.5}}
   threshold .1
   sign -1
   max_gradient 10
   method 2
   scale 4
   pigment {rgb 1}
}

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

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