Qt OpenGL 예제

이 예는 모듈을 사용하는 방법을 설명합니다. Qt OpenGL 모듈을 사용하는 방법을 설명합니다.

Qt는 OpenGL 구현과의 통합을 지원하므로 개발자는 하드웨어 가속 3D 그래픽을 기존의 사용자 인터페이스와 함께 표시할 수 있습니다.

이 예제들은 Qt 애플리케이션에서 OpenGL을 활용하는 데 사용되는 기본 기술을 보여줍니다.

2D Painting Example

2D 페인팅 예제는 지원되는 하드웨어에 가속화된 2D 그래픽을 표시하기 위해 QPainter와 QOpenGLWidget을 함께 사용하는 방법을 보여줍니다.

Cube OpenGL ES 2.0 example

사용자 입력으로 텍스처가 있는 3D 큐브를 수동으로 회전하는 방법을 보여줍니다.

Hello GL2 Example

Hello GL2 예제는 Qt와 함께 제공되는 OpenGL 관련 클래스의 기본적인 사용법을 보여줍니다.

Hello GLES3 Example

QOpenGLExtraFunctions를 통한 OpenGL ES 3.0 함수를 시연합니다.

OpenGL Window Example

이 예제는 OpenGL을 사용하기 위한 최소한의 QWindow 기반 응용 프로그램을 만드는 방법을 보여줍니다.

QOpenGLWidget Stereoscopic Rendering Example

이 예제에서는 스테레오스코픽 렌더링을 지원하는 최소한의 QOpenGLWidget 기반 애플리케이션을 만드는 방법을 보여줍니다.

Textures Example

Textures 예제는 그래픽을 표시하기 위해 OpenGL과 Qt를 모두 사용하는 응용 프로그램에서 Qt의 이미지 클래스를 텍스처로 사용하는 방법을 보여줍니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.