[][src]Trait dragon::core::mesh::MeshProto

pub trait MeshProto {
    fn cook(&self) -> MeshRecipe;
}

Required methods

fn cook(&self) -> MeshRecipe

Loading content...

Implementors

impl MeshProto for BasicMesh[src]

impl MeshProto for SimpleMesh[src]

Loading content...