rotateUp method

dynamic rotateUp(
  1. dynamic angle
)

Implementation

rotateUp(angle) {
  sphericalDelta.phi -= angle;
}