摘要:
When I clean the materials in my computer, I found some tutorial translations about Irrlicht-1.7.1 that is a very famous and cross platform 3D engine. Those things remember me that days when I was the... 阅读全文
摘要:
I search the Android NDK document and Internet a bit, and could not find anything useful to help me play sound with C++ under the Android NDK. Most of topics are about how to play sound with Java, so ... 阅读全文
摘要:
Here are some works great render optimization ideas: 1) Cull the back surface; 2) Use view frustum culling; 3) Less draw call number; 4) Batch those meshes that with the same materials; 5) Use si... 阅读全文
摘要:
In the last several weeks, I dedicated myself to one “EasyGame”series C++ coding during my spare time. The first version source origin from <<学OpenGL编3D游戏>>. The source structure and coding style are ... 阅读全文
摘要:
Code::Block is a C/C++ IDE that could run on different OS, Windows, Linux and Mac OS. Comparing to the VS under the windows, it is less powerful. But it will help you a lots, and improve the your work... 阅读全文