Struct dot_vox::DotVoxData [] [src]

pub struct DotVoxData {
    pub version: u32,
    pub models: Vec<Model>,
    pub pallete: 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 pallete as 32-bit integers

A Vec containing all the Materials set

Trait Implementations

impl Debug for DotVoxData
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DotVoxData
[src]

[src]

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

[src]

This method tests for !=.