--- Irrlicht.old/CSkyBoxSceneNode.cpp 26 Sep 2004 13:43:52 -0000 1.1 +++ Irrlicht/CSkyBoxSceneNode.cpp 4 Dec 2004 12:13:15 -0000 1.6 @@ -148,7 +148,8 @@ if (!camera || !driver) return; - core::matrix4 mat; + // this line. previous was simply core::matrix4 mat; patch by Rush + core::matrix4 mat = AbsoluteTransformation; mat.setTranslation(camera->getAbsolutePosition()); driver->setTransform(video::ETS_WORLD, mat);