DrawModel method
Draw a model (with texture if set)
Implementation
void DrawModel(
ModelD model,
Vector3D position,
num scale,
ColorD tint
) => run(
() => _debugLabels.DrawModel(model, position, scale, tint),
() => _flat.DrawModel(
model,
position,
scale.toDouble(),
tint,
),
);