The irrlicht tag has no wiki summary.
2
votes
3answers
891 views
Optimized rendering of a cube mesh world
I want to render a cube-mesh (a.k.a. Minecraft-style) world. If I render each existing cube it will eat up FPS pretty quickly. How can I optimize it? I understand that the point is to not render ...
1
vote
4answers
1k views
Make the game run 60 fps in Irrlicht Engine
I want my game run at 60 fps, but i don't know where to start, i have the simple loop:
while(device->run()){
How do i lock the fps to 60?