Macro let_engine::model

source ·
macro_rules! model {
    ($data:expr) => { ... };
}
Expand description

Loads a model to the engine using the vertex and index data of the inserted Data and returns a Model.