![JAR search and dependency download from the Maven repository](/logo.png)
jambi-qt3drender.6.8.0.source-code.module-info Maven / Gradle / Ivy
/**
* Contains classes that enable 2D and 3D rendering
*/
module qtjambi.qt3drender {
requires java.base;
requires transitive qtjambi;
requires qtjambi.qt3dcore;
requires qtjambi.opengl;
exports io.qt.qt3d.render;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy