pub fn set_model_matrix(matrix: &Matrix4x4)
Expand description

Sets the model matrix for the current frame.

Arguments

  • matrix - A reference to a Matrix4x4 representing the model matrix.