(event)
| 137 | } |
| 138 | |
| 139 | onEvent(event) { |
| 140 | this.cameraController.onEvent(event); |
| 141 | } |
| 142 | |
| 143 | updateViewProjMatrix() { |
| 144 | const viewProjMatrix = this.camera.buildViewProjMatrix(); |
nothing calls this directly
no outgoing calls
no test coverage detected