汽车配置器

汽车模型范例演示使用 Qt Quick 3D cameras, extended scene environment and Qt Quick 3D.

运行范例

要运行范例从 Qt Creator ,打开 欢迎 模式,然后选择范例从 范例 。更多信息,拜访 构建和运行范例 .

概述

汽车配置器 shows a car in different scene environments and in different colors. It's implemented with QML and relies on a number of Qt modules, most prominently Qt Quick and Qt Quick 3D .

注意: This example does download some assets from an internet server at runtime. Therefore, you will need an internet connection when launching it for the first time.

You can interact with the car model in two modes:

  • 演示模式
  • 用户模式

演示模式

The camera perspective moves along different paths and shows different views of the car.

重置摄像机

The camera moves to its initial position.

场景环境

There are four scene environments available for this example:

  • Desert
  • Garage
  • Studio
  • Animated

汽车颜色

There are four colors available for the car:

  • White
  • Black
  • Yellow
  • Red

灯光

You can turn the lights of the car on and off.

范例工程 @ code.qt.io