POV-Ray : Newsgroups : povray.newusers : A new idea or old hat... : Re: A new idea or old hat... Server Time
28 Sep 2024 18:32:55 EDT (-0400)
  Re: A new idea or old hat...  
From: Sherry Shaw
Date: 30 May 2007 12:08:36
Message: <465da184@news.povray.org>
Simon wrote:

>I was wondering about changing an image_map over time and the idea came to 
>me to use the output from one rendering as the image_map for another (I 
>think you can probably get some good animation effects by using the last 
>rendered frame every time...)
>  
>
There's a sample scene called "Desk.pov" in the "Advanced" folder that 
uses animation settings to create a framed picture containing a picture 
of the the picture of the picture...I'd say there's a lot of potential 
here for interesting images and/or animations.

--Sherry Shaw

-- 
#macro T(E,N)sphere{x,.4rotate z*E*60translate y*N pigment{wrinkles scale
.3}finish{ambient 1}}#end#local I=0;#while(I<5)T(I,1)T(1-I,-1)#local I=I+
1;#end camera{location-5*z}plane{z,37 pigment{granite color_map{[.7rgb 0]
[1rgb 1]}}finish{ambient 2}}//                                   TenMoons


Post a reply to this message

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