Next | Prev | Up | Top | Contents | Index

Testing for Fill Limitation

To check for a fill limitation, reduce the number of pixels that are filled. The easiest way to do that is to shrink the window. If you try that, you see that the frame rate doesn't change for a smaller window, so the program must now be geometry-limited. As a result, it's necessary to find ways to make the processing for each polygon less expensive, or to render fewer polygons.


Next | Prev | Up | Top | Contents | Index