Function rust_raylib::ffi::DrawModelEx

source ·
pub unsafe extern "C" fn DrawModelEx(
    model: Model,
    position: Vector3,
    rotationAxis: Vector3,
    rotationAngle: c_float,
    scale: Vector3,
    tint: Color
)
Expand description

Draw a model with extended parameters