How to pick blocks in minecraft?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
804
Posts: 73
Joined: Thu Nov 10, 2011 7:07 pm

Re: How to pick blocks in minecraft?

Post by 804 »

OK, problem solved :D
///////////////////////////////////////////
My Forum: http://game-home.1x.de/
My Homepage: http://mediadesign.about.lc/
///////////////////////////////////////////
Virror
Posts: 191
Joined: Mon May 02, 2011 3:15 pm

Re: How to pick blocks in minecraft?

Post by Virror »

Nice!
Btw, using irrSurfaceExtractor is not a good idea when doing a minecraft type of game since it will make a more smooth terrain.
Use the "CubicSurfaceExtractorWithNormals" intead.
Post Reply