ITextureEncoder
Overview
ITextureEncoder is a interface in Aspose.3D FOSS for .NET.
External texture encoder should implement this interface for encoding.
This interface provides 1 method for working with ITextureEncoder objects in .NET programs.
Available methods include: Encode.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: FileExtension.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FileExtension | string | Read | File extension name(without dot) of the this encoder |
Methods
| Signature | Description |
|---|---|
Encode(texture: TextureData, stream: Stream) | Encode texture data into stream |