Discover Learn Reference Get OpenPLX Search Contact

Visuals/Textures

TextureData

TextureData:
  .doc: """
Defines the actual data that a texture uses. This includes the dimensions of the
texture as well as the format and the data. The data is represented as a base64
encoded string which should be decoded depending on the texture format provided.
"""
  height is Int
  width is Int
  format is Int
  data is String # Base64 encoded data

OpenPLX is a work in progress. This draft version will evolve with user feedback and experience. We welcome your input and collaboration.
X