Shane Mulcahy

Results 7 comments of Shane Mulcahy

Same issue here. Switched from a RTX 3090 to a RTX 5090 expecting to finally be able to run 7680x2160@240hz on my Samsung Neo G9 57" only to end up...

I'm currently running into the same issue as well.

I made a fork that makes the gizmo transform based on the entities global transform instead of its local transform: https://github.com/Shenmarukai/transform-gizmo-global-transform you can use it by replacing transform-gizmo-bevy = "0.3.0"...

> I made a fork that makes the gizmo transform based on the entities global transform instead of its local transform: https://github.com/Shenmarukai/transform-gizmo-global-transform you can use it by replacing transform-gizmo-bevy =...

Yeah, I got the control to work now but when the parent is rotated the control of the children starts to get wonky, I need to figure out why its...

Turns out its more difficult to fix than I thought but I'm going to keep trying.

My latest push seems to be working for rotation and translation. Scaling still needs a fix though.