nem0 / LumixEngine

3D C++ Game Engine - yet another open source game engine
MIT License
3.48k stars 392 forks source link

Skeletal mesh not rendering properly on AMD gpu's #1501

Closed CitroenGames closed 2 weeks ago

CitroenGames commented 3 months ago

image this is from the demo scene image and this is from the fps demo scene.

as seen in the screenshots they dont seem to render properly.

GPU: AMD RX 6950 XT Driver: 24.5.1 OS: WIndows 10 22H2

CitroenGames commented 3 months ago

image static mesh rendering seems to work fine

nem0 commented 3 months ago

Hi, have you tried using DX instead of OpenGL?

CitroenGames commented 3 months ago

Oh hi!

Could you explain how i can switch from rendering api?

CitroenGames commented 3 months ago

i think you were referring to this https://github.com/nem0/lumixengine_dx but i have no idea how to install it :/

nem0 commented 3 months ago

Yes, that's it. Just run projects/main.bat -> plugins -> dx. It will download DX plugin and regenerate VS project.

CitroenGames commented 3 months ago

image yep it works fine on directx

nem0 commented 2 weeks ago

OpenGL renderer is getting removed.