POV-Ray : Newsgroups : povray.newusers : Simultaneous views : Re: Simultaneous views Server Time
28 Jul 2024 20:33:24 EDT (-0400)
  Re: Simultaneous views  
From: Sherry Shaw
Date: 5 Oct 2007 08:12:09
Message: <47062a19@news.povray.org>
William Tracy wrote:
> 
> How about a four-frame animation with a moving camera?
> 

Desk.pov in the advanced scenes folder does something similar.  Look at 
the "#declare Picture" block (although I probably would have used 
frame_number rather than clock).

--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.