Timer function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-02 01:53 PM
Zak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-02 02:02 PM





- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-02 02:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-02 03:51 PM
I didn’t mean Timer for date and time

Is such thing possible.
Zaki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-02 04:03 PM
mallasi wrote:that's what I meant too.
Thanks Tom for your reply
I didn’t mean Timer for date and time. I actually meant a Timer which allows me to execute a code say every 1min. but within GDL objects.
Is such thing possible.
Zaki
Since there is no "timer" built in, you would have to make your own. I think the way to do this would be to run the Date/Time script and calculate the difference between a starting time and the current time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-02 04:21 PM
What did you want to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-02 04:49 PM
I am trying to create a basic animation for a box objects in the GDL 3D window.
If I have to build my own timer in GDL, then can it be done this way:
1 - Capture the current time (T1) of the user’s machine
2 - Start loop to run every 10 seconds starting at T1.
3 - On entering the loop for the first time Draw a box object for an example.
4 – Continue loop.
5- IF T1 = (T1 + 25 sec.) then rotate the box object 10 degrees.
6- Then repeat (4) till the 3D window is shutdown.
Any ideas!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-02 04:53 PM
You could do this with Cinema 4D in about 5 seconds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-02 05:06 PM
In other words, in AC I do 2D, 3D, Viz, and camera flyby. It is just that bit to animate the objects in AC that requires me to transfer all my work to Artlantis or 3D MAX.
At the end of the day, I only intend to make a basic animation not very complex.
Thank u all for the help.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-02 05:22 PM
mallasi wrote:I run into the same problem. I can do all kinds of camera animation in Archicad (then composite the shots in Final Cut), but as soon as one thing needs to move, I break out the Exchange module and put it in C4D.🙂 Not at all. I just like to cook one meal in one oven instead of three😉
In other words, in AC I do 2D, 3D, Viz, and camera flyby. It is just that bit to animate the objects in AC that requires me to transfer all my work to Artlantis or 3D MAX.
At the end of the day, I only intend to make a basic animation not very complex.
Thank u all for the help.