()
| 17 | } |
| 18 | |
| 19 | get attributes() { |
| 20 | return Object.values(this.geometry.attributes) as THREE.BufferAttribute[]; |
| 21 | } |
| 22 | |
| 23 | constructor(public geometry: THREE.BufferGeometry) {} |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected