Format Support -- Aspose.3D FOSS for Java
Aspose.3D FOSS for Java provides classes for working with format support.
Overview
| Format | Extension | Read | Write | Options class | Notes |
|---|---|---|---|---|---|
| A3dw | .a3dw | No | Yes | A3dwSaveOptions | — |
| Amf | .amf | No | Yes | AmfSaveOptions | — |
| Collada | .dae | No | Yes | ColladaSaveOptions | Import not supported in Java edition |
| Draco | .drc | No | Yes | DracoSaveOptions | — |
| FBX | .fbx | Yes | Yes | FbxLoadOptions, FbxSaveOptions | — |
| glTF | .gltf / .glb | Yes | Yes | GltfLoadOptions, GltfSaveOptions | Binary GLB also supported |
| HTML5 | .html | No | Yes | Html5SaveOptions | — |
| JT | .jt | Yes | No | JtLoadOptions | — |
| OBJ | .obj | Yes | Yes | ObjLoadOptions, ObjSaveOptions | — |
.pdf | Yes | Yes | PdfLoadOptions, PdfSaveOptions | — | |
| PLY | .ply | Yes | Yes | PlyLoadOptions, PlySaveOptions | — |
| RVM | .rvm | Yes | Yes | RvmLoadOptions, RvmSaveOptions | — |
| STL | .stl | Yes | Yes | StlLoadOptions, StlSaveOptions | — |
| U3D | .u3d | Yes | Yes | U3dLoadOptions, U3dSaveOptions | — |
| USD | .usd | No | Yes | UsdSaveOptions | — |
Getting Started
Install Aspose.3D FOSS for Java:
Maven <dependency> org.aspose:aspose-3d-fossTips and Best Practices
- Always dispose of document objects after use
- Handle file I/O exceptions when reading or writing files
- Check the API reference for the latest signatures
API Reference Summary
For full details, see the API Reference.