Struct dot_vox::DotVoxData[][src]

pub struct DotVoxData {
    pub version: u32,
    pub models: Vec<Model>,
    pub palette: Vec<u32>,
    pub materials: Vec<Material>,
}

Container for .vox file data

Fields

The version number of the .vox file.

A Vec of all the models contained within this file.

A Vec containing the colour palette as 32-bit integers

A Vec containing all the Materials set

Trait Implementations

impl Debug for DotVoxData
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DotVoxData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for DotVoxData

impl Sync for DotVoxData