I have a door made as transformed cube with OpenGL and C++ Codeblocks. I want that door to has a square hole, something like a window. I create cube with glutSolidCube().
There is what i want to achieve:
----------
| |
| hole |
| ---- |
Door-> | | | |
| | | |
| ---- |
| |
----------