Ok so I'm just going to start by saying that I do not have a good understanding of lighting or displaying my work in UDK. I have modelled and UV'ed the major assets of my scene (I use maya), and created a very quick and dirty light map for the asset you see here which is the first one I am addressing the major lighting issues with. The only light in this scene right now is a point light.
Here is my UV unwrap, as you can see there are several repeated/duplicated elements of this asset that share the same UV islands, so they are overlapped for the sake of efficient texturing.
The light map on the other hand, I understand must isolate each island as to allow its own individual lighting. This layout and distribution here is a result of copying my initial UV set for the texture maps into a new one, and then using Maya's UV editor "select faces to be moved into UV space" button.
I am assuming the state of my light map has something to do with the way this asset is being lit in UDK... which looks like TOTAL shit. The face normals of this asset are facing the proper directions, smoothing groups are done, there are no mesh errors, and everything has been modelled and UV'ed in a clean manner. The pod is comprised of several seperate mesh elements that are combined into one mesh, before export as .FBX for UDK.
Any help here would be appreciated...
Replies
With that said, your lightmap UV's islands need to have a TON of padding in between them, or else you get shadowbleed and nastiness.
So in your case: 1 ÷ 256 (light map res) = 0.00390625 (grid lines every: 0.00390625 units)
Personally I will be happy when lightmaps disappear off the face of the earth :thumbup:
[ame="http://www.youtube.com/watch?v=FwUFTh1lAhA"]UDK: Lightmap UV Layout Techniques & How to Create Second UV Channel in Maya Part 2/4 [Tutorial #19] - YouTube[/ame]
Now, just look at that new and improved goodness! Mmmmm!
And the best part is I upped the lightmap resolution to 1024 before building all this time!
Goto world properties/lightmass and uncheck UseAmbientOcclusion and see if there is a change.
I am with you bro on UDK's light maps :poly127: and your last light map looks good imo so I think something (what) is messing with your scene. Would do no harm to post your obj with uvs as ZacD has suggested as I would like take a look at this myself.
When I UV'd the asset, I used Headus UV Layout, so when I exported the UV'd .OBJ back into Maya, I didn't use the new one because it eliminates your soft/hard edge display. Therefore, I used transfer attributes to send the new UV's to my original mesh I had exported for UV Layout. My suspicion is that because I didn't turn color sets off when I did this, that perhaps somehow it had an effect on my FBX exports to UDK...
So what I did this time was I exported my mesh that I had transferred the UVs to back out of Maya an an .OBJ, and then imported them back then, which in the process might have eliminated any extra unnecessary information from the mesh. It also got rid of my light maps though, so I had to resend those from my old mesh back to the new one, this time with color sets off.
I also exported using FBX 2013 this time, rather than 2014, which our version of UDK in the college labs doesn't support apparently. Anyways, doing these two things while also using a 1024 resolution light map made for an 85% improvement over how it was displaying before... really weird.
I'm reading what you guys have said after my last post, and will take them into account and try out a few more things.
I honestly do not see a problem with that obj you sent (apart from an overlapping uvs complaint from UDK)
I exported your file from modo to FBX 2006.11 and converted it to FBX2013. The light map res is 256 and this is my result:
I would be happy with this and as Quack! said once the diffuse is on there it looks a lot better Drop the lightmap res down to 64 with a diffuse on and you will see what I mean.
Good luck