(public geometry: THREE.BufferGeometry)
| 21 | } |
| 22 | |
| 23 | constructor(public geometry: THREE.BufferGeometry) {} |
| 24 | |
| 25 | addAttribute(attribute: THREE.BufferAttribute) { |
| 26 | this.geometry.setAttribute(attribute.name, attribute); |
nothing calls this directly
no outgoing calls
no test coverage detected