ProwlEngine / Prowl

An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor
MIT License
447 stars 37 forks source link

Rotation gizmo inverted on OpenGL [Windows, BUG] #192

Closed PaperPrototype closed 2 days ago

PaperPrototype commented 2 days ago

Describe the bug The transform rotation gizmo does not rotate correctly. It's inverted in OpenGL. I've confirmed this is not the case with Vulkan.

To Reproduce Try toating something with OpenGL.

Expected behavior It should rotate with your mouse liek it does for vulkan.

michaelsakharov commented 2 days ago

I've only ever used OpenGL and never noticed any, Can you provide more information like some clips?

PaperPrototype commented 2 days ago

yeaup, i'll post a vid

PaperPrototype commented 2 days ago

oi what the heck, gizmo working again... this is strange...

PaperPrototype commented 2 days ago

welp, tried and failed to re-create this issue. The entire scene was very wrong wrong. And lighting wasn't being applied properly to objects (they were all very dark). I'll make sure to take a screenshot if it happens again (and see if I can re-create it)