newspeoplefor developersdocumentationdownloads

nUvAnimator Script Interface

nuvanimator:

Super Class:

C++ Class:

Info

Animate UV coordinates of a shape node.

-01-Nov-06 kims Changed n_addeulerkey and n_geteulerkeyat to have three float type for uv animation.

Commands:


addposkey

Command Input:
i(TextureLayer), f(Time), f(PosU), f(PosV)
Command Output:
v
Command Description:
Add a position key to the position key array.

addeulerkey

Command Input:
i(TextureLayer), f(Time), f(EulerU), f(EulerV), f(EulerW)
Command Output:
v
Command Description:
Add a euler angle key to the position key array.
-01-Nov-06 kims Changed to have three float type for uv animation.


addscalekey

Command Input:
i(TextureLayer), f(Time), f(ScaleU), f(ScaleV)
Command Output:
v
Command Description:
Add a scale key to the position key array.

getnumposkeys

Command Input:
i(TextureLayer)
Command Output:
i(NumPosKeys)
Command Description:
Return number of position keys.

getnumeulerkeys

Command Input:
i(TextureLayer)
Command Output:
i(NumEulerKeys)
Command Description:
Return number of euler keys.

getnumscalekeys

Command Input:
i(TextureLayer)
Command Output:
i(NumScaleKeys)
Command Description:
Return number of scale keys.

getposkeyat

Command Input:
i(TextureLayer), i(KeyIndex)
Command Output:
f(Time), f(PosU), f(PosU)
Command Description:
Get position key attributes at given index.

geteulerkeyat

Command Input:
i(TextureLayer), i(KeyIndex)
Command Output:
f(Time), f(EulerU), f(EulerV), f(EulerW)
Command Description:
Get euler key attributes at given index.
-01-Nov-06 kims Changed to have three float type for uv animation.


getscalekeyat

Command Input:
i(TextureLayer), i(KeyIndex)
Command Output:
f(Time), f(ScaleU), f(ScaleV)
Command Description:
Get scale key attributes at given index.

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