To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.rayOpen lugnet.cad.ray in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Ray-Tracing / 2271
    Quick question —Eduardo Vazquez Harte
   I can do this for a reason #if (clock = 1) #include"online\spot1\n.inc" #end #if (clock = 2) #include"online\spot1\s.inc" #end #if (clock = 3) #include"online\spot1\w.inc" #end #if (clock = 4) #include"online\spot1\e.inc" #end I tryed to do an (...) (20 years ago, 31-Jul-04, to lugnet.cad.ray)
   
        Re: Quick question —Trevor Hewer
     You could do this without any .inc files at all. Within the .pov file, you can do something like this: #if(clock == 1) camera{...} #end #if(clock == 2) camera{...} #end If you need to try out your camera angles, you can comment out the other ones (...) (20 years ago, 31-Jul-04, to lugnet.cad.ray)
    
         Re: Quick question —Eduardo Vazquez Harte
     (...) I can't do this sort of animation , how can i have make it possible? (20 years ago, 31-Jul-04, to lugnet.cad.ray)
    
         Re: Quick question —Miguel Agullo
     (...) I think more detail is needed. For now, all I can ask is: Are you setting the Initial_Frame, Final_Frame,Initial_Clock, Final_Clock parameters? If so, what are they? If your frames do not correspond with clock integers, it will never work (...) (20 years ago, 31-Jul-04, to lugnet.cad.ray)
    
         Re: Quick question —Trevor Hewer
     Okay, I'm not quite sure what you mean, so I'll just tell you what to do to fix the problem. In the 'Command Line' type: "+KFI1 +KFF4 +KI1 +KF4". Somewhere in the .pov file type: "#if (clock == 1) camera{...} #end #if (clock == 2) camera{...} #end (...) (20 years ago, 31-Jul-04, to lugnet.cad.ray)
    
         Re: Quick question —Eduardo Vazquez Harte
     (...) (20 years ago, 1-Aug-04, to lugnet.cad.ray)
   
        Re: Quick question —James Reynolds
   (...) I'll try to answer. I'm not a POV-Ray wizard, but I tried to do what you are saying once, and it just didn't work. I had to put the cameras in the main pov file. James (20 years ago, 2-Aug-04, to lugnet.cad.ray)
 

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR