Format Support -- Aspose.3D FOSS for Java

Aspose.3D FOSS for Java provides classes for working with format support.


Overview

FormatExtensionReadWriteOptions classNotes
A3dw.a3dwNoYesA3dwSaveOptions
Amf.amfNoYesAmfSaveOptions

Note: The Pose class API has been modified in this release. | 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 | .pdf | Yes | Yes | PdfLoadOptions, PdfSaveOptions | — |

Note: The Pose API has been modified; refer to the updated API documentation for details. The Pose API has been modified (API MODIFIED). The supported file formats are unchanged:

FormatExtensionLoadSaveLoad/Save OptionsNotes
PLY.plyYesYesPlyLoadOptions, PlySaveOptions
RVM.rvmYesYesRvmLoadOptions, RvmSaveOptions
STL.stlYesYesStlLoadOptions, StlSaveOptions
U3D.u3dYesYesU3dLoadOptions, U3dSaveOptions
USD.usdNoYesUsdSaveOptions

Getting Started

Install Aspose.3D FOSS for Java:

Maven <dependency> org.aspose:aspose-3d-foss:26.5.0

Tips 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.

See Also

 English