| 135 | } |
| 136 | |
| 137 | class Media { |
| 138 | constructor({ gl, geometry, scene, screen, viewport, image, length, index, planeWidth, planeHeight, distortion }) { |
| 139 | this.extra = 0; |
| 140 | this.gl = gl; |
nothing calls this directly
no outgoing calls
no test coverage detected