newspeoplefor developersdocumentationdownloads

nVectorAnimator Script Interface

nvectoranimator:

Super Class:

C++ Class:

Info

Animate a vector attribute of a nabstractshadernode.

Commands:


addkey

Command Input:
f(Time), f(X), f(Y), f(Z), f(W)
Command Output:
v
Command Description:
Add a vector key to the animation key array.

getnumkeys

Command Input:
v
Command Output:
i(NumKeys)
Command Description:
Returns number of key in animation array.

getkeyat

Command Input:
i(KeyIndex)
Command Output:
f(Time), f(X), f(Y), f(Z), f(W)
Command Description:
Returns key at given index.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.