Unna Pussayapaiboon
  • Home
  • Game projects
    • FrostRunner
    • IRL
    • Pinball Escape
  • 3D works
    • Modular Environment
    • Urban Decay House
    • Old Shrine Vignette
    • NI-408 Gun
    • Borderlands Console
    • Antique Teapot
    • Moon Hotel
  • Tech art
    • Thesis - Weather Simulation
    • UE4 Materials
    • Unity VFXs and Shaders
  • Tools/Programming
    • Maya FBX Exporter/Importer
    • Maxscript
    • Computer Graphics
  • About
  • Resume

Modular environment

Picture
Picture
Concept art by Qiao Yun

Project overview:

Development time:  approximately 130 hrs.
Texture size: 1024*1024 (procedural), 2048*2048 (atlas)

Description:

This is a modular environment scene I made based on the concept art by Qiao Yun.
I created the tiles set in powers of 2, assembled and rendered in Unreal Engine 4.
It was a challenging project for me because the concept I chose had many organic shape objects which were difficult to break down. To make these pieces modular, I need to make sure that they can be fit to each other, so a lot of measurement was done. I also learned about how to combine procedural and atlas texturing technique by experimenting with different UV channels.

View mode

Reference image breakdown

I started the project by breaking down the reference concept, prioritized and sorted parts into an asset list. I then modeled each piece according to its priority and tested out the modularity by assembling a scene in Unreal.
Picture
Reference concept by Qiao Yun (https://www.artstation.com/artwork/k6NVl)
Picture
Modular tiles and props

Proof of modularity

Other than assembling the reference concept scene in Unreal, I also made another custom scene as shown in the image below to test out the modularity.
I tried to make the custom scene completely different from the original concept to prove that the modularity is working.
Picture
Proof of modularity (This scene is not final. It was constructed only to test out the modularity)

UV and texture

UV MAP CHANNEL (ATLAS VS PROCEDURal):

When organizing UVs, I used multiple UV channel maps to combine procedural texture with the atlas bake texture.
This is my first time doing that on the modular environment, so I was a little bit confuse at the beginning. I spent some time to plan and separate assets into two groups: the atlas group and the procedural group, and organized their channels for use as shown in the table below.
UV Map Channel
Atlas Group
Procedural Group
Channel 1
Use for both painting and bake texture
(Albedo, Metallic, Roughness, Occlusion, Normal, Cavity)
Use for bake texture
(Normal, Occlusion)
Channel 2
Lightmap
Lightmap
Channel 3
-
Procedural texture
​(Albedo, Metallic, Roughness)
The atlas group is for pieces that need unique texture and the procedural group is for pieces that need tiling but still need bake texture. Some piece such as door and windows require both method because the door/window part need to be unique but the wall that hold them need a perfect tiling. In this case, I used material ID to separate them.

UV layout (ch1):

Picture
UV for hero piece and unique pieces in the scene (Atlas group ch1)
Picture
UV for modular tile set (Procedural group ch1)

atlas group texture:

Procedural group bake texture:


Material:

Water

This is a water material that I made. I use panner to overlap two normal maps in an opposite direction. I applied depth fade and fresnel node to the albedo, opacity and refraction to create a realistic fading effect on the edge.
Picture
Picture

Foliage

For the foliage, I also used the same color multiplying technique to change the color of the flower and create variation.
Picture
Picture
Picture
Picture
Picture

Skybox

I made an animated skybox with exposing parameters. This made it easier for me to adjust as needed.
Picture

caustic

Another animated effect I made is the caustic reflection. I set up a light function and casted it on the ceiling to create this reflection animation.​
Picture
Picture
Picture

POST-MORTEMS:

What went well
  • Good use of the asset list
  • Modular set worked well. The tiles fit without any problem and they can be used to create different scene.
  • Master materials allowed fast iteration

What went wrong
  • I unwrapped every modular tile, put them in the same atlas and baked normal. Some piece with flat surface doesn't even need normal bake. With bake normal on every face of the tiles, the normal will look weird after demodulated.
  • I had a hard time with lighting because at first, I used a very dark albedo
  • I exported the meshes in the scene to demodulate from Unreal and found out that Unreal like to stitch UV faces that are the same together. This made the UV faces overlapped and difficult to recreate a custom light map channel later.
  • When I vertex painted some face that contain triangles, the gradient looked very bad.
  • At first, I tried to make the scene look very realistic and added many grungy details. I did not consider about how to make the atmosphere match the concept, which is more on a fantasy side rather than realistic. If I considered about it sooner, I would not have to spend a lot of time to fix it later.

What I learned
  • Flat surface doesn't need normal map. One smoothing group might cause the face without normal to look weird but after demodulating the tiles, everything will be solved.
  • Vertex painting doesn't look good on faces that contain triangles. To get a better result, the mesh needs to have more quad topology.
  • If the lighting looks too dark, adjusting the lighting bound will help a lot.
  • When lighting a fantasy scene like this one, color point lights will help making the scene look more glowy and dreamy.
  • From my experience, demodulating meshes from assembling pieces in 3dsmax were easier and cleaner than demodulating from Unreal.
  • It's too risky to bake normal on faces that has vertex holding too many triangles.
  • Some materials have the same vertex painting setup. This can be put into material function to simplify the expression
  • When making environment based on the concept, I should consider about the art direction because if the art direction does not match the atmosphere in the concept, I did a bad job as an artist.
  • Home
  • Game projects
    • FrostRunner
    • IRL
    • Pinball Escape
  • 3D works
    • Modular Environment
    • Urban Decay House
    • Old Shrine Vignette
    • NI-408 Gun
    • Borderlands Console
    • Antique Teapot
    • Moon Hotel
  • Tech art
    • Thesis - Weather Simulation
    • UE4 Materials
    • Unity VFXs and Shaders
  • Tools/Programming
    • Maya FBX Exporter/Importer
    • Maxscript
    • Computer Graphics
  • About
  • Resume