I've built a dynamic maze using
Code: Select all
_sceneManager->getGeometryCreator()->createCubeMesh(...)
To make the maze use as little vertices as possible (because it could be very big), I have long cubes for long corridor walls - which means that many horizontal and vertical walls intersect each other.
Will that be a problem with texturing, lighting, collisions, etc. afterwards?
Thanks.