How to Optimize the Graphics Pipeline

Channel:
Subscribers:
144,000
Published on ● Video Link: https://www.youtube.com/watch?v=eNHjHEFz-bE



Duration: 0:00
9,383 views
537


Instead of sending every object in the scene into the pipeline to be rendered, first check if that object (or rather some cube or sphere representing the model) lies within the view frustum, the area of the scene that represents what the camera is looking at. This way only objects that have the potential to appear on screen will be rendered, saving the amount of calculation must be done by the GPU each frame.