addMatrix4 method

void addMatrix4(
  1. Matrix4 matrix
)

Add a Matrix4 to the buffer.

Implementation

void addMatrix4(Matrix4 matrix) => _storage.addAll(matrix.storage);