Can someone help me please make a neon glow material that affects the environment? I thought I had it because my mesh glows from a distance, but when I get closer it looks like plastic with no glow lol.
Announcement
Collapse
No announcement yet.
Can someone help me make a neon glow material that affects the environment?
Collapse
X
-
Hey N0M4D, everything Black Master said is incorrect
To create your neon sign so it glows and illuminates the world you would create a new material with the a ThreeVector tied to your Emissive input, you would then mask this ThreeVector by multiplying it by a texture mask (this would separate your bulbs from the rest of the mesh so you don't have to use multiple materials, you could also utilize the new Material Layers features if you like)
The higher you make the numbers in your ThreeVector adjusts the amount of glow (123 = RGB) given off by the material, usually somewhere between 50 and 100 for each color is good for a neon sign
Now you want to select the Main Material Node and go under Details and expand the Material tab then at the bottom of the Material tab there is a little icon that looks like a downward pointing Eject Symbol, click that to get advanced settings and then check the option for Use Emissive for Dynamic Lighting area - You can also just type Emissive into the details search box to get there faster
Now your emissive material should glow and illuminate the world as well - You will end up with something like the below
-
CharlestonS is Correct, I wonder why Black Master even bothered to post here.
Anyway think of it like any value in RGB (vector3) that is >1 will start making your material brighter and brighter to the glowing point, If you wish only a certain area to glow then you need a mask just like CharlestonS said.
Comment
-
Make a note however (at least, this was the case during the beta, so I'm not sure if it's changed publicly), that the old system where you could actually cause emissive objects to be considered in the lightmass build is no longer there.Everything @ Stormtide Games - Snr Programmer @ Black Matter Pty.
Twitter - YouTube - Tutorials and Resources: jambax.co.uk
Games: Satellite Command - Hell Let Loose - Project Orion - Eclipse
Marketplace: Sparse Grid Plugin - Export PNG
Comment
-
Originally posted by CharlestonS View PostNow your emissive material should glow and illuminate the world as well - You will end up with something like the below
I made a material and put 50 50 50 in emissive, checked that box and put a chair next to the object like you did... the chair is pitch black.
Comment
-
Emissive doesnt emit light, not the slightest, and definitely NOT on dynamic objects( i think lightmass can bake light from emmisive in static objects, but not completely sure)
If you want your character to glow and emit light, add ligths to its blueprint, currently no engine in the market (only UE4 with that voxel illumintation) can do that.UDK and UE4 programmer and Unreal engine 4 betatester. Currently working on commercial VR games for PSVR.
Deep knowlegde of C++ and blueprints. Open to freelance work.
Games released, Deathwave(Steam), VRMultigames(Steam), DWVR(Steam,Oculus,PSVR):
http://store.steampowered.com/app/463870
http://store.steampowered.com/app/500360
http://store.steampowered.com/app/520750
Comment
-
The emissive properties of materials only appear to the renderer (for i.e. post bloom & reflections). The have no diffuse emission at all, and Lightmass doesn't receive lighting from them (as TheJamsh pointed out).
https://answers.unrealengine.com/que...-lighting.html
Three days in and everything was going so well :/
I'm considering using point clouds generated in Houdini to spawn lights (to get an approximation of emission coverage) .. easy to accomplish in a DCC, not sure how well Lightmass will handle it. It would be a lot easier if Houdini Engine were available in UE4. *ahem*
Comment
-
Originally posted by Walternate View PostI'm considering using point clouds generated in Houdini to spawn lights (to get an approximation of emission coverage) .. easy to accomplish in a DCC, not sure how well Lightmass will handle it. It would be a lot easier if Houdini Engine were available in UE4. *ahem*
Comment
-
Emissive does emit light to the LightPropogationVolume when you enable the feature in the material properties and adjust the settings under your PostProcessvolume, UE3 supported this as well but only through the static lighting channel, now it supports dynamic
Make sure you PostProcessVolume is Unbound (Affects world) and that you adjust the settings correctly
I will post a quick tutorial on this when i have some time but for now just mess around with it
Comment
-
Originally posted by CharlestonS View PostEmissive does emit light to the LightPropogationVolume when you enable the feature in the material properties and adjust the settings under your PostProcessvolume, UE3 supported this as well but only through the static lighting channel, now it supports dynamic
Make sure you PostProcessVolume is Unbound (Affects world) and that you adjust the settings correctly
I will post a quick tutorial on this when i have some time but for now just mess around with it
All the best,
Randy
Comment
-
Originally posted by CharlestonS View PostEmissive does emit light to the LightPropogationVolume when you enable the feature in the material properties and adjust the settings under your PostProcessvolume, UE3 supported this as well but only through the static lighting channel, now it supports dynamic
Make sure you PostProcessVolume is Unbound (Affects world) and that you adjust the settings correctly
I will post a quick tutorial on this when i have some time but for now just mess around with it
Comment
Comment