Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Switch to GGX for both ibl and conventional lights!

Discussion in '5.3 Beta' started by mortenm, Nov 6, 2015.

  1. mortenm

    mortenm

    Unity Technologies

    Joined:
    Nov 6, 2015
    Posts:
    15
    We have now switched to GGX for both image based lighting and for
    conventional non ibl lights!
    Furthermore this release provides a major leap towards greater accuracy and
    parity between Unity and the 3D views of several existing content creation
    tools (when viewing the same content). Smoothness maps in particular are
    very closely matched now!

    As a downside our new offline convolution is currently slower than the
    original but we have significant improvements to this in the pipes as I
    write this!


    Morten S. Mikkelsen.
     
  2. StaffanEk

    StaffanEk

    Joined:
    Jul 13, 2012
    Posts:
    380
    I love you Morten. You make my normals planar.
     
    Deleted User likes this.
  3. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,756
    Is there a reason why the convolution happens only up to Mip 6 and not further? Even though more mips may be available.

    I guess it's because the shader itself only cares for up to Mip 6, so no reason to do the extra calculations, but...

    Why does the shader only care for up to Mip 6? All probes have at least 7 and higher resolutions have even more.

    While compatiblity with things like substance painter/designer has improved GREATLY, it seems that those packages can do much rougher surfaces.

    It seems a 0 smoothness value in Unity, is more or less equal to a 0.6 roughness value in substance painter and painter is able to produce much rougher reflections and surfaces. I thought it was a limitation of the reflection probe, since you have a limited number of mips and you can only convolve that far, but it seems that there are mips available that could be used and they just... aren't.
     
  4. mortenm

    mortenm

    Unity Technologies

    Joined:
    Nov 6, 2015
    Posts:
    15
    >It seems a 0 smoothness value in Unity, is more or less equal to a 0.6 roughness value in substance painter

    This is not what we have seen in our own testing. In terms of blurriness it has been a match across the entire range. Can you provide an example? One thing I am aware of is the brightness at the very rough values but by the time we had this ready experiments had already been done comparing gamma vs. linear space cases and trying to match them up. So for now we've held off on bringing this into 5.3.

    There are many good reasons why we have chosen to not use more mips. First off quality wise cube mips below a certain resolution are useless for ibl. There isn't any point to using 1x1 and 2x2 because they look quite bad. Another less known issue is on various high-end graphics cards sampling the very bottom mip levels of a cube map is excessively inefficient.
    My preference would probably be to never start lower than 8x8 which in my experience is visually the best one to start from
    but performance wise, particularly taking mobile into account, it was more efficient to use a fixed constant as the range of mip maps (which was also the case in 5.2).
     
  5. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Regarding mobile, I would suggest that mobile be available to desktop without having some "automagic" switch on unity's end, or a way to easily override this as many of us are on console, forward rendering and so on for VR purposes we need the speed - in any case this is great news, thank you.
     
    mancuso and Bravo_cr like this.
  6. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,756
    The brightness thing that I reported in another thread, is actually that in very rough values, Substance uses a very very blurred environment so the lighting has evened out completely and in my example that meant from that angle, it looked darker.

    But let's clear up the issue:

    Unity, Color White, Metallic 1, Smoothness 0.
    smoothness0.jpg
    The probe used is 512, Baked, HDR. Mip 6 looks exactly like the sphere in my scene.
    mip6.jpg

    Now let's switch to Substance Painter.

    Substance Painter, Color White, Metallic 1, Roughness 0.6
    rough06.jpg

    Roughness 0.8
    rough08.jpg

    Roughness 1
    rough1.jpg

    (I'm using medium (16spp) quality for substance)
     
    Devil_Inside and StaffanEk like this.
  7. mortenm

    mortenm

    Unity Technologies

    Joined:
    Nov 6, 2015
    Posts:
    15
    Could you provide this as a unity project I can test?

    Have you tested your content in something else like toolbag2, v-ray, cycles in blender etc?
     
  8. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,756
    I don't own Toolbag 2 so I downloaded the trial. I haven't used it before, but I believe I set everything right.

    Gloss of 0.4 looks similar to Smoothness of 0 in Unity.

    Toolbag 2, Gloss 0.4
    toolbaggloss04.jpg

    Toolbag 2, Gloss 0.2
    toolbaggloss02.jpg

    Toolbag 2, Gloss 0
    toolbaggloss0.jpg

    Give me a minute to prepare the scene (it's really just a sphere and an hdr map from Substance). Do you want me to submit the scene as a bug report?
     
    Devil_Inside likes this.
  9. mortenm

    mortenm

    Unity Technologies

    Joined:
    Nov 6, 2015
    Posts:
    15
    For now I guess all I really need is the hdr map. What's the name of the hdr map? I may have it already.
     
  10. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,756
    cave_entry_in_the_forest.exr

    It's included in substance painter.

    I just submitted the scene via bug report as well. I don't have a case number yet, will post it as soon as I get one.
     
  11. Bravo_cr

    Bravo_cr

    Joined:
    Jul 19, 2012
    Posts:
    148
    Yes please, this is also really important for us. Also currently there is an additional problem where you create a custom surface shader using the PBR lighting function this will always use the high quality PC settings becoming a no way to go on mobile.
     
  12. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,756
    @mortenm I am still waiting for a case number to my bug report. It seems the server that processes bug reports has some issues. If you don't have the hdr map I think can upload it somewhere and send you a PM.
     
  13. mortenm

    mortenm

    Unity Technologies

    Joined:
    Nov 6, 2015
    Posts:
    15
    I've been out for a couple of days so my reply is a little late. Anyway here is what I have to say.

    I ran the same scenario through cycles in blender and I did a shot in 5.3b5 and one using the darkness term I described in the beginning. Keep in mind this is a very extreme case since we're talking a metal surface with maximum roughness. The difference in brightness when applying the term is significantly less for more typical metal reflections where roughness is not set to maximum.

    unity beta5, unity with darkness term, cycles:


    current_beta5.png unity_with_brightness_adjusted.png cycles.png

    As you can see in cycles it doesn't turn completely flat.
    The middle shot of unity with the term applied is of course not completely identical to cycles but the reason there's a difference is because of pre-convolution where you are forced to assume the normal aligns with the view vector in your pre-convolution process. I have compared results to other viewers that use pre-convolution and they look the same under the same condition.

    My interpretation is there is no bug here in terms of ihow roughness is read (blurriness wise).
    It's primarily down to pre-convolve vs. on the fly integration like in SD and TB2.

    Does this help?

    In regards to the questions about performance. This change should not cause any additional cost in performance for the following reasons.

    1. A physically based normalized phong is about the same cost as a physically based ggx.
    2. We already have simplified brdf models for low-end mobile (have for a long time).
    3. Many of the changes were on c++ side and done to the convolution process.

    That being said we do of course pay close attention to any changes in performance and I will confirm with people here as well.

    Thanks,

    Morten
     
  14. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,756
    It's still much flatter.

    But your shot of Unity beta 5 is also much "flatter" than what I was getting. What is the size of the reflection probe you are using in Unity? If it's too low, it naturally gets blurier because there are simply not enough pixels in Mip 6.
     
  15. mortenm

    mortenm

    Unity Technologies

    Joined:
    Nov 6, 2015
    Posts:
    15
    Those shots were with 512 but it looks very similar at 256x256. At 128x128 you are correct there's no longer enough pixels to sustain a reflection that rough. So if you like it rough go 256+ :)
     
  16. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,756
    I believe I was using 512 as well. That's why I wonder why mine looks shinier than your example.

    (edit: never got a case number for the scene I posted, seems the bug report server is busted)

    (also, for the record, I think the GGX in Unity looks pretty great)
     
  17. mortenm

    mortenm

    Unity Technologies

    Joined:
    Nov 6, 2015
    Posts:
    15
    Did you handle this skybox in any way in photoshop? Did you import it and re-export it from photoshop? Maybe even change it in some way?
     
  18. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,756
    No I didn't. Just to be 100% sure, I just sent you a PM.