Hi, yet another question of this kind. I'm wondering if there's a way to create replication of the image with three. So basic assumption is that 3D text should be used for dynamic input. I've started a bit with that but I'm still deep in the forest. I've been thinking that first glass effect is needed, then put noise grain on top of that, maybe blur to achieve far edges of digits (back of digit). But I'm not certain how to achieve front part of digits. So for 6 it looks kinda black/dark but on the other hand for 0 is not repeated. Also darker back of 6 can be seen. In general they look same but different in details. For now I've used the idea of frosted glass from previous question of such type. Looking forward for hints, thanks in advance.
#Can this be achieved?
8 messages · Page 1 of 1 (latest)
The dark / light differences between the digits seem to be caused just by bloom applied to the scene
Since the zero digit is smaller - the bloom leaks over it more and makes it look brighter
In general that’s 2D from photoshop
graphics is graphics
if photoshop can make it with pixels on the screen - so can three (not always in real-time tho) 
most of this should be covered by https://github.com/pmndrs/postprocessing
Okay, will be digging then. Thank you