PDA

View Full Version : Example of textured cube (Qt, OpenGL ES, Blender, Assimp, diffuse lighting)



8Observer8
25th January 2015, 15:40
Hello

It my usefull example for you :)

I created the textured cube by Qt, OpenGL ES, Blender, Assimp with diffuse lighting

You can rotate it by mouse and scale it by wheel

Source: https://github.com/8Observer8/TexturedCubeWithLightingFromBlender

Application for Win7 (https://yadi.sk/d/dD84FsxPdPbBf)

Materials:
- Assimp (http://www.youtube.com/watch?v=ClqnhYAYtcY)
- Blender (http://www.youtube.com/watch?v=vpyjqaiE0HI)
- C:\Qt\Qt5.4.0\Examples\Qt-5.4\opengl\qopenglwidget
- C:\Qt\Qt5.4.0\Examples\Qt-5.4\opengl\hellogl2

How to improve the code?