Difference between revisions of "NiAVObjectGetLocalTransform"
Jump to navigation
Jump to search
imported>DragoonWraith m (NifGetNthChildLocalTransform moved to NiAVObjectGetLocalTransform: new name for function as of alpha 5.) |
imported>DragoonWraith |
||
Line 2: | Line 2: | ||
'''Syntax''' | '''Syntax''' | ||
(matrix: | (matrix:localTransform) NiAVObjectGetLocalTransform short:nifID ''short:blockID'' | ||
Returns the local transform matrix for the specified Child of the root of the nif. | Returns the local transform matrix for the specified Child of the root of the nif. | ||
Line 9: | Line 9: | ||
== See Also == | == See Also == | ||
* [[ | * [[NiAVObjectSetLocalTransform]] | ||
* [[ | * [[NiAVObjectGetLocalTranslation]] | ||
* [[ | * [[NiAVObjectGetLocalRotation]] | ||
* [[ | * [[NiAVObjectGetLocalScale]] | ||
[[Category:NifSE| | [[Category:NifSE|AVObjectGetLocalTransform]] | ||
[[Category:NifSE ( | [[Category:NifSE (NiAVObject)|GetLocalTransform]] |
Revision as of 10:37, 29 August 2010
This is a command from NifSE.
Syntax
(matrix:localTransform) NiAVObjectGetLocalTransform short:nifID short:blockID
Returns the local transform matrix for the specified Child of the root of the nif.
The matrix is a 4x4 array of float values.
See Also