Subject:
|
Re: Quick question
|
Newsgroups:
|
lugnet.cad.ray
|
Date:
|
Sat, 31 Jul 2004 15:10:37 GMT
|
Viewed:
|
2321 times
|
| |
| |
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.
|
|
Message has 1 Reply:
Message is in Reply To:
| | Quick question
|
| 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)
|
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
|
|
|
|