GltfImporter

GltfImporter

Overview

GltfImporter is a class in Aspose.3D FOSS for Java. Inherits from: IImporter.

GltfImporter.canImport checks if the specified FileFormat is supported for import.

Methods

SignatureDescription
canImport(format: FileFormat)booleanChecks if the specified FileFormat is supported for import
load(stream: Stream, options: LoadOptions)Scene

See Also