Painted light box sign effect

Bit of a n00b material/texture/lighting question here but I’m wondering how you might approach the creation of a light box sign object.

Basically, I’d like a “painted” plane which is opaque but allows light to shine through. I figure I can fake this with two textures but I was curious if there was a specific material setup which could be combined with a light to recreate the effect. Thanks!

Not exactly what you’re looking for, but something related and funky:

Demo: https://codepen.io/prisoner849/full/RNNEpox

3 Likes

There is an “emissive” and/or “emissiveMap” field on StandardMaterial which you might be able to use to get a lighting effect on the image part of the signage, but that won’t automatically contribute the light to the other parts of the scene, only on the mesh with the emissive on it.
Sometimes you can fake the spillover using a bloom post process..

or by clever positioning of an additional light or two.