Home 3D Art Showcase & Critiques

(UE4) Handpainted, Overwatch-Inspired Japanese House Scene... thing

polycounter lvl 10
Offline / Send Message
SirCalalot polycounter lvl 10
Hi All!

It's been a little while since I last posted, but I thought I'd share what I've been working on the last few weeks!

https://youtu.be/N80UC7JOUVE

I've been playing a lot of Overwatch as of late and adore the art style, so I thought I'd use some of my downtime between projects to sharpen my Unreal 4 skills.
The main technique to achieve the style is to use an instanced Master Material with a high roughness and low specular value as a default for most surfaces that I can then interchange between textures with.

The textures themselves are all done from scratch in Photoshop, sometimes using photo reference for colour-picking.

Lastly, the entire scene is dynamically lit using Light Propogation Volumes (To get the feature enabled, put "r.LightPropagationVolume = 1" into ConsoleVariables.ini and (re)start the engine) to achieve the realtime global illumination.







Cheers!

Edit: This new forum is swish!

Replies

  • kohg
    Offline / Send Message
    kohg polycounter lvl 8
    This is pretty good, love your plants and trees
  • Macebo
    Offline / Send Message
    Macebo hero character
    Really pleasant to look at, very good job! Will there be other houses on the sides? I see some meshes :pleased:
  • SirCalalot
    Offline / Send Message
    SirCalalot polycounter lvl 10
    Cheers guys! :D

    When I blocked out the environment originally all of the buildings looked like those background ones. Although rather than overstretching myself trying to do everything at once, I thought I'd concentrate on just one house at a time.

    Now that main one is pretty much done though, I'll probably start to flesh out the other buildings in turn :)
  • Aether_jeffcramm
    looks pretty good; i love the lighting
  • Zitch
    Offline / Send Message
    Zitch polycounter lvl 8
    I love the Overwatch style! Great job on capturing it!
  • Marshkin
    Offline / Send Message
    Marshkin polycounter lvl 9
    Gorgeous work! I especially love the stones on the side.

    One piece of feedback, the window on the top left doesn't seem to quite fit. it looks more like it is stuck on or hovering in front of the wall rather then being in it like the other windows are.
  • SirCalalot
    Offline / Send Message
    SirCalalot polycounter lvl 10
    Thanks, guys!

    @Marshkin - Good point on the window. Looking at it a bit more closely I think the way I've set up UVs in the area give the impression that its intersecting too many metal panels. It should be an easy fix by adding another geometry panel to frame it better.
    Cheers for the feedback!
  • SirCalalot
    Offline / Send Message
    SirCalalot polycounter lvl 10
    I've moved the UVs around that window to see if it helps read better :)


  • Macebo
    Offline / Send Message
    Macebo hero character
    @SirCalalot Sir, please dont forget to put this angle of this lastest screenshot when you present this piece. Actually i really like this perspective of the house, it looks like i'm arriving at home =)
  • SirCalalot
    Offline / Send Message
    SirCalalot polycounter lvl 10
    Sure thing @Macebo that's a good idea!

    I hadn't really considered taking shots from head-height. 
  • dmitsuki
    Hi.

    I want to achieve something similar to this in Unity. What maps did you use, and how did you make the vegetation? Looks amazing by the way :D.
  • jimsvanberg
    Offline / Send Message
    jimsvanberg interpolator
    I really like the lushness of the foliage! Great work there.
  • Jaykrass
    Offline / Send Message
    Jaykrass polycounter lvl 6
    That water is AWESOME!
  • SirCalalot
    Offline / Send Message
    SirCalalot polycounter lvl 10
    Aw, thanks for the lovely comments, all!

    I've had a few messages asking about the water material, so I thought I'd post a pic of my basic shader graph for the main effect.

    https://s31.postimg.org/624p91v7d/Basic_Water_Shader_Graph.jpg

    To be honest, real-time rendering of water and refraction effects are one of my favourite things in games so I took a bit of inspiration from a few places when authoring the Material.
    For instance, the overlapping textures scrolling at different rates was something I noticed in shallow water on Gears of War; the hard-edged ripples  and soft refraction were inspired by Mario Sunshine (and most GameCube/Wii-era 1st Party Nintendo games) and the glittery surface sparkles were inspired by the 2D Sonic title screens.


    @dmitsuki - The foliage is pretty low-poly, made mostly of two-sided alpha cards. A good trick to get nice results with clusters of leaves/flowers is to have a lot of negative space in your texture, rather than piling everything in the centre. This makes it harder to notice where one alpha plane starts and another ends.



    I could clip a bit more of the alpha out of geometry to reduce Overdraw, but apart from that it's pretty unintensive.

    It's also worth altering the normals of your cards using tools such as Maya's "Mesh > Transfer Attributes" in order to shade foliage as a whole, rather than the individual planes.
    For instance, the canopy of this Acer tree was combined into one mesh and I transferred the normals from a hemisphere in order for the leaves to shade evenly.



    The grass cards also had their normals oriented towards 'world up' so they they would shade similar to the ground that they would be sat on.

    Hope that helps! :D 
  • SirCalalot
    Offline / Send Message
    SirCalalot polycounter lvl 10
    I forgot to mention!

    All textures in the scene are 512 or smaller, with most of them tiling.
    The main texture I used besides the tiling diffuse and height maps was a 512 Utility Texture I've made for various effects:



    Red Channel - Contains a Render Clouds map generated in Photoshop.
    Green Channel - Contains a Noise map.
    Blue Channel - Contains a Difference Clouds map.
    Alpha Channel - Contains a Radial Gradient which I ended up not using in favour of Unreal's RadialGradientExponential node to avoid artifacting.

    Here is a OneDrive link to the full-size .psd if you're interested.
  • Bolovorix
    Offline / Send Message
    Bolovorix ngon master
    Very nice! I really like all the foliage growing on the house.
  • ExcessiveZero
    Offline / Send Message
    ExcessiveZero polycounter lvl 6
    wow great foliage, thanks for the breakdown!
  • Chimp
    Offline / Send Message
    Chimp interpolator
    I wouldn't say its particularly close to overwatch, but it is nice regardless - do some more!
  • Aluvay
    Offline / Send Message
    Aluvay polycounter lvl 6
    This looks great! I like the colors and how the renders turned out. Really interested in seeing more :)
  • ZombieDEV
    Offline / Send Message
    ZombieDEV triangle
    wow dude, is awesome *-* ¿can you share the water please?
  • SirCalalot
    Offline / Send Message
    SirCalalot polycounter lvl 10
    Thanks @ZombieDEV!

    I actually posted the shader graph earlier in the thread, but here it is again. 

    https://s31.postimg.org/624p91v7d/Basic_Water_Shader_Graph.jpg
  • ZombieDEV
    Offline / Send Message
    ZombieDEV triangle
    Thanks @ZombieDEV!

    I actually posted the shader graph earlier in the thread, but here it is again. 

    https://s31.postimg.org/624p91v7d/Basic_Water_Shader_Graph.jpg
    how to get it translucent? :confused:
  • SirCalalot
    Offline / Send Message
    SirCalalot polycounter lvl 10
    @ZombieDEV - If you click on a bit of empty space in the Graph Editor for a Material, you can change material settings.



    Using the drop-down menu you can change the material from it's default (Opaque) to Translucent.
  • RogerP
    Offline / Send Message
    RogerP polycounter
    Love the look of this!
  • SirCalalot
    Offline / Send Message
    SirCalalot polycounter lvl 10
  • LuLima
    Offline / Send Message
    LuLima null
    SirCalalot amazing job! Could you explain a little bit more on how you made your master material and how the instances were edited to give that effect?
    I'm really new at the UE4 and i appreciate all the help.
  • CGStephanN
    Offline / Send Message
    CGStephanN polycounter lvl 6
    It makes me so happy to see a Mario Sunshine-like water with a modernized look. Amazing work with all the petals, leaves, and fish to accentuate it. I recreated your water material to learn how materials work in general and I have some questions that hopefully you could answer.

    1) How did you get the water to have color when you are underwater; Is the object a plane that light goes through it, or is it a cube that is filled in somehow? I have a cube with the material applied and I made it translucent but it didn't really change anything.

    2) For some reason the glitter sometimes just appears as black bits, not sure if that is because my computer can't handle it or if I did something wrong with the setup.
  • SirCalalot
    Offline / Send Message
    SirCalalot polycounter lvl 10
    @LuLima - I'm so sorry that I've only just seen this!
    The basic set-up for making a Master material is to create a new Material and plug any diffuse texture into the 'Base Color' slot. Right-clicking this Texture box will give you the option to 'Convert to Parameter'. What this will do after you've named the Parameter is expose the texture variable in any Material Instances that use this as a base, so you can swap out the texture as you see fit.
    In conjunction with this, I will usually place some Vector 1 nodes (1 + left-click) and plug those into the 'Roughness' and 'Metallic' slots. You can convert these to parameters, and whatever values you set here will be the default for each material instance you create.

    After this has been saved and compiled, you can right-click your material in the Content Browser and click on 'Create Material Instance'. Opening up this new material will show all of your exposed variables, such as Diffuse Texture, Metallic, Roughness etc.
    Creating Parameters out of your material nodes also has the added benefit of being able to see directly in the game-view what you are altering - so you you slide the roughness values between 0.0 and 1.0 and see it update in realtime.

    I'm aware that you've no-doubt found your answers elsewhere but I figure someone may find this useful if their Google searches lead them to your post. I hope this helps someone, regardless.

    Apologies for the lack of supporting images - I'm on a laptop without Unreal installed so I'm doing this from memory!



    @CGSN - Aw thanks, I'm glad that you like it! :D

    1) The way that I got the image to alter when the camera goes below the surface of the water was to use a 'Post Process Volume' (left-hand column, under 'Volumes'). The bounds of this start at the water surface and cover everything underneath. These Volumes are great for altering the post process effects in a very localised area and I tweaked a few of the Bloom, Depth of Field and Colour Grading options to give that blurry, blue and over-bloomed underwater effect.
    Post process effects are exactly that - effects that are applied to the image on your screen after pretty much everything has been rendered. So the game is pretty much rendering above and below the water in the exact same way - but the image is altered by Post Process effects before it is sent to the screen.

    Applying materials to a cube won't necessarily work to get your desired result as the game generally doesn't know the difference between a camera inside a 3D polygonal object and one outside.
    When creating CG materials, you may hear them referred to as 'Surface Shaders' and I find this useful to think of when picturing how an object will look in a 3D world. The materials that you assign to an object, such as a Cube in Unreal, will only apply to the very surface of that object. That is, the polygonal face.
    For all intents and purposes, this shader does not apply to the 3D space inside the object - that's where 'Volumes' come in.

    2) Hmm, it is difficult to say exactly what is wrong with your setup as it's been a little while since I last looked at the scene and I can't see your current material. As we add the grayscale glitter maps to the main base colour of the water, it should never produce any black areas as adding black pixels to any other colour pixel will make no change to the colour (think of the colour values for a greyscale pixel as a number from 0 to 1, with 0 being black).

    The only thing I can think of is perhaps that you are Multiplying (or Dividing/Subtracting) the Glitter nodes with the Base Colour before it plugs into the Emmissive channel of the Material.

    If that's set up fine, it may be worth putting a 'Constant Clamp' node before adding the Glitter to Base Colour, with the Min set to 0 and the Max set to a ridiculously high number such as 9999999 (you don't want to clamp this to 1 as it will kill any Bloom effects... and they're super nice).
    This is just in case you have any minus values in your Glitter map that is causing the black holes in the shader.

    I hope that helps!
    Give me a shout if you have any other questions and I might actually be able to get you some screenshots next time :P 
Sign In or Register to comment.