Struct dot_vox::Model [] [src]

pub struct Model {
    pub size: Size,
    pub voxels: Vec<Voxel>,
}

A renderable voxel Model

Fields

The size of the model in voxels

The voxels to be displayed.

Trait Implementations

impl Debug for Model
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Model
[src]

[src]

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

[src]

This method tests for !=.