Pixelating for old school effect

I noticed that if i down res the rendering resolution I get a blurred effect in the editor.

chrome_2018-11-30_17-23-03

I’m looking for a pretty good pixelation that I would expect from like an old SNES game or something along those lines. (Starfox , FZero etc)

I found someone made a shader along these lines >> But was curious if there was a much simpler way as well as a way to use the code found here for the new editor. Thanks

https://playcanvas.com/editor/scene/446176

Using a shader makes sense as it gives ‘clean’ pixels compared to the browser scaling up the canvas and therefore creates blurry edges.

The shader in the project you found is already using the current editor.

Really? wasn’t working for me when I messed with it. I guess i didn’t implement it properly. I’ll look into it