자동차 구성기

자동차 모델 예시 Qt Quick 3D 카메라, 확장된 씬 환경 및 Qt Quick 3D 을 사용하는 예제입니다.

예제 실행하기

에서 예제를 실행하려면 Qt Creator에서 Welcome 모드를 열고 Examples 에서 예제를 선택합니다. 자세한 내용은 예제 빌드 및 실행을 참조하십시오.

개요

자동차 컨피규레이터는 다양한 씬 환경과 다양한 색상으로 자동차를 표시합니다. QML로 구현되어 있으며 여러 Qt 모듈을 사용하며, 가장 눈에 띄는 것은 Qt QuickQt Quick 3D.

참고: 이 예제는 런타임에 인터넷 서버에서 일부 에셋을 다운로드합니다. 따라서 처음 실행할 때는 인터넷 연결이 필요합니다.

두 가지 모드에서 자동차 모델과 상호작용할 수 있습니다:

  • 데모 모드
  • 사용자 모드

데모 모드

카메라 시점이 다른 경로를 따라 이동하며 자동차의 다양한 모습을 보여줍니다.

카메라 초기화

카메라가 초기 위치로 이동합니다.

씬 환경

이 예제에는 네 가지 씬 환경을 사용할 수 있습니다:

  • 사막
  • 차고
  • 스튜디오
  • 애니메이션

자동차 색상

자동차에는 네 가지 색상을 사용할 수 있습니다:

  • 흰색
  • 검정
  • 노란색
  • 빨간색

조명

자동차의 조명을 켜고 끌 수 있습니다.

예제 프로젝트 @ code.qt.io

© 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.