Struct gltf::Asset [] [src]

pub struct Asset {
    pub copyright: Option<String>,
    pub extensions: Option<Map<String, Value>>,
    pub extras: Option<Map<String, Value>>,
    pub generator: Option<String>,
    pub pre_multiplied_alpha: bool,
    pub profile: Option<AssetProfile>,
    pub version: String,
}

Fields

A copyright message suitable for display to credit the content creator

Optional data targeting official extensions

Optional application specific data

Tool that generated this glTF model

Specifies if shaders were generated with pre-multiplied alpha

Specifies the target rendering API and version

glTF version

Trait Implementations

impl Debug for Asset
[src]

Formats the value using the given formatter.

impl Default for Asset
[src]

Returns the "default value" for a type. Read more