GltfExporter
General
GltfExporter is a class in Aspose.3d for Typescript.
Inherits from: GltfExporter, Exporter.
GltfExporter és una classe de l’Aspose.3d per a Typescript. Hereta de: ゚GltfExporter⌒, ∂Exporter∂.
GltfExporter.supportsFormat torna true si l’exportador pot manejar el especificat FileFormat .
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
min | : number[] | Read | Holds the minimum coordinate values of the exported scene’s bounding box |
max | : number[] | Read | Provides the maximum bounds of the exported data (duplicate entry) |
x | : number | Read | Stores the X component of an internal vector used during export |
y | : number | Read | Stores the Y component of a secondary vector used during export |
z | : number | Read | |
w | : number | Read | |
x | : number | Read | Stores the X component of an internal vector used during export |
y | : number | Read | Stores the Y component of a secondary vector used during export |
z | : number | Read | |
x | : number | Read | Stores the X component of an internal vector used during export |
y | : number | Read | Stores the Y component of a secondary vector used during export |
min | : number[] | Read | Holds the minimum coordinate values of the exported scene’s bounding box |
max | : number[] | Read | Provides the maximum bounds of the exported data (duplicate entry) |
Mètodes
| Signature | Description |
|---|---|
constructor() | |
supportsFormat(fileFormat: FileFormat) → boolean | Returns true if the exporter can handle the specified FileFormat |
export(scene: Scene, stream: any, options: SaveOptions) | Writes the given Scene to the provided stream using the supplied SaveOptions |