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



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

금별 0 2,682 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


번호 포토 분류 제목 글쓴이 날짜 조회
469 언리얼4 Flaming Skull FX in Unreal Engine 5.4 Niagara | Download Files ashif 06.16 21
468 언리얼4 언리얼 - BumpOffset기능과 함께 DepthBuffer를 사용하여 텍스처를 형상에 매핑 간단팁 금별 06.15 26
467 언리얼4 언리얼 - 소용돌이 효과 만들기[Tuatara Charity Stream 2021](한글자막) 금별 06.12 64
466 언리얼4 언리얼 - 광선 효과 만들기[Tuatara Charity Stream 2021](한글자막) 금별 06.12 45
465 언리얼4 언리얼5 - Niagara Fluid Simulation 이미지를 활용한 VFX 튜토리얼 금별 06.11 55
464 언리얼4 언리얼 5.4 - VDB 및 Heterogeneous 볼륨으로 화산 분출(한글자막) 금별 06.10 57
463 언리얼4 언리얼 5.4 -영화 렌더 그래프, 레이어 및 패스 설명(한글자막) 금별 06.10 43
462 언리얼4 언리얼5 - 프레넬 제작 테크닉(한글자막) 금별 06.10 54
461 언리얼4 언리얼 나이아가라 - Fade Over Time 노드와 커브를 사용한 랜덤 분포 제어(한글자막) 금별 06.10 34
460 언리얼4 언리얼 나이아가라 - 파티클 클리핑(잘리는현상)수정방법 금별 06.10 46
459 언리얼4 게임이펙트의 모든것! Composer & VFX Artist "jacob" 인터뷰_01 금별 06.09 49
458 언리얼4 언리얼 - 볼류메트릭 RayMarching 머티리얼 생성과정(한글자막) 금별 06.07 40
457 언리얼4 언리얼 - 나이아가라 활용 나선형 offset 흡수 효과 제작과정(한글자막) 금별 06.07 53
456 언리얼4 린반의 게임 이펙트 [사소한라이브 기본검기요소 외 - 6.5일자] 금별 06.05 44
455 언리얼4 언리얼5 - Nanite Displacement 및 Glint가 포함된 사실적 눈셰이더 제작과정(한글자막) 금별 06.04 56
454 언리얼4 언리얼 포트나이트 에디터 개발자문서 - 머티리얼 이펙트 금별 06.04 56
453 언리얼4 언리얼5 - 지형 상호작용 무료 플러그인 금별 05.30 91
452 언리얼4 언리얼 - 커브의 움직임 사용 노드 미리보기 예제 금별 05.30 81
451 언리얼4 언리얼5 - 무한 리플 노드 예제 금별 05.30 109
450 언리얼4 린반의 게임 이펙트 [사소한라이브-빛을 표현할때 중요한것외] 금별 05.30 93
449 언리얼4 언리얼5 - 수직 형태 빔 VFX 제작과정(한글자막) 금별 05.29 124
448 언리얼4 언리얼5 - Power 노드 이해하기(린반의 이펙트제작팁) 금별 05.28 88

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand