POV-Ray : Newsgroups : povray.beta-test : bug : declared camera with normal statement crashes : bug : declared camera with normal statement crashes Server Time
30 Jul 2024 04:19:24 EDT (-0400)
  bug : declared camera with normal statement crashes  
From: Fabien Mosen
Date: 13 Jan 2002 10:07:37
Message: <3C41A226.7030703@skynet.be>
#include "colors.inc"

#declare Cam1=
camera {location <10,10,10> look_at <0,0,0>
  normal {bumps .1 scale .1}
}

camera {Cam1}

sphere {<0,0,0>,3 pigment {Red}}

light_source {<20,20,20> White}

//----------------------------------

This crashes P3.5b9, under WinME, AMD XP1500+, before rendering.

If the camera is used directly, without being declared,
it works as expected.

This bug was already in 3.1 and already reported once.

Fabien.


Post a reply to this message

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