POV-Ray : Newsgroups : povray.bugreports : Pigment function memory access violation : Pigment function memory access violation Server Time
29 Apr 2024 23:54:54 EDT (-0400)
  Pigment function memory access violation  
From: Robert McGregor
Date: 11 Mar 2011 08:00:03
Message: <web.4d7a1c419d0dbabd94d713cc0@news.povray.org>
I was just tweaking my multipass compositing macros a bit and wondered if I
could consolidate a couple of statements into one, from this:

#local p = pigment { image_map { png "MultiPass.png" gamma 1 map_type 0 once } }
#local fn = function { pigment { p } }

to this:

#local fn = function {
   pigment { image_map { png "MultiPass.png" gamma 1 map_type 0 once }
}

Nope. Memory access violation crash; but I love the (new?) crash dump uploader
Chris, very cool! I uploaded the dump file.

Cheers,
Rob

-------------------------------------------------
www.McGregorFineArt.com


Post a reply to this message

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