hi , i am not an expert programmer and i have found this library helpfull, making a little application , i've got a question...
has the api any function to get the mesh from an iscene node ??
like this:
MyIMesh = MyISceneNode->getMesh(0);
i have looked arround without luck...
thanks!!
Well, it's not that simple, although it's rather simple (especially if you'd first read the tutorials). There is an IMeshSceneNode and an IAnimatedMeshSceneNode from which you can get the meshes. A general ISceneNode does not have a mesh, hence also no method to return it.