Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/10/2008 at 11:08, xxxxxxxx wrote:
User Information: Cinema 4D Version: 10.1 Platform: Windows ; Mac ; Language(s) : C++ ;
--------- Hi,
I have to determine the Velocity of several objects in the scene.
Of course I could store all positions in a list and check them again when the plugin is executed again in the next frame. But since I can access the previous Matrix and also the velocity of objects from within XPresso, they must already be stored somewhere. But where?
Thanks for help & tips!
Greetings, Jack
On 28/10/2008 at 12:40, xxxxxxxx wrote:
Afaik this is a property of the XPresso object node only. You would have to program your own history stack.
cheers, Matthias
On 28/10/2008 at 12:49, xxxxxxxx wrote:
Damn OK, thanks. I'll do that.