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



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

금별 0 3,699 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


번호 포토 분류 제목 글쓴이 날짜 조회
282 언리얼4 언리얼5 - 구체에 반응하는 캐릭터 파티클 입자화 제작과정 금별 2023.09.17 1389
281 언리얼4 언리얼5 - 파티클 브러싱 효과 제작과정 금별 2023.09.17 1443
280 언리얼4 언리얼5 - 스테이블 디퓨전 활용 2D 검 쉐이더 효과 제작과정 금별 2023.09.17 1534
279 언리얼4 언리얼5 - 다양한 논텍스쳐 머트리얼 패턴 제작과정 금별 2023.09.17 1340
278 언리얼4 언리얼5 - 나이아가라 모듈 스크립트 활용 다양한 방사형태 생성방법(나선,파형) 금별 2023.09.17 1684
277 언리얼4 언리얼5 - 빔 형태 사각형라이트 사용법[RectLight] 금별 2023.09.14 1426
276 언리얼4 언리얼5 - 나이아가라 Magic Explosion Effect 제작과정 금별 2023.09.14 1313
275 언리얼4 유니티 - 수묵화 스타일 이펙트 분석 금별 2023.09.12 2387
274 언리얼4 언리얼5.3 - WPO 활용 디졸브 머트리얼 제작과정 ashif 2023.09.12 1585
273 언리얼4 언리얼5 - 머트리얼 노드를 텍스처로 변경하는 다양한 방법(맵 변위) 금별 2023.09.09 1334
272 언리얼4 언리얼 - 셰이더 기반 파티클 Velocity 늘리기 금별 2023.09.01 1403
271 언리얼4 언리얼5.3 - 논 텍스쳐 쉐이더 제작과정 ashif 2023.08.31 1445
270 언리얼4 언리얼5.2 - 우주 공간 포털생성 효과 제작과정 ashif 2023.08.30 1434
269 언리얼4 언리얼5 - Niagara OrbVFX Top tip 에너지구의 표현방법 금별 2023.08.29 1664
268 언리얼4 언리얼 5.3 - Sparse Volume Textures (VDBs) 금별 2023.08.16 1962
267 언리얼4 언리얼4 캐스캐이드 - 이미터 유지 스폰시간 계산 금별 2023.08.16 1412
266 언리얼4 언리얼 - 2D->3D로 카메라 벡터 - HLSL 코드 활용 동적 만다라 쉐이더 제작 금별 2023.08.16 1349
265 언리얼4 언리얼 머트리얼 - 타일 그라디언트에서 원형 링 마스크로 변환 금별 2023.08.16 2182
264 언리얼4 언리얼 - 2D 헥사곤 타일 애니메이션 연출 제작노드 금별 2023.08.16 1583
263 언리얼4 언리얼 Material Texcoord 사용법[한국어 라이브 특강] 금별 2023.08.12 1893
262 언리얼4 언리얼5 - 간단한 소용돌이 쉐이더 제작방법 금별 2023.08.11 2069
261 언리얼4 언리얼5 - 데칼 실시간 생성 및 늘어나는 문제 해결 금별 2023.08.11 1792

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand