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.
createPlaneMesh function
Re: createPlaneMesh function
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm