Return to previous page | Return to menu | Go to next page


Scope of influence by window

Only two functions “slWindow” can be used in one frame.
When the function “slPutPolygon”, “slPutSprite”, etc. is called, the first window is used at that point, and after that, “slWindow” can only be called once more.
(Calling the above function changes the default window settings)

Only one window setting works at a time. In addition, when the function “slWindow” is called, the prior polygons (sprites) and the subsequent ones are separated, and in this case, the subsequent ones always take precedence.

Figure 4-18 Scope of window settings

Note: SGL library functions that appeared in this chapter

In this chapter, the functions in the following table were explained.

Table 4-3 SGL library functions that appeared in this chapter


Return to previous page | Return to menu | Go to next page