18,700
edits
m (link fixes) |
m (link fixes) |
||
Line 156: | Line 156: | ||
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# | * [[Mod_Tool/Scripting#Euler_rotation_-.3E_quaternion|Euler rotation to quaternion]] | ||
* [[Mod_Tool/Scripting#quaternion_-. | * [[Mod_Tool/Scripting#quaternion_-.3E_Euler_rotation|quaternion to Euler rotation]] | ||
==Calculating a transform matrix== | ==Calculating a transform matrix== | ||
Line 190: | Line 190: | ||
Mod Tool VBS code (rotations only): | Mod Tool VBS code (rotations only): | ||
* [[Mod_Tool/Scripting# | * [[Mod_Tool/Scripting#Euler_rotation_-.3E_matrix|Euler rotation to matrix]] | ||
* [[Mod_Tool/Scripting#matrix_-. | * [[Mod_Tool/Scripting#matrix_-.3E_Euler_rotation|matrix to Euler rotation]] | ||
==Wish list== | ==Wish list== |