Home Unreal Engine

Lightmass Seams Help

polycounter lvl 11
Offline / Send Message
jocose polycounter lvl 11
seamshelp.jpg

Does anyone have a guess as to why this is happening. The area where that black band appears is where those modular sections are snapped (one mesh ends and another begins). I can't figure out why its happening.

Any help would be appreciated.

BTW I turned off SSAO so that's not it.

Oh, and this doesn't occur in the editor only when I play in the game.

Replies

  • McGreed
    Options
    Offline / Send Message
    McGreed polycounter lvl 15
    I think its the same that happens to me, it seem to be the baked shadowmaps. You might take a look at my thread and see if any of their suggestions might help you:
    http://www.polycount.com/forum/showthread.php?t=75976
  • ParoXum
    Options
    Offline / Send Message
    ParoXum polycounter lvl 9
    That looks like lightmap mipmapping. Or something similar. Check that you have enough padding between the UV islands for the lightmap.
  • EMC3D
    Options
    Offline / Send Message
    EMC3D polycounter lvl 7
    If you still haven't sorted it, you could try some of the following,

    - Select all the modular floor units, turn off subdivisions in the advanced options. (Will treat all the floor as one mesh when being lit and not modular pieces)

    - Try what the other two said

    I had an issue like this, it was a mix of not having the option turned off in the subdivisions or not properly UV mapping the lightmap.
  • Xendance
    Options
    Offline / Send Message
    Xendance polycounter lvl 7
    You could try using dynamic shadowing (cascaded shadow maps in dominant directional light's properties). It effectively makes those problems disappear.
  • MRico
    Options
    Offline / Send Message
    MRico polycounter lvl 10
    Mr Bear, do you happen to know where the option to turn off the SubDivisions is?

    I'm also have an issue similar like this but I can't find it....I'm using the August Version, by the way.
  • K17020
    Options
    Offline / Send Message
    It may also be that the faces on the floor are not aligned properly, try going into surface properties and select all the floor parts and the align planar.
  • jocose
    Options
    Offline / Send Message
    jocose polycounter lvl 11
    I can't find the subdivison option either. I've re-made this test in a new scene and it doesn't seam to happen as badly, but any time I use verts that arn't welded I get issues.
  • Froyok
  • Harbinger
    Options
    Offline / Send Message
    Harbinger polycounter lvl 8
    I think ParoXum hit the nail on the head. Make sure you have some padding between each UV island in your layout:

    http://udn.epicgames.com/Three/LightMapUnwrapping.html#Where to place padding
  • Autocon
    Options
    Offline / Send Message
    Autocon polycounter lvl 15
    I will quote a post I just made in response to Glynn's post where he is having the same issue as you and why you are both seeing this problem.

    In this thread. Hope it helps :)http://www.polycount.com/forum/showthread.php?p=1206578#post1206578
    Autocon wrote:
    Hey Glynn, this isnt exactly how Epic dose modular assets for gears/ut3.

    For the most part for there floors and for some parts of there walls they use tiling textures on BSP and break up the edges/boring sections with modular assets. When they do use a modular floor asset that butts up against another to tile like you have they dont use flat planes to do it.

    When they have modular floor sections its almost always because they want taht floor section to have a lot of depth to it and uses a lot of tris, other wise they would just use BSP as its cheaper in terms of how many assets they are using throughout the level/easier to make changes. (shown in the two bellow pics)

    These meshes always have depth even on the outlining edges. Not only that but the edges are tapered outward so when they do tile multiples of these meshs together they dont have flat plane meeting against flat plane because that will give you the black outline errors no matter what you do. Think of it like this, if you look at the top of there modular floor parts the edges would look tapered like you would expect if you were HP baking. (this is what the last pic shows) They intentionally have these insets. It works because the AO is set in the crevasses where you would expect to see it. They also use other meshs to break this up. They mix BSP and modular assets to make up there floors.


    Right now you have flat plane meeting up against another flat plane which is what is causing your issue. Epic creates and breaks up there walls through heavy use of multiple static meshes or BSP with static meshes placed on top. They dont have areas where they use the same mesh tiled over again over again to make up a wall or floor. If they do have long corridor areas and use modular meshes to create the walls they break up the tiling/areas where the meshs break with other meshes. For long/flat unbroken up areas like brick walls they use BSP.

    Hope the info helps :) Sorry if its a bit wordy.


    First image from UDK showing what level looks like.
    udkmeshs.jpg

    Second image from UDK showing how they do there modular setup. Only thing shown is BSP. To do this in UDK hit W.
    udkbsp.jpg

    Last image shows tiling floor chunks, notice how the tiles that meet up against each other are not meeting up flat plane to flat plane, that it what causes the dark lines you are getting. They are inset so the AO fills in the crevasse where one would expect it too.
    udkfloor.jpg
Sign In or Register to comment.