(props)
| 97598 | (0, _inheritsDefault.default)(OrthographicController1, _Controller); |
| 97599 | var _super = _createSuper(OrthographicController1); |
| 97600 | function OrthographicController1(props) { |
| 97601 | var _this; |
| 97602 | (0, _classCallCheckDefault.default)(this, OrthographicController1); |
| 97603 | _this = _super.call(this, (0, _orbitController.OrbitState), props); |
| 97604 | _this.invertPan = true; |
| 97605 | return _this; |
| 97606 | } |
| 97607 | (0, _createClassDefault.default)(OrthographicController1, [ |
| 97608 | { |
| 97609 | key: "_onPanRotate", |
nothing calls this directly
no outgoing calls
no test coverage detected