(event)
| 139 | } |
| 140 | |
| 141 | handleEvent(event) { |
| 142 | |
| 143 | switch(event.type) { |
| 144 | |
| 145 | case "pointerdown": |
| 146 | this.raycast(event); |
| 147 | this.handleSelection(); |
| 148 | break; |
| 149 | |
| 150 | } |
| 151 | |
| 152 | } |
| 153 | |
| 154 | load() { |
| 155 |
nothing calls this directly
no test coverage detected