POV-Ray : Newsgroups : povray.general : generating an image_map name: string syntax problem : Re: generating an image_map name: string syntax problem Server Time
30 Jul 2024 12:25:58 EDT (-0400)
  Re: generating an image_map name: string syntax problem  
From: Zeger Knaepen
Date: 18 Feb 2009 18:18:24
Message: <499c9740$1@news.povray.org>
you're declaring and initialising the variable my_image, but you're using 
the literal "my_image"
just use image_map {png my_image} instead of image_map {png "my_image"}


(btw, creating camera motion-blur by averaging 24bit images won't give you 
correct results when there are very bright colors in the scene.  I believe 
it's better to use MegaPOV's cameraview-pigment instead: no need for 
temporary-images and it results to accurate motion-blur)

cu!
-- 
#macro G(b,e)b+(e-b)*C/50#end#macro _(b,e,k,l)#local C=0;#while(C<50)
sphere{G(b,e)+3*z.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1;
#end#end _(y-x,y,x,x+y)_(y,-x-y,x+y,y)_(-x-y,-y,y,y+z)_(-y,y,y+z,x+y)
_(0x+y.5+y/2x)_(0x-y.5+y/2x)            // ZK http://www.povplace.com


Post a reply to this message

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