QChannelMapper Class▲
- 
					Header: QChannelMapper 
- 
					CMake: find_package(Qt6 REQUIRED COMPONENTS 3danimation) target_link_libraries(mytarget PRIVATE Qt6::3danimation) 
- 
					qmake: QT += 3danimation 
- 
					Inherits: Qt3DCore::QNode 
Allows to map the channels within the clip onto properties of objects in the application.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
Header: QChannelMapper
CMake:
find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
qmake: QT += 3danimation
Inherits: Qt3DCore::QNode