(props: any)
| 606 | geometry: THREE.BufferGeometry | null = null; |
| 607 | plane: THREE.Mesh | null = null; |
| 608 | constructor(props: any) { |
| 609 | this.props = props || {}; |
| 610 | this.uniforms = this.props.material?.uniforms; |
| 611 | } |
| 612 | init(..._args: any[]) { |
| 613 | void _args; |
| 614 | this.scene = new THREE.Scene(); |
nothing calls this directly
no outgoing calls
no test coverage detected