()
| 85 | scene.appendChild(torusEl); |
| 86 | registerComponent('test', { |
| 87 | init () { |
| 88 | this.el.setAttribute('segments-tubular', '100'); |
| 89 | this.el.setAttribute('radius', '2'); |
| 90 | this.el.setAttribute('radius-tubular', '0.1'); |
| 91 | } |
| 92 | }); |
| 93 | setTimeout(function () { |
| 94 | geometry = torusEl.getAttribute('geometry'); |
nothing calls this directly
no test coverage detected