FbxImporter
Overview
FbxImporter is a class in Aspose.3D FOSS for Java.
Inherits from: IImporter.
FbxImporter.canImport returns true if the specified FileFormat is supported for import.
Methods
| Signature | Description |
|---|---|
canImport(format: FileFormat) → boolean | Returns true if the specified FileFormat is supported for import |
load(stream: Stream, options: LoadOptions) → Scene | Reads a 3D scene from the given Stream using the provided LoadOptions |