SuberFu

Results 3 comments of SuberFu

I would guess you subscribe to `editable:drawing:clicked` and `editable:drawing:click`. `clicked` happens after any internal actions. `click` before internal action and can be cancelled. For case 1, use the `clicked`. Check...

Hm, that's a good point. I'm not sure how to remove that. For better or worse, at least now you just need to pass in resolution.x (one float) instead of...

It's a bit late (or very late). But due to an oversight, I reimplemented a version of MeshLine with the idea of keeping as close to the THREE.js's pattern of...