-
Senior Member
Re: Animation: How do you rotate one object around another w
it trials behind 1 tick because technicly you take its current position and use that to send it next tick the the global ope
their are a few ways around this lag
1 way dasraiser uses is use some complex vector math to determine the distance the objects would lag behind and add that to the distance
another way is to make a dummy skeleton and ope everything to it so everything lags behind 1tick
you could offset the lagdistance by moving the dummy object a bit if its constant
and many more ways
ask more info on these methods if needed besides first one needs dasraisers help
-
Re: Animation: How do you rotate one object around another w
Makes sense, but it may be tricky to code. Thanks.