Luigi De Rosa

Results 10 comments of Luigi De Rosa

Thanks @MrUltimate but i have other stuff to take care at the moment :)

ehehe 😄

- [x] Gamma correction in postfx (renderer.gammaInput = true? gammaFactor 2.2)

- [ ] add `laurentlb/Shader_Minifier`?

Yeah, a solution could be: ```javascript import MagicShader from 'magicshader'; const material = new MagicShader(Material)({ fragmentShader:'...' }); ``` where `Material` can be anything that inherits from `THREE.Material`. But I guess...

@spleennooname Meanwhile, check also https://github.com/szymonkaliski/glsl-auto-ui

I solved the issue adding `readonly="true"` as attribute on the input field.

Hi @baptistebriel, Here is my actual code (sorry didn't had time to clean it up!) I remember I tried with `.on()` and `.off()` to temporary disable the scroll, but wasn't...

Same problem for me using fontforge as engine, while with node engine it works great