|
 |
The OpenGL program cube.cpp is
supposed to render a centered, solid cube like the picture shown on the
left. However, when run, you see only black, empty space. You double check
the camera's position, the cube's position, and that the camera is looking
at the cube. All seems to be in order, but nothing is visible. Explain the
problem(s) and how to fix them. |
|