mk_compute_model_viewfunction
void mk_compute_model_view(const mk_mat4 *model, const mk_mat4 *view, mk_mat4 *dest)Compute model-view matrix: result = view * model.
| Parameter | Type | Description |
|---|---|---|
model | const mk_mat4 * | Value for model. |
view | const mk_mat4 * | Value for view. |
dest | mk_mat4 * | Value for dest. |