this-place / this.place

An isometric puzzle game that incorporates platforming and block building.
https://isteps.comp.nus.edu.sg/event/12th-steps/module/CS3247/project/4
MIT License
7 stars 6 forks source link

Blur objects that are near the screen #78

Closed jo-lyn closed 6 years ago

jo-lyn commented 6 years ago

Produces an effect like this:

image

nicholaschuayunzhi commented 6 years ago

This looks cool, especially with a perspective camera. Is it easy to implement?

jo-lyn commented 6 years ago

Yep, just have to adjust depth of field in post processing!

image

We could try this out after the levels are done, in case the blurring will be annoying to the player.

nicholaschuayunzhi commented 6 years ago

Hi @jo-lyn i realised that with the current settings, the focus is on the objects near the camera and on the player. Are you able to resolve?