- Game Programming using Qt 5 Beginner's Guide
- Pavel Strakhov Witold Wysota Lorenz Haas
- 53字
- 2021-08-27 18:31:06
Have a go hero – Rendering only specific parts of a scene
This example draws the whole scene. Of course, you can also render only specific parts of the scene using the other arguments of render(). We will not go into this here, but you may want to try it as an exercise.