POV-Ray : Newsgroups : povray.beta-test : [linux RC6] simple isosurface scene causes seg fault : Re: [linux RC6] simple isosurface scene causes seg fault Server Time
29 Jul 2024 08:24:52 EDT (-0400)
  Re: [linux RC6] simple isosurface scene causes seg fault  
From: Felix Wiemann
Date: 25 Jun 2002 07:58:09
Message: <3d185ad0@news.povray.org>
Roz wrote:

> [segmentation fault:]
> 
>
> camera { location <0,2,-3> look_at <0,0,0> }
> 
> light_source { <50,100,-100> rgb 1 }
> 
> isosurface {
>    function { abs(x)+abs(y)+abs(z) }
>    contained_by { box { <-3,0,-3>, <3,0.5,3>} }
>    threshold 1.3
>    max_gradient 2
>    pigment { rgb <1,0,0> }
> }

Confirmed.
RC6, Linux 2.4.10, SuSE 7.3, 128MB, P3 600
Output:

| [...]
| Parsing...
| 
| Creating bounding slabs.
| Scene contains 1 frame level objects; 0 infinite.
| 
| Displaying...
| Using 24 bit TrueColor visual...
|   -:--:-- Rendering line   35 of  240. Speicherzugriffsfehler
|                                         (segmentation fault)

-- 
Felix Wiemann


Post a reply to this message

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