I can't undersdand the method getMeshCache?

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
greetzyl
Posts: 7
Joined: Tue Mar 13, 2007 2:53 am

I can't undersdand the method getMeshCache?

Post by greetzyl »

when i learn the engine's sdk ,i find the method getMeshCache from the scene::scenemanager,but what the mechanismof it,and what can i do with using it?
I am a students of china !weicame to china!
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

You can do the same thing that you can do with any C++ class pointer. You can take that pointer and invoke member functions or methods on it. The methods that you can call on that particular interface are listed in the documentation here.

If you can't figure out from the documentation what it is for, chances are you don't need it. If you really care to know, and need someone to explain it to you, then you should read that documentation again...

Travis
Post Reply