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



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

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


번호 포토 분류 제목 글쓴이 날짜 조회
337 언리얼4 언리얼 간단팁 - Dot Product(벡터 내적)를 활용한 디세츄레이션(채도감소) 금별 2022.10.13 2226
336 유니티 유니티 앰플리파이 쉐이더 - 버텍스 오프셋을 활용한 리듬 기둥 이펙트[노드포함] 금별 2022.10.13 2249
335 언리얼4 언리얼 나이아가라 - 텔레포트 효과 제작방법 금별 2022.10.13 1975
334 언리얼4 언리얼 나이아가라 - 액터 홀로그래픽 FX 제작방법 금별 2022.10.13 2001
333 유니티 유니티 - How to upgrade materials to URP in Unity 2021.2.2 금별 2022.10.09 1982
332 언리얼4 언리얼 - 간단한 발사체 트레일 제작방법 금별 2022.10.09 3787
331 언리얼4 언리얼 나이아가라 - Spawn Per Unit Sword Trails 설명 금별 2022.10.09 2119
330 언리얼4 언리얼 나이아가라 - 캐릭이 불타는 효과 제작방법 금별 2022.10.09 2418
329 언리얼4 언리얼 - 스크린 트랜지션 효과 제작방법 금별 2022.10.06 2356
328 언리얼4 언리얼 - 프로시졀 트라이앵글형태 타일링 효과 예제(머트리얼 노드 포함) 금별 2022.10.06 2499
327 언리얼4 언리얼 나이아가라 - 분해 후 흡수 효과 제작방법 금별 2022.10.06 2942
326 언리얼4 언리얼 - 캐릭이 액체화되는 효과 제작방법 금별 2022.10.06 2799
325 유니티 유니티 - VFX 및 게임 개발에 유용한 5가지 셰이더 그래프 [유니티, 셰이더 그래프] 금별 2022.10.06 3337
324 언리얼4 언리얼 - 피 임팩트와 퍼짐 효과 제작방법 금별 2022.10.06 3681
323 언리얼4 언리얼 - 작은 폭발형태 제작방법 댓글+1 금별 2022.10.04 2288
322 언리얼4 언리얼 간단팁 - 뎁스페이드 사용한 Fake 볼륨 파티클 표현 방법예시 금별 2022.10.02 2956
321 언리얼4 언리얼 간단팁 - DotProduct 함수를 통한 특성색상 채널 선택방법 금별 2022.10.02 1794
320 언리얼4 언리얼5 - 특정방향에서 늘어지는 리본수정 방법(리본 타일링||한국어팁) 금별 2022.09.29 3494
319 유니티 유니티 앰플리파이 쉐이더 - 화면 글리치효과 간단제작팁 사진동영상new 금별 2022.09.27 4690
318 3D 3ds맥스 - Helix Mesh 나선형 메시 만들기(한글강좌) 금별 2022.09.24 3860
317 유니티 유니티 - Screen space reflections(SSR) 파이프라인 설명 금별 2022.09.21 2114
316 유니티 유니티 VFX 그래프 - Sci-fi 스폰 이펙트 튜토리얼 금별 2022.09.21 2800

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand