3D QT Engine

Switcher’s updated design part III

ago

Switcher’s development is still in progress. Visually there has not changed much yet, but internally much code has been updated. This project is now also on GitHub: QtEngine_v0_1_empty Here i am starting the engine on the actual target device for the first time. Had a small problem at the beginning Read more…

3D QT Engine

Performance improved II

ago

Instead of vertex arrays using vertex buffer objects (VBOs) gained a lot of performance. On my Notebook i got more than twice of the speed. On my nokia N8 it also boosted the speed a lot. Notebook performance (triangles/s): ~34560720 without VBOs ~115200720 with VBOs Running on Intel Core i7 Read more…

3D QT Engine

Engine news

ago

I don’t have much time during the next 8 – 9 days but i am working on an improved rendering algorithm. This could speed up the render performance by ~20%. The shader class is also under a lil improvement process. In addition to this, a lighting system is planned. So Read more…