Subject:
|
Re: Quick question
|
Newsgroups:
|
lugnet.cad.ray
|
Date:
|
Sat, 31 Jul 2004 17:31:33 GMT
|
Viewed:
|
2380 times
|
| |
| |
In lugnet.cad.ray, Trevor Hewer wrote:
> 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
> with '/*' and'*/', so there's only one camera specified at a time.
I can't do this sort of animation , how can i have make it possible?
|
|
Message has 1 Reply: | | Re: Quick question
|
| (...) 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)
|
Message is in Reply To:
| | Re: Quick question
|
| 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)
|
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
|
|
|
|