Tristan Shelton
Results
2
comments of
Tristan Shelton
In case anyone else ends up here, this simple tweak to `webpack.config.js` solved the problem for me: ```js resolve: { alias: { pson: 'pson/dist/PSON.js', }, }, ```
I have this same issue as well. If I force the renderer to use OpenGL 2.1 the blur always works. If I set it to DX9 or OpenGL Core it...