error C2440: '=' : cannot convert from 'class irr::scene::ISceneNode *' to 'class irr::scene::IAnimatedMeshSceneNode *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
i got no idea what this means
but its on this part of the code -> node1 = smgr->addOctTreeSceneNode(mesh1->getMesh(0));