#the thingy thingy rtotat

1 messages · Page 1 of 1 (latest)

leaden nebula
#

I'm trying to rotate a text display 90 degrees (for north/south/east/west). I've been messing with the rotation transformation, and everything I try does not work as I'm expecting (it changes the size?). any help would be appreciated

fathom vortex
#

didnt play around with any transformation myself, I just know that this thing exists ^^

leaden nebula
#

I tried to use that, it didn't really help me much

fathom vortex
#
N -> {translation:[0f,0f,0f],left_rotation:[0f,0f,0f,1f],scale:[1f,1f,1f],right_rotation:[0f,0f,0f,1f]}
E -> {translation:[0f,0f,0f],left_rotation:[0f,0f,0f,1f],scale:[1f,1f,1f],right_rotation:[0f,0.707f,0f,0.707f]}
S -> {translation:[0f,0f,0f],left_rotation:[0f,0f,0f,1f],scale:[1f,1f,1f],right_rotation:[0f,0.707f,0f,0.707f]}
W -> {translation:[0f,0f,0f],left_rotation:[0f,-0.707f,0f,0.707f],scale:[1f,1f,1f],right_rotation:[0f,0f,0f,1f]}
#

using that tool

#

try that out, the translation may be off

leaden nebula
#

one sec