Qt 3D Extras 模块提供一套预构建元素,以帮助您入门 Qt 3D。 更多...
此模块在开发且可能改变。
包含来自 Qt3DExtras 模块的类 |
Basic functionality for camera controllers | |
允许创建 3D 空间锥体 | |
锥形网格 | |
锥形网格 | |
Allows creation of a cuboid in 3D space | |
长方体网格 | |
长方体网格 | |
Allows creation of a cylinder in 3D space | |
圆柱体网格 | |
圆柱体网格 | |
Default implementation of the phong lighting effect | |
Allows creation of a 3D extruded text in 3D space | |
A 3D extruded Text mesh | |
Allows controlling the scene camera from the first person perspective | |
Default FrameGraph implementation of a forward renderer | |
Material that implements the Gooch shading model, popular in CAD and CAM applications | |
Default implementation of PBR lighting | |
Default implementation of the phong lighting effect | |
Allows controlling the scene camera along orbital path | |
Default implementation for rendering the color properties set for each vertex | |
Allows creation of a plane in 3D space | |
A square planar mesh | |
A square planar mesh | |
Qt3DExtras::QSkyboxEntity is a convenience Qt3DCore::QEntity subclass that can be used to insert a skybox in a 3D scene | |
Allows creation of a sphere in 3D space | |
A spherical mesh | |
A spherical mesh | |
Allows creation of a 2D text in 3D space | |
Default implementation of a simple unlit texture material | |
Allows creation of a torus in 3D space | |
环形网格 | |
环形网格 |
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 名称空间。
Default implementation of the phong lighting effect | |
Material that implements the Gooch shading model, popular in CAD and CAM applications | |
Default implementation of PBR lighting | |
Default implementation of the phong lighting effect | |
Default implementation for rendering the color properties set for each vertex | |
Default implementation of a simple unlit texture material |
允许创建 3D 空间锥体 | |
锥形网格 | |
锥形网格 | |
Allows creation of a cuboid in 3D space | |
长方体网格 | |
长方体网格 | |
Allows creation of a cylinder in 3D space | |
圆柱体网格 | |
圆柱体网格 | |
Allows creation of a plane in 3D space | |
A square planar mesh | |
A square planar mesh | |
Allows creation of a sphere in 3D space | |
A spherical mesh | |
A spherical mesh | |
Allows creation of a torus in 3D space | |
环形网格 | |
环形网格 |
Allows controlling the scene camera from the first person perspective | |
Allows controlling the scene camera along orbital path |
注意: The Quick3DExtras module also specifies a Qt3DExtras::Quick::Qt3DQuickWindow.