FAQ — Aspose.3D FOSS for Java
Licensing
What license does aspose-3d-foss use?
Check the repository for exact license terms. No license key is required.
Installation
How do I install aspose-3d-foss?
Add the Maven dependency:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-3d-foss</artifactId>
<version>26.1.0</version>
</dependency>What Java version is required?
JDK 21 or later.
Format Support
Which 3D file formats are supported?
| Format | Import | Export |
|---|---|---|
| OBJ | Yes | Yes |
| STL | Yes | Yes |
| glTF 2.0 / GLB | Yes | Yes |
| FBX | Yes | No |
Known Limitations
Is rendering available?
No. The scene.render() methods throw UnsupportedOperationException in the current version.