scaling mesh

jarwulf

09-07-2010 05:50:41

mbody->mNode->scale(1,2,1);

I'm trying to scale an object but this code won't work because mNode is protected. Any better way besides going into the Nxogre files and modifying them?

betajaen

09-07-2010 10:29:05

mBody->getSceneNode()->scale(1,2,1);