Besonderhede van voorbeeld: 8274205190993361716

Metadata

Data

English[en]
The drawing OpenGL instructions in this case always render into the hidden buffer. The glutSwapBuffers call, exchanges the buffers, showing in the window at once what was drawn. This technique is common in computer animations because it prevents the human eye from seeing the frame being constructed line by line.
Korean[ko]
이 경우 OpenGL의 그리는 명령어들은 항상 숨겨진 버퍼에 랜더링을 수행한다. glutSwapBuffers 명령이 호출되면 완전히 다 그려진 숨겨져 있던 버퍼가 보여지게 되는 버퍼교환이 이루어진다. 이 기법은 애니메이션에서 사람들의 눈이 프레임단위로 그려지는 것을 눈치채지 못하도록 하기 때문에 컴퓨터애니메이션분야에서 일반적인 기법이다.

History

Your action: