|
The genMd5Hash global function generates an Md5 hash for the given input string. More...
Public Slots | |
| int | originalAnimationFrame () |
| Returns the animation frame of the Cel3d. More... | |
| Matrix4x4 | cameraMatrix () |
| Returns the camera component of the Cel3d transformation matrix. More... | |
| Matrix4x4 | modelMatrix () |
| Returns the model component of the Cel3d transformation matrix. More... | |
| bool | useFileUnits () |
| StringList | subnodeNamesList () |
| Returns the list of animated subnode names of the Cel3d. More... | |
| bool | isSubnodeVisible (String &subnodeName) |
| Returns true if the subnode and its lower hierarchy are visible. More... | |
| bool | isSubnodeLocallyVisible (String &subnodeName) |
| Returns true if the subnode is locally visible, independently of its lower hierarchy. More... | |
| Matrix4x4 | transformationForSubnode (String &subnodeName) |
| Returns the transformation matrix applied to the subnode. More... | |
The genMd5Hash global function generates an Md5 hash for the given input string.
The Params3dWrapper JavaScript class which mimics the behaviour of SM_Cel3dWrapper but on the script interface.
The Params3d class provides a structure availabe from scripting containg the Cel3d data and a partially built parameter structure, internal to the cel3d, without the necessity of triggering a render.
|
slot |
Returns the camera component of the Cel3d transformation matrix.
|
slot |
Returns true if the subnode is locally visible, independently of its lower hierarchy.
|
slot |
Returns true if the subnode and its lower hierarchy are visible.
|
slot |
Returns the model component of the Cel3d transformation matrix.
|
slot |
Returns the animation frame of the Cel3d.
|
slot |
Returns the list of animated subnode names of the Cel3d.
|
slot |
Returns the transformation matrix applied to the subnode.
|
slot |