jambi-qt3dextras.6.5.1.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-qt3dextras Show documentation
Show all versions of qtjambi-qt3dextras Show documentation
The Qt 3D Extras module provides a set of prebuilt elements to help you get started with Qt 3D.
/**
* The Qt 3D Extras module provides a set of prebuilt elements to help you get started with Qt 3D.
*/
module qtjambi.qt3dextras {
requires java.base;
requires transitive qtjambi;
requires qtjambi.qt3dcore;
requires qtjambi.qt3drender;
requires qtjambi.qt3dinput;
exports io.qt.qt3d.extras;
}