19,089
edits
m (link fixes) |
m (link fixes) |
||
Line 157: | Line 157: | ||
VBS code snippets for use with Mod Tool can be found here: | VBS code snippets for use with Mod Tool can be found here: | ||
* [[Mod_Tool/Scripting#Euler_rotation_-.3E_quaternion|Euler rotation to quaternion]] | * [[Mod_Tool/Scripting#Euler_rotation_-.3E_quaternion|Euler rotation to quaternion]] | ||
* [[Mod_Tool/Scripting# | * [[Mod_Tool/Scripting#Quaternion_-.3E_Euler_rotation|quaternion to Euler rotation]] | ||
==Calculating a transform matrix== | ==Calculating a transform matrix== | ||
Line 191: | Line 191: | ||
Mod Tool VBS code (rotations only): | Mod Tool VBS code (rotations only): | ||
* [[Mod_Tool/Scripting#Euler_rotation_-.3E_matrix|Euler rotation to matrix]] | * [[Mod_Tool/Scripting#Euler_rotation_-.3E_matrix|Euler rotation to matrix]] | ||
* [[Mod_Tool/Scripting# | * [[Mod_Tool/Scripting#Matrix_-.3E_Euler_rotation|matrix to Euler rotation]] | ||
==Wish list== | ==Wish list== |