@override Future rotateIbl(Matrix3 rotationMatrix) async { var ibl = await scene.getIndirectLight(); if (ibl != null) { await ibl.rotate(rotationMatrix); } }