Fyrestar / THREE.InfiniteGridHelper

Infinite anti-aliased grid.
MIT License
150 stars 25 forks source link

How can I add glow to grid lines ? #7

Closed Uttam-EWW closed 2 years ago

Uttam-EWW commented 2 years ago

So I wants add glow to the grid lines. something like below.

image

tresabhi commented 2 years ago

Try bloom post processing.

Uttam-EWW commented 2 years ago

Thank you for your response, could you please share me some links where I can get some reference for the same.

tresabhi commented 2 years ago

https://discourse.threejs.org/t/solved-effectcomposer-layers/3158/4

Uttam-EWW commented 2 years ago

Thank you so much for your such quick response.