realbasic-games
[Top] [All Lists]

Re: [ANN] 3D Animation Builder a3 for REALbasic

To: REALbasic Games <realbasic-games at lists dot realsoftware dot com>
Subject: Re: [ANN] 3D Animation Builder a3 for REALbasic
From: Lo Saeteurn <realbasic at miensoftware dot com>
Date: Tue, 26 Jul 2005 12:23:49 -0700
Delivered-to: realbasic-games at lists dot realsoftware dot com
References: <529FAEEC-BBA7-45F1-B2D3-E2D4C17A56AB at miensoftware dot com>
Forgot to add include this piece of information:

Updating the animation:
UpdateAnimation dt As Double //update the animation with the amount of seconds passed UpdateAnimation dt As Double,True //only update the animation time without processing the animation frame UpdateAnimation //only process the animation frame without updating time

Here how you would only update visible objects:
1.) Call this for all Animation object in each frame to update animation time:
UpdateAnimation dt As Double,True

2.) Call this only with Animation objects that you can see to update the actual shape:
UpdateAnimation

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>