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



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

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


번호 포토 분류 제목 글쓴이 날짜 조회
270 언리얼4 언리얼5.2 - 우주 공간 포털생성 효과 제작과정 ashif 2023.08.30 374
269 언리얼4 언리얼5 - Niagara OrbVFX Top tip 에너지구의 표현방법 금별 2023.08.29 528
268 언리얼4 언리얼 5.3 - Sparse Volume Textures (VDBs) 금별 2023.08.16 588
267 언리얼4 언리얼4 캐스캐이드 - 이미터 유지 스폰시간 계산 금별 2023.08.16 351
266 언리얼4 언리얼 - 2D->3D로 카메라 벡터 - HLSL 코드 활용 동적 만다라 쉐이더 제작 금별 2023.08.16 309
265 언리얼4 언리얼 머트리얼 - 타일 그라디언트에서 원형 링 마스크로 변환 금별 2023.08.16 403
264 언리얼4 언리얼 - 2D 헥사곤 타일 애니메이션 연출 제작노드 금별 2023.08.16 313
263 언리얼4 언리얼 Material Texcoord 사용법[한국어 라이브 특강] 금별 2023.08.12 368
262 언리얼4 언리얼5 - 간단한 소용돌이 쉐이더 제작방법 금별 2023.08.11 383
261 언리얼4 언리얼5 - 데칼 실시간 생성 및 늘어나는 문제 해결 금별 2023.08.11 427
260 언리얼4 언리얼5 - 불규칙한 바닥 빗방울 리플효과 제작방법 금별 2023.08.11 558
259 언리얼4 언리얼 - 구체 노면에 따라 흐르는 웨이브 제작과정 금별 2023.08.10 522
258 언리얼4 언리얼 - 비누방울 머트리얼 제작과정 금별 2023.08.07 381
257 언리얼4 언리얼 - Advanced Scan Effect 제작 튜토리얼(그리드FX) part3 금별 2023.08.07 327
256 언리얼4 언리얼5 - Ghost World Postprocess Material 제작과정 금별 2023.08.06 415
255 언리얼4 언리얼 - Advanced Scan Effect 제작 튜토리얼 금별 2023.07.31 457
254 언리얼4 언리얼 - 자연스런 UV 울렁거림 제작예제 금별 2023.07.31 455
253 언리얼4 언리얼5 - 시퀀서 활용 특정 동작 슬로우 모션 제작방법 금별 2023.07.26 519
252 언리얼4 UE5 | AOE in Unreal Engine 5.2 Niagara Tutorial | Download Files ashif 2023.07.26 499
251 언리얼4 언리얼 간단팁 - 메쉬외각 엣지 흔적 정리 금별 2023.07.20 423
250 언리얼4 언리얼 - 머트리얼 노드 정렬 단축키 팁 금별 2023.07.20 404
249 언리얼4 Unity Dev Weeks 2023: 서머너즈 워: 크로니클에서 사용한 렌더링기법과 최적화 기능개발 과정 금별 2023.07.11 518

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand