8,323
edits
Paradox-01 (talk | contribs) (simplified two descriptions and added "check selection mode") |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 605: | Line 605: | ||
'qW = ... * -1 | 'qW = ... * -1 | ||
'set qRotation = XSIMath.CreateQuaternion (qW, qX, qY, qZ) | 'set qRotation = XSIMath.CreateQuaternion (qW, qX, qY, qZ) | ||
==Softimage-specific stuff== | ==Softimage-specific stuff== | ||
Line 623: | Line 624: | ||
Case "Polygon" | Case "Polygon" | ||
logmessage "polygon mode" | logmessage "polygon mode" | ||
Case Else | |||
logmessage "unknown mode" | logmessage "unknown mode" | ||
exit sub | exit sub |
edits