We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2006-03-02 01:53 PM
2006-03-03 03:11 AM
mallasi wrote:You can animate objects and have them move in fly-throughs based on frame number or camera location.
Hmmmm I thin it is going to be difficult.
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!