GltfSaveOptions
General
GltfSaveOptions is a class in Aspose.3d for Typescript.
Inherits from: GltfSaveOptions, SaveOptions.
GltfSaveOptions és una classe de l’objectiu.3d per a Typescript. Hereta de: ゚GltfSaveOptions⌒, ヽ SaveOptions` .
El constructor GltfSaveOptions accepta un argument de format del fitxer i les seves propietats binaries Mode i flipTexCoordV controlen la sortida glTF binària i el gir V de textura-coordenada.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
binaryMode | boolean | Read | Indicates whether the GLTF output should be written in binary (.glb) form |
flipTexCoordV | boolean | Read | Determines if texture V coordinates are flipped during export |
Mètodes
| Signature | Description |
|---|---|
constructor(fileFormat: FileFormat) | Creates a new instance with the specified file format |