Interface ITextureEncoder
ITextureEncoder interface
External texture encoder should implement this interface for encoding.
public interface ITextureEncoder
Properties
Name | Description |
---|---|
FileExtension { get; } | File extension name(without dot) of the this encoder |
Methods
Name | Description |
---|---|
Encode(TextureData, Stream) | Encode texture data into stream |
See Also
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D