The node's rotation around the y axis in degrees.
double get rotationY => _rotationY;
set rotationY(double rotationY) { _rotationY = rotationY; invalidateTransformMatrix(); }