learnopengl-qt3d icon indicating copy to clipboard operation
learnopengl-qt3d copied to clipboard

Some demo are crashed

Open TanNgocDo opened this issue 8 years ago • 1 comments

Hello, It's very nice to know your github project providing such great tutorial.

I encounter some problem when run some demo, such as; textures2. The program is crash with message:

qml: In total 39 samples. qml: [Resources] app:0:file:../ qml: [Resources] assets:0:file:../ qml: [Resources] isGL33Core: 0, isGLES30: 1, isGLES20: 0. qml: [Resources] app:1:qrc:/ qml: [Resources] isGL33Core: 0, isGLES30: 1, isGLES20: 0. No camera found and automatic aspect ratio requested No Input Settings found, keyboard and mouse events won't be handled The program has unexpectedly finished.

` Could you please check it?

TanNgocDo avatar Dec 14 '16 08:12 TanNgocDo

Texture resource is not found in your path. I have restored usage of qrc: https://github.com/MidoriYakumo/learnopengl-qt3d/commit/36845a0e9ab3fc7da8468b0e493722d29bb8671c#diff-c58f1fbdeacf66d3f140e4faa2621d45

Resource routing can be edited in: https://github.com/MidoriYakumo/learnopengl-qt3d/blob/master/qml/Components/Resources.qml

MidoriYakumo avatar Dec 16 '16 08:12 MidoriYakumo