Subject:
|
Quick question
|
Newsgroups:
|
lugnet.cad.ray
|
Date:
|
Sat, 31 Jul 2004 10:28:13 GMT
|
Viewed:
|
2276 times
|
| |
| |
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 animation of a scene with some cameras in every frame,
The idea is to change or camera on every frame.
the inc files are cameras the main pov file has no camera.
I you understand can you help me anyone?
thx
|
|
Message has 2 Replies: | | 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)
| | | Re: Quick question
|
| (...) 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)
|
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|