might edit and post more been 7 days so i figured i could share more: https://www.youtube.com/watch?v=5sGetLSFatw Check out the full EP though its pretty neat and a bit different. __________________________________________________________________ https://www.youtube.com/watch?v=KpUaL8KNORQ no info on aye eye not in support…
I'm doing this, in Unity Pro. Lightmap is added automatically to all Unity shaders, so no need for something special. Just have to make sure the light Cullmode is setup properly, so it affects the lightmapped meshes. You might also want to set those lights to Realtime Only, so they don't get added to the bake.
Ugh, yeah lots of tools don’t display normal maps the right way in their thumbnails/viewers. Here’s another tip: Normalize your textures! I made a couple SBSAR procedural filters for normalizing textures, since I couldn't find reliable tools for this. Maybe these filters can help you! Normal maps should always be…
Hi folks and happy Friday, First post on polycount so I wanted to start with something simple. There might already be a thread about this, but I guess my questions would be about lighting and rendering best practices. Its something I've always been a bit confused about. Below are just some speakers I modeled really…
4.13 added cached shadow maps for stationary lights that behave like dynamic lights so this could be a step towards avoiding the pain that is lightmaps. I haven't tried it yet but it might be worth looking into.
Yay, figured out how to exclude the foliage grass from static lighting... Just set the light map resolution inside the static mesh to zero :) :) :) Now I got nice lit grass - it even sinks into the ground in the distance. I'm doing a series of video tutes covering all this, but I might talk about them in a new thread.
Hi, I have a question regarding a model I recently normal mapped. The bake turned out great but after I ran a test render in 3d Max I noticed certain area refuse to lighten up... I tried to add lighting sources but they have no effect. Can anyone help me with this??? I can't find any tutorials that explain what the problem…
Yea the way UDK is right now is designed to have minimal real time lights. You want to avoid them like the plague... I'm not saying you shouldn't use them...but you really only want 1 dynamic light (or less) hitting any given mesh.
When you're dragging the light's dot to aim it on the lightcap sphere, drag it off the sphere into one of the corners (or at least place it right along the edge of the sphere if you want a bit more direction to it). If you're not seeing the result clearly on the model then make sure you're using a basic material (not a…
Hi I am working on a level with some friends and we are on the process to render the final scene. We are using render queue in UE 5 to render stills and then put them together into a video format. The issue we have, is when we render at the first few frames we get a white flickering/white spots. We tried adjusting the…