How to procedurally combine mehses?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
tank202
Competition winner
Posts: 40
Joined: Mon Jan 21, 2013 8:34 pm
Location: Lithuania, Kaunas

How to procedurally combine mehses?

Post by tank202 »

I want to combine tens of thousands of quads procedurally in order to increase performance. How do I do that.

I have found some kind of Mesh Combiner and I can compile and run samples successfuly but when I try to implement it, it doesn't work for me.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: How to procedurally combine mehses?

Post by CuteAlien »

In IrrExt there are 2 different implementations for mesh-combiners (CBatchingMesh and CMeshCombiner), maybe one of them can help you: http://sourceforge.net/p/irrext/code/HE ... ene/IMesh/
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply