Remove any ref to md2

This commit is contained in:
jordan4ibanez
2023-11-29 01:56:21 -05:00
parent 8af4128464
commit 4b30b4e7ef
4 changed files with 4 additions and 21 deletions

View File

@ -183,9 +183,9 @@
*
* device->setWindowCaption(L"Hello World!");
*
* // load and show quake2 .md2 model
* // load and show b3d model
* scene::ISceneNode* node = scenemgr->addAnimatedMeshSceneNode(
* scenemgr->getMesh("quake2model.md2"));
* scenemgr->getMesh("quake2model.b3d"));
*
* // if everything worked, add a texture and disable lighting
* if (node)