POV-Ray : Newsgroups : povray.beta-test : sphere_sweep crashed pov : sphere_sweep crashed pov Server Time
18 Apr 2024 19:05:23 EDT (-0400)
  sphere_sweep crashed pov  
From: Physiker
Date: 1 Sep 2008 15:40:01
Message: <web.48bc447cc2ccad1e8510f03f0@news.povray.org>
I played with the number of points of a sphere_sweep:
had 9 points, reduce to 3, try to render - crash:

--

[...]

#declare raumt=1000;

sphere_sweep {
  b_spline
  3,
  <-150,70,0>,2,
  <0,0,0>,2,
  <150,70,0>,2


  pigment { color 0.5*Red }
  normal { gradient x }
  translate <0,80,raumt/2>
}

--



2. try: no crash
3. try: crash
and so on...

Even with wrong number of points this should not happen ;-)

system: W2K


Post a reply to this message

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