Notifications
Clear all

[Closed] Transform matrix trouble

Any way to change matrix position in loacal coords?

obj.transform = MY LACK OF KNOWLEDGE

need to do this but with matrix
in coordsys local move obj [0,0,-Offset]

help me please

4 Replies

This should work though not sure if itss the best way:

offsetTM = transmatrix [ 0 ,100 , 0 ] – offset 100 units in the Y axis

TheObjectToMove.transform = offsetTM * TheObjectToMove.transform – apply the offset

Cheers

Dan

works perfect 10X

interesting for me is how to do matrix transformation in other spaces
(view, camera, screen and etc.) cant see anything in the help about that

 PEN

If you want to learn how all of it works get Bobo’s The Matrix Explained DVD from cg-academy.net. Has to be the best resouce around.

I thought you hadn’t had the time to watch it Paul LOL, or are you going how it looks on your desk? (don’t judge a book by it’s cover…)

J.