I'm working on project for university and I have decided to use Irrlicht for the graphics. I've set up a basic scene easily enough, but I tried to add a big plane model to my scene to act as a floor and for some reason it was invisible.
I did some trial and error, reduced the size a bit and figured out that the plane is being culled. Unless every vertex is visible on the screen, the entire plane is culled. I've looked around to try to figure out a solution to this but haven't found anything that worked. I've even turned off culling for the object entirely with node->setAutomaticCulling(EAC_OFF); but it hasn't made a difference.
Below is a gif showing the plane being culled. Any help would be appreciated.

