Should put this whole issue to rest (for a while, at least 😉).

  • dillekant
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    OK so this is now offtopic for the conversation, but…

    However, that’s not the way artists traditionally work.

    To some extent, it’s authoring tools which affect how they work. A procedural materials pipeline can help them compose on top of already procedural content. In a way, you could see PBR as a part of that pipeline because PBR materials are physics modelled. Having said that I do take your point, even building out that pipeline takes time. Creating a PBR materials library is not super easy, and obviously organic stuff is very hard to model as a material.

    meshes made up a significantly larger amount of RAM usage

    From watching blender modelling, I thought the pattern was to have minimal rigging on the base mesh and then tesselation via normal maps + subdivision (apparently this is very doable even with sculpting). Obviously for animation you need a certain quality but beyond that I thought everything would be normal maps, reflection maps, etc etc.

    • soulsource@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      I’m not an artist - my 3D modelling experience can be summed up as “none”, so I can’t really answer your last point. I know for certain that we don’t use normal maps to the extent they could be used, and therefore have way more detail in the meshes than they would need to have. I’m also pretty certain that we don’t do any tesselation on player pawns, and I think (but am not certain) that this is due to some engine limitation (again, don’t quote me on that, but iirc Unreal doesn’t support tesselation on skeletal meshes on all our target platforms).

      • dillekant
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        TIL for no tessellation on skeletal meshes. I hope over time Unreal / Epic will put some effort in on minimising memory usage, even though I know they “just” got done with Nanite and friends.