Search found 3 matches

by howtoinstall
Sun Aug 25, 2019 8:11 pm
Forum: Advanced Help
Topic: Why do I get lower FPS with fewer meshes?
Replies: 4
Views: 4998

Re: Why do I get lower FPS with fewer meshes?

The full code is like 2 000+ lines of code, so I cannot. There are threads on minecraft but everything is very vague about how to do stuff, the answers AND questions are very diffuse and complex.
by howtoinstall
Sun Aug 25, 2019 8:15 am
Forum: Advanced Help
Topic: Why do I get lower FPS with fewer meshes?
Replies: 4
Views: 4998

Why do I get lower FPS with fewer meshes?

I am creating a voxel game (everything is a 10x10x10 cube) but realized quickly that there is no good way to apply a specific texture on ONE side of a cube mesh created by sceneManager->addCubeSceneNode(x); so what I did instead was create a cube out of 6 different plane meshes created by   irr::sce...
by howtoinstall
Tue Aug 20, 2019 4:12 pm
Forum: Beginners Help
Topic: How to install/link Irrlicht on Windows?
Replies: 1
Views: 1285

How to install/link Irrlicht on Windows?

I am trying to use Irrlicht on Windows 8.1 using either CLion or Code::Blocks but I cannot seem to link the library! There is no tutorial on it anywhere that works, the "wiki" section of the irrlicht official website is a dead link and I am just going around in circles. Can ANYBODY give me...