CITM-UPC / Badass-Engine

Apache License 2.0
0 stars 1 forks source link

Problems with the orbit rotation #4

Open DavidLastra8 opened 3 weeks ago

DavidLastra8 commented 3 weeks ago

Hello teacher! I have a problem with the orbit rotation of our engine, I tried to make it, but when i compile the engine, when I press Alt and the left button of the mouse, the camera doesn't rotate, I belive that the problem is in those two fragments of code, can you take a look and see if you can find the error?

Thanks,

David :D

https://github.com/CITM-UPC/Badass-Engine/blob/33d8bbc4255dfe024638015b56adfccba925f6e6/Maker/Editor/main.cpp#L234-L255

https://github.com/CITM-UPC/Badass-Engine/blob/33d8bbc4255dfe024638015b56adfccba925f6e6/Maker/Editor/main.cpp#L283-L292

pepcots commented 3 weeks ago

Hello @DavidLastra8 ! You have to tag me if you want me to react quickly ;) Is it working now?

DavidLastra8 commented 3 weeks ago

Yes, I managed to make it work after a while