| 133 | `; |
| 134 | |
| 135 | class RetroEffectImpl extends Effect { |
| 136 | public uniforms: Map<string, THREE.Uniform<any>>; |
| 137 | constructor() { |
| 138 | const uniforms = new Map<string, THREE.Uniform<any>>([ |
nothing calls this directly
no outgoing calls
no test coverage detected