POV-Ray : Newsgroups : povray.beta-test : sphere_sweep crash : sphere_sweep crash Server Time
29 Jul 2024 08:16:01 EDT (-0400)
  sphere_sweep crash  
From:
Date: 11 Jun 2002 03:06:27
Message: <g18bguoigilpr5cc14lirhkg7828b49aes@4ax.com>
POV 3.5 RC6 icl on WinNT Sp 6 PII 233 with 128 MB

Following code together with +FN +KFF10 caused crash. When after restart of
POV I replaced clock with 0 and removed +KFF10 from settings then image was
rendered fine. This is a little modified source posted two posts earlier by
Richard.

global_settings { assumed_gamma 1.1 }
#include "stdinc.inc"
  background { color Blue }
  camera {
    location <0, 2, -10>
    look_at  <0, 0,  0>
  }
light_source { <0, 2, -10> colour White }
  sphere_sweep {
    //linear_spline
    //b_spline
    cubic_spline
    9,
    <0, 10, 0>, clock
    <0, 10, 0>, clock
    <0, 2, 0>, clock
    <0,  1, 0>, clock
    <0,  0, 0>, 0.3
    <0, -1, 0>, clock
    <0,  -2, 0>, clock
    <0,  -10, 0>, clock
    <0,  -10, 0>, clock
    tolerance 0.000001 //0.2
     pigment { color Yellow }
 }

ABX


Post a reply to this message

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