Ah, great. That did it. Thanks for the helpLonesome Ducky wrote:Before rendering:That makes the object be culled by the camera's view and its bounding box. I'm not sure if Irrlicht automatically culls custom scene nodes, but this definitely works.Code: Select all
this->setAutomaticCulling(irr::scene::EAC_FRUSTUM_BOX)
![Smile :)](./images/smilies/icon_smile.gif)