decode method
decode
Decode texture data from stream
Returns
def decode(self, stream, reverse_y):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | |
| reverse_y | bool |
See Also
- module
aspose.threed.render - class
TextureCodec
Decode texture data from stream
def decode(self, stream, reverse_y):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | |
| reverse_y | bool |
aspose.threed.renderTextureCodec