Rotates the IBL & skybox.
@override Future<void> rotateIbl(Matrix3 rotation) async { await _shim .rotateIbl(rotation.storage.map((v) => v.toJS).toList().toJS) .toDart; }