Subject:
|
Re: Quick question
|
Newsgroups:
|
lugnet.cad.ray
|
Date:
|
Sat, 31 Jul 2004 21:25:54 GMT
|
Viewed:
|
2396 times
|
| |
| |
In lugnet.cad.ray, Eduardo Vazquez Harte wrote:
> I can't do this sort of animation , how can i have make it possible?
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 properly. I.e. Initial_Frame=0, Final_Frame=4, Initial_Clock=0,
Final_Clock=1 will give you the following clock values on each of the four
frames (sequentially) clock = .25, clock = .5, clock=.75, clock =1.
(On a related note, many POVray coders consider elegant to write all animation
material so that Initial_Clock always = 0 and Final_Clock always = 1)
|
|
Message has 1 Reply: | | Re: Quick question
|
| 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)
|
Message is in Reply To:
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|