createPlaneMesh function

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.
Post Reply
manik_sheeri
Posts: 53
Joined: Tue May 19, 2009 12:18 am

createPlaneMesh function

Post by manik_sheeri »

Hi,

I have a code snippet , which is about a year and half old and there is a call to function "createPlaneMesh()" through the pointer to GeometryCreator.
But I am unable to lookup this function in the code repository.

Could anyone help me , what would be correct replacement for this call?

my call to function is something like " SceneManager->getGeometryCreator()->createPlaneMesh( core::dimension2df(50,50), core::dimension2du(1,1), &Material, core::dimension2df(1,1) ); "

Thanks.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: createPlaneMesh function

Post by CuteAlien »

There's a createPlaneMesh, just check documenation: http://irrlicht.sourceforge.net/docu/cl ... eator.html
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