언리얼4 이펙트 팁 - Rift to R’lyeh FX



언리얼4 이펙트 팁 - Rift to R’lyeh FX

금별 0 5,915 2019.10.15 21:00

 

 

So I thought I would do a little bit of a breakdown on what I did for this one. Currently I just have one sprite and one mesh for the particle system. The mesh is just an elongated sphere to match the approximate area of the effect, and it just does the distortion of the background. The main effect is the sprite.

 

So here’s an overview of the material (and forgive my strange organization :sweat_smile:). I tend to use parameters for all of my values so that I can adjust things easily in a material instance to get the right values without having to recompile the material after every change. This saves me a lot of time since my computer isn’t a beast, but it does mean the values and textures in all my screenshots don’t reflect the actual values used in the material instance.



So, starting off with the main shape, I painted a little rift texture and popped it in here. I set a parameter so I could mess with how transparent I wanted it to be.


Then we’ve got the frame of the effect. In the top left, I’ve got the UV distortion stuff coming in (which is separated by X and Y amounts; I’ll get to that later), and then a scaling parameter so I can adjust how far out the frame goes either horizontally or vertically. This is why I also have the center shifted on the radial gradient, which just helps fade out the edges of the frame texture.


Next, I’ve got some UV distortion going on. Incoming from the left is the second level of UV distortion to help give it even more of an organic movement. Then I have it shifted to radial UVs so it can radiate outward from the center of the rift. Then I just shift the values from 0-1 to -1-1. I have this masking radial gradient so that I don’t get a puckering effect in the very center of the rift. Then, I split the distortion between X and Y amounts so that I can have plenty of horizontal distortion without having the vertical distortion cut off on the edge of the sprite. The UV distortion affects basically every texture I’m using in this effect.


Then, as I mentioned, I have a second layer of UV distortion for less of a straight panning feel.


Next, I have the world aligned texture that makes the “interior” of the portal. This makes use of a adjusted world aligned texture function that I’ve made which really just adds a texture sampler that distorts the world aligned texture. If anyone is interested, I can go more in depth into this in another post.


Next up is the section I titled “zoom”. It’s a little bit of a mess (sorry), but basically what this does is create that rippling effect in the world texture and the center texture to give it a bit more of a depth feel. So, the central radial gradient is used as UV distortion to achieve that. To the center left of it, I have it set to adjust its center location based on where it is on the screen, and then the further it is from the center, the more it multiplies the distortion. In the bottom left, it adjusts the distortion amount based on distance from the camera, so it doesn’t stay super distorted from far away, and as you get closer in opens up a little for a fun effect.


Next is the “CenterTex”, which is the lightning-like effect. This also makes use of an adjusted world aligned function. In this one, both the UV distortion texture inside and the main texture are world aligned. I also set a parameter that lerps between using world position and camera position, so moving the camera gives it movement as well. In the top left, I’m pulling the zoom distortion to affect the scaling of the UV distortion texture, which makes it kind of spiral into those ripples. Past that, I’m just sending the main UV distortion from other sections into this as well, so it all is a bit unified.


Lastly, I’ve got my color and opacity sections which are honestly nothing special, but here they are.


 

So that’s basically the whole effect. If you liked my breakdown, let me know and I can do more of this. If you have any questions, feel free to ask and I can go more in depth. Or, if there are things I could improve, let me know that as well. Thanks for reading!

 

Comments


번호 포토 분류 제목 글쓴이 날짜 조회
297 유니티 유니티 쉐이더 - 스텐실 버퍼 활용방법 금별 2022.08.24 3290
296 유니티 유니티 쉐이더 그래프 - 홀로그램 카드 제작방법 금별 2022.08.24 3033
295 유니티 유니티 앰플리파이 쉐이더 - 용해화 스타일 하프톤 쉐이더 제작방법(중국어) 금별 2022.08.23 3780
294 유니티 유니티 쉐이더 - 오브젝트 표면 파티클화 효과 제작방법(쉐이더코드포함) 금별 2022.08.18 4707
293 언리얼4 언리얼5 - 시간 역재생(프렉쳐) 효과 튜토리얼 금별 2022.08.18 3405
292 언리얼4 언리얼 머트리얼 노드 예제 - 2D 트랜지션 효과 노드 금별 2022.08.18 2726
291 언리얼4 언리얼 퀵팁 - 2D 컬 노이즈 간단제작방법 금별 2022.08.17 2581
290 유니티 유니티 앰플리파이 쉐이더 - 트라이메쉬형태 방패 스킨 제작방법(중국어) 금별 2022.08.16 3220
289 유니티 유니티 앰플리파이 쉐이더 - 카드 생성 효과 제작방법(중국어) 금별 2022.08.16 3913
288 유니티 유니티 - 바루스 활 공격 효과 모작 제작과정(중국어) 금별 2022.08.11 4513
287 유니티 유니티 앰플리파이 쉐이더 - 노이즈 쉐이더 제작과정(중국어) 금별 2022.08.11 4541
286 유니티 유니티 - 앰플리파이쉐이더 2D 캐릭터 아웃라인 제작과정(중국어) 금별 2022.08.10 4392
285 유니티 유니티 - 방패버프효과 제작과정(중국어) 금별 2022.08.10 4243
284 언리얼4 언리얼 팁 - 라운드 텍스처에 대한 방사형 디스토션 생성 방법 동영상new 댓글+1 금별 2022.07.30 2475
283 유니티 유니티 앰플리파이 쉐이더 - 스크린 이펙트 제작과정(외곽라인이 불타는효과) 금별 2022.07.14 3655
282 유니티 유니티 앰플리파이쉐이더 - 번개 효과 제작방법(중국어) 금별 2022.07.14 3162
281 언리얼 언리얼 팁 - 프로젝트 이름 변경하는법 금별 2022.07.14 8935
280 유니티 유니티 앰플리파이 쉐이더 - 카드 효과(외곽 반사 효과 예제) 금별 2022.07.14 3056
279 언리얼4 나이아가라 - 모듈에 스태틱 스위치를 추가해 옵션기능을 노출하는법 금별 2022.07.14 2743
278 유니티 유니티 - 캐릭터 트레일 제작방법 금별 2022.07.14 2824
277 3D 블랜더 - 노드만을 이용한 원형 화염 제작 금별 2022.07.14 2781
276 언리얼 언리얼 - 노드를 사용한 타일링 텍스쳐 제작방법 사진 금별 2022.07.14 2797

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand