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



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

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


번호 포토 분류 제목 글쓴이 날짜 조회
303 언리얼4 언리얼5/마야 - 메쉬 활용 부드럽게 빠지는 스크롤링 스모크 제작방법 금별 2023.10.25 258
302 언리얼4 언리얼5 - 웨이브 기본재질 설명(린반 무료강의) 금별 2023.10.24 330
301 언리얼4 언리얼5 - 중국식 느낌의 기본 VFX씬 제작방법 금별 2023.10.24 587
300 언리얼4 언리얼5 - 반응형 쉴드 임펙트 제작과정 금별 2023.10.23 477
299 언리얼4 언리얼5 - 머트리얼을 활용한 깃발 애니메이션 제작과정 금별 2023.10.21 388
298 언리얼4 언리얼5 - 네뷸라 트랜지션 효과 금별 2023.10.21 318
297 언리얼4 언리얼 - 간단한 원형 로딩 이미지 머트리얼 제작방법2 금별 2023.10.16 318
296 언리얼4 언리얼5.3 - 볼류메트릭 레이 마칭 셰이더 제작과정 금별 2023.10.16 352
295 언리얼4 언리얼5.3 - 카오스를 사용한 시퀀서 렌더링 방법 금별 2023.10.15 288
294 언리얼4 언리얼 - 간단한 원형 로딩 이미지 머트리얼 제작방법 금별 2023.10.12 297
293 언리얼4 언리얼5.3 - Shape & Pattern Generation In HLSL 금별 2023.10.12 289
292 언리얼4 언리얼 - HLSL & Scratch Pad의 사용방법 소개영상 금별 2023.10.09 529
291 언리얼4 언리얼 - Disintegration 이펙트 튜토리얼 금별 2023.10.09 479
290 언리얼4 언리얼5 - 나노 크리쳐 효과 제작과정 금별 2023.10.07 340
289 언리얼4 언리얼5 - LEDSign 머트리얼 간단제작과정 금별 2023.09.26 464
288 언리얼4 언리얼5 - 테크니컬 Breakdown 볼륨 텍스쳐 브레이킹 툴 금별 2023.09.26 407
287 언리얼4 언리얼5.3 - HLSL활용 이미지 픽셀화 쉐이더 제작과정 금별 2023.09.26 501
286 언리얼4 언리얼5 - NormalizedExecIndex 나이아가라 인덱스 정규화 사용법 금별 2023.09.20 388
285 언리얼4 언리얼5 - Dissolve Edge Emitted Particle 제작과정 금별 2023.09.20 504
284 언리얼4 언리얼5 - 캐쥬얼 매직 오브 제작과정 금별 2023.09.20 476
283 언리얼4 언리얼5 - Stylized 화염 이펙트 생성을 위한 다중 이미터 사용법 금별 2023.09.19 543
282 언리얼4 언리얼5 - 구체에 반응하는 캐릭터 파티클 입자화 제작과정 금별 2023.09.17 380

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand