언리얼4 - 리퀴드 이로이젼(침식) 효과



언리얼4 - 리퀴드 이로이젼(침식) 효과

금별 0 2,631 2020.03.12 18:36

 

Liquid Erosion

 

 

I'm using Blenders "Dynamic Paint Canvas" to capture a liquid getting splashed on a surface over time resulting in an image sequence of "wet maps". To combine them into one image (adding then on top of eachother) I wrote a Python Script which generates an "erosion map". With a simple SmoothStep-Material, this map can be used to fade the liquid in/out nicely.

My python script: https://www.dropbox.com/s/x35wuxxtl7epesk/createErosionTexture.py?dl=0

Base-Idea described in this Sea of Thieves Talk: https://youtu.be/KxnFr5ugAHs?t=658

I was inspired by a FLIP Fluid Tutorial: https://youtu.be/GYGNoTmZSN0

How to setup an erosion material: https://realtimevfx.com/t/what-is-your-alpha-opacity-mask-clip-erode-animation-workflow-like/7705/15?u=simonschreibt

Quickly render Normal Map from Blender: https://youtu.be/h24akA8K-40

 

 

 

A liquid which appears over time based on an erosion map. The wetness on the ground is a 2nd erosion map with Blenders Canvas-"Spread" enabled.
The base-technique was discussed in this great Sea of Thieves Talk: https://youtu.be/KxnFr5ugAHs?t=658

A liquid which appears over time based on an erosion map. The wetness on the ground is a 2nd erosion map with Blenders Canvas-"Spread" enabled.

The base-technique was discussed in this great Sea of Thieves Talk: https://youtu.be/KxnFr5ugAHs?t=658

 

 

 

I used a Blender FLIP Plugin for the liquid and Blenders "Dynamic Paint Canvas" which "tracks" everything it touches - in this case the liquid. The result is an image-sequence. I baked a 2nd image-sequence where the wetness is spreading.

I used a Blender FLIP Plugin for the liquid and Blenders "Dynamic Paint Canvas" which "tracks" everything it touches - in this case the liquid. The result is an image-sequence. I baked a 2nd image-sequence where the wetness is spreading.

 

 

 

I wrote a Python-Script which grabs all the images and stacks them on top of eachother into ONE image which is now my erosion map. With a simple shader those grayscale values can be faded on/out nicely.

I wrote a Python-Script which grabs all the images and stacks them on top of eachother into ONE image which is now my erosion map. With a simple shader those grayscale values can be faded on/out nicely.

 

 

 

 

Here you can see the textures and some "gotchas". The normal map was created via Photoshop-Filter from the last rendered Blender-Frame.

Here you can see the textures and some "gotchas". The normal map was created via Photoshop-Filter from the last rendered Blender-Frame.

 

 

 

 

The pretty simple material. Of course, values like "base color" are different in my Material Instance for the final look.

The pretty simple material. Of course, values like "base color" are different in my Material Instance for the final look.

 

 

Update: Bruno had a great idea! Here is the result, you can find a detailed description below.

Update: Bruno had a great idea! Here is the result, you can find a detailed description below.

 

 

Brunos cool idea: Instead of the complex canvas/python-experiement, you can use a camera capturing the zDepth liquid-geometry from below. I used a B/W-Gradient to simulate the depth in my test and it worked out really nice.

 

Brunos cool idea: Instead of the complex canvas/python-experiement, you can use a camera capturing the zDepth liquid-geometry from below. I used a B/W-Gradient to simulate the depth in my test and it worked out really nice.

 

Comments


번호 포토 분류 제목 글쓴이 날짜 조회
159 언리얼4 파이어볼 UV 흐름 예제 금별 2020.11.07 2009
158 2D 포토샵/섭스턴스 - 트레일 텍스쳐 제작 PART1 금별 2020.11.07 2131
157 언리얼4 언리얼4 이펙트 팁 - 액체형 트레일 제작 노드영상 금별 2020.11.03 3059
156 3D UV관련 몇가지 팁 금별 2020.03.31 2976
155 언리얼4 언리얼4 이펙트 팁 - 트레일 제작 노드영상 댓글+1 금별 2020.10.31 2597
154 언리얼4 언리얼4 컴파일링 벤치마크 8코어 vs 16코어 CPU[Unreal Engine 4.25.4] 금별 2020.10.27 1488
153 유니티 유니티 쉐이더 그래프 - Cuphead Fire 금별 2020.10.20 1680
152 유니티 유니티 - Sea Storm Study 금별 2020.10.14 1294
151 유니티 유니티 - 발로란트형 쉴드 제작 VFX 브레이크다운 금별 2020.08.26 2461
150 유니티 유니티 VFX그래프 - 불타는 종이 이펙트 만들기 금별 2020.08.26 2588
149 언리얼4 언리얼4 - 쉐이더에서 노멀 계산 튜토리얼 댓글+1 금별 2020.08.26 1868
148 유니티 유니티 쉐이더그래프 - 노이즈 관련 이미지 팁 금별 2020.08.06 2596
147 유니티 유니티 - 매직 카드제작 트릭팁 금별 2020.08.02 2098
146 언리얼4 언리얼4 - 머터리얼에서 양면 렌더링 방법 금별 2020.07.30 2987
145 언리얼4 언리얼4 - Vertex(정점) Offset 흡수 효과 금별 2020.07.30 3527
144 유니티 유니티 앰플리파이 쉐이더 이펙트 - 물속성+불속성 토네이토 금별 2020.07.30 1920
143 언리얼4 언리얼4 나이아가라 - 트레일관련 미니팁 금별 2020.05.30 1810
142 유니티 유니티 - 기어즈5 Hammer of Dawn 이펙트 만들기 댓글+1 금별 2020.05.16 1754
141 유니티 포토샵으로 디졸브 쉐이더를 사용해 2D 툰이펙트 제작팁 댓글+2 금별 2020.05.16 3722
140 언리얼4 언리얼4 이펙트 튜토리얼 - 애펙을 사용한 트랜지션 효과 만들기 금별 2020.04.01 2436
139 유니티 유니티 URP 쉐이더그래프 팁 - 블러만들기 금별 2020.04.01 5362
138 유니티 유니티 HDRP에서 소규모 고품질의 영상 제작 - Unite Tokyo 2019 금별 2020.03.29 1724

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand