Subject:
|
Re: How do you tell clock to do this ....? Please help me
|
Newsgroups:
|
lugnet.cad.ray
|
Date:
|
Mon, 24 Jun 2002 15:18:20 GMT
|
Viewed:
|
530 times
|
| |
| |
In lugnet.cad.ray, Eduardo Vazquez Harte writes:
> How do you tell clock to show an object while is in frames 100 to 200 and
> before 100 and after 200 the object must be not showing?
>
> Thanks
Sample POV code
#if (clock > 100 and clock < 200)
object {.....
}
#endif
*******
Make sure that in your ini file you use:
inital_frame =
final_frame =
inital_clock =
final_clock =
-Ahui
www.ozbricks.com/jediagh/
|
|
Message has 1 Reply:
Message is in Reply To:
5 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
|
|
|
|