Qt 3D Extras C++ 類

Qt 3D Extras 模塊提供一套預構建元素,以幫助您入門 Qt 3D。 更多...

此模塊在開發且可能改變。

名稱空間

Qt3DExtras

包含來自 Qt3DExtras 模塊的類

Qt3DExtras::QAbstractCameraController

Basic functionality for camera controllers

Qt3DExtras::QConeGeometry

允許創建 3D 空間錐體

Qt3DExtras::QConeMesh

錐形網格

Qt3DExtras::QCuboidGeometry

Allows creation of a cuboid in 3D space

Qt3DExtras::QCuboidMesh

長方體網格

Qt3DExtras::QCylinderGeometry

Allows creation of a cylinder in 3D space

Qt3DExtras::QCylinderMesh

圓柱體網格

Qt3DExtras::QDiffuseSpecularMaterial

Default implementation of the phong lighting effect

Qt3DExtras::QExtrudedTextGeometry

Allows creation of a 3D extruded text in 3D space

Qt3DExtras::QExtrudedTextMesh

A 3D extruded Text mesh

Qt3DExtras::QFirstPersonCameraController

Allows controlling the scene camera from the first person perspective

Qt3DExtras::QForwardRenderer

Default FrameGraph implementation of a forward renderer

Qt3DExtras::QGoochMaterial

Material that implements the Gooch shading model, popular in CAD and CAM applications

Qt3DExtras::QMetalRoughMaterial

Default implementation of PBR lighting

Qt3DExtras::QMorphPhongMaterial

Default implementation of the phong lighting effect

Qt3DExtras::QOrbitCameraController

Allows controlling the scene camera along orbital path

Qt3DExtras::QPerVertexColorMaterial

Default implementation for rendering the color properties set for each vertex

Qt3DExtras::QPlaneGeometry

Allows creation of a plane in 3D space

Qt3DExtras::QPlaneMesh

A square planar mesh

Qt3DExtras::QSkyboxEntity

Qt3DExtras::QSkyboxEntity is a convenience Qt3DCore::QEntity subclass that can be used to insert a skybox in a 3D scene

Qt3DExtras::QSphereGeometry

Allows creation of a sphere in 3D space

Qt3DExtras::QSphereMesh

A spherical mesh

Qt3DExtras::QText2DEntity

Allows creation of a 2D text in 3D space

Qt3DExtras::QTextureMaterial

Default implementation of a simple unlit texture material

Qt3DExtras::QTorusGeometry

Allows creation of a torus in 3D space

Qt3DExtras::QTorusMesh

環形網格

詳細描述

This module is still in development but is available as a technology preview. This means it is unstable, likely to change and provided as a convenience only.

#include <Qt3DExtras>
					

To link against the corresponding C++ library, add the following to your qmake project file:

QT += 3dextras
					

類、類型和函數的聲明在 Qt3DExtras 名稱空間。

概述

材質

Qt3DExtras::QDiffuseSpecularMaterial

Default implementation of the phong lighting effect

Qt3DExtras::QGoochMaterial

Material that implements the Gooch shading model, popular in CAD and CAM applications

Qt3DExtras::QMetalRoughMaterial

Default implementation of PBR lighting

Qt3DExtras::QMorphPhongMaterial

Default implementation of the phong lighting effect

Qt3DExtras::QPerVertexColorMaterial

Default implementation for rendering the color properties set for each vertex

Qt3DExtras::QTextureMaterial

Default implementation of a simple unlit texture material

Meshes and Geometries

Qt3DExtras::QConeGeometry

允許創建 3D 空間錐體

Qt3DExtras::QConeMesh

錐形網格

Qt3DExtras::QCuboidGeometry

Allows creation of a cuboid in 3D space

Qt3DExtras::QCuboidMesh

長方體網格

Qt3DExtras::QCylinderGeometry

Allows creation of a cylinder in 3D space

Qt3DExtras::QCylinderMesh

圓柱體網格

Qt3DExtras::QPlaneGeometry

Allows creation of a plane in 3D space

Qt3DExtras::QPlaneMesh

A square planar mesh

Qt3DExtras::QSphereGeometry

Allows creation of a sphere in 3D space

Qt3DExtras::QSphereMesh

A spherical mesh

Qt3DExtras::QTorusGeometry

Allows creation of a torus in 3D space

Qt3DExtras::QTorusMesh

環形網格

Camera Controllers

Qt3DExtras::QFirstPersonCameraController

Allows controlling the scene camera from the first person perspective

Qt3DExtras::QOrbitCameraController

Allows controlling the scene camera along orbital path

Entities

FrameGraphs

Window

  • Qt3DExtras::Qt3DWindow

注意: The Quick3DExtras module also specifies a Qt3DExtras::Quick::Qt3DQuickWindow.

參考