An image which may be mapped onto a 3D geometry.
type Texture implements Asset {# The date/time that the asset was created.created: DateTime downloadUrl: String filename: String format: String! id: ID model: Model quality: TextureQuality resolution: String status: AssetStatus textures: Int type: String url: String urlTemplate: String # If populated, the url is only valid until the time givenvalidUntil: DateTime }