jambi-qt3danimation.5.15.18.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-qt3danimation Show documentation
Show all versions of qtjambi-qt3danimation Show documentation
The Qt 3D Animation modules provides a set of prebuilt elements to help you get started with Qt 3D.
/**
* The Qt 3D Animation modules provides a set of prebuilt elements to help you get started with Qt 3D.
*/
module qtjambi.qt3danimation {
requires java.base;
requires transitive qtjambi;
requires qtjambi.qt3dcore;
requires qtjambi.qt3drender;
exports io.qt.qt3d.animation;
}