Jens

Results 7 comments of Jens

> I confirm that I only tested on meshes, not groups. Considering that [the selection is added to a layer](https://vanruesc.github.io/postprocessing/public/docs/file/src/effects/OutlineEffect.js.html#lineNumber593) and that [groups cannot be added to layers](https://discourse.threejs.org/t/group-and-layers/4014), I'm not...

> @ManishJu Awesome Thank you. 🙇 I haven't fully started to implement the algorithm but generating uv coordinates through matlab implementation and plugging in the coordinates. I was able to...

Would love this! (babylonJS as well, I guess?)

Aye, interaction with either 'Window-Titler' or 'Crappy Firetitle' (sic!) extensions is spotty at best, unfortunately - nobody being at fault here, of course. It seems to me Sidbery and the...

That worked a charm in the interim! Thanks a lot for the help and for the extension as such - apart from this stumble I am beginning to see the...

I've fixed the very blurry rendering by applying this to the HTML's wrapperClass: ``` .html-component-blurriness-hack { zoom: 2; scale: 0.5; transform-origin: top left; } ``` EDIT: **zoom** is only safely...