Code: Select all
// Bounding box changed in Irrlicht 1.5.1
core::aabbox3df modelBoundingBox = model->getMesh()->getBoundingBox();
// core::aabbox3df modelBoundingBox = model->getBoundingBox();
Code: Select all
// Bounding box changed in Irrlicht 1.5.1
core::aabbox3df modelBoundingBox = model->getMesh()->getBoundingBox();
// core::aabbox3df modelBoundingBox = model->getBoundingBox();
Code: Select all
model->setRotation(model->getRotation()+core::vector3df(0,interpThisTickRotation,0));