Besonderhede van voorbeeld: 7385459003469096332

Metadata

Data

English[en]
The window was initialized in double buffer mode, therefore all the rendering directives are applied to the hidden buffer; the user cannot see the image being draw in this case. After the whole image (frame) has been finished then it is made visible by switching hidden and visible buffers with glutSwapBuffers() .
Korean[ko]
이 예제에서 이중버퍼모드로 윈도우가 초기화되었기 때문에 히든버퍼로 랜더링의 방향을 지정할 수 있다. ;이 경우 그려지는 동안 사용자는 그려지는 장면을 볼 수 없다. 그러나 그림(한 프레임)이 완전히 그려지면 glutSwapBuffers() 함수로 인하여 히든버퍼가 바로 보여지게 된다.

History

Your action: