POV-Ray : Newsgroups : povray.unofficial.patches : Warp transform crash. : Warp transform crash. Server Time
1 Sep 2024 14:30:34 EDT (-0400)
  Warp transform crash.  
From: Fabien Mosen
Date: 13 Mar 2001 10:35:27
Message: <3AAE3DB0.F0D1EA00@skynet.be>
This little scene make WinMegaPOV 0.7 crash at the end of the 
rendering.  Any other transform within warp causes the crash also.

#version unofficial MegaPov 0.7;

#include "colors.inc"

camera {location <10,10,8> direction z*6 look_at <0,1,0>}

light_source {<50,40,30> White*2}

#declare Pig_Wood = pigment {
  wood
  color_map {[0 Black][1 White]}
  warp {turbulence .1 scale 5}
}

sphere {<0,1,0>,1.7 pigment {Pig_Wood}}


Post a reply to this message

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