init method

void init()

Implementation

void init() {
  // TODO
  rotation.onChange(onRotationChange);
  quaternion.onChange(onQuaternionChange);
}