유니티 쉐이더 그래프 - Weaving Ring Tutorial 2



유니티 쉐이더 그래프 - Weaving Ring Tutorial 2

금별 1 3,209 2019.08.12 03:57

3. Split chain

I refer to this section as the "Split chain", not to be confused with the Split node that we've been using to split up vectors.

Final part, lets start a new chain below everything else, this won't be as long as the wave chain. Again, we start with the Polar Coordinates node's green component for the clockwise gradient.

However we go about making this clockwise gradient spin over time, it will definitely require the Time node, so lets create that. Whenever I add a Time node it always gets immediately multiplied by some speed value, so lets create the Multiply node and Split Speed property.

 

For the Split to increase and decrease smoothly, we can use the Sine node again, with the same rule as last time of having the Degrees To Radians node immediately before it. 

As there is only one 'wave' this time around, we can convert this to degrees just by throwing in exactly 360 to the Polar Coordinates Length Scale parameter.

This conversion also means that our Split Speed will be measured in degrees per second, here I set the value to 90. 

Connect all this up by Adding the multiplied time to our clockwise gradient and then send its output to Degrees To Radians which should already be connected to Sine.

 

Similar to the previous Sine node in the wave chain, the negative portion of this Sine output will cause an unwanted result, in this case it will cause a secondary inverted RGB weave effect on the opposite side, so lets Remap this from (-1,1) to (0,1). 

However unlike the previous Sine, we don't need to implement any magnitude adjustment here, as we already have a variable that dictates the waves magnitude. I think it's more intuitive that this part remains between 0 and 1.

 

Now we can combine this chain with the rest of the graph with Multiply. The affect that this 0 to 1 output has when multiplied to the output of the colorful wave chain is to reduce it to nothing at 0 and leave it fully intact at 1. This new combination can then be reconnected to the Add node of the main ring chain.

 

We aren't done yet though, there's one last touch which I think makes a big difference in this effects presentation. Currently the weaving effects increase and decrease is so gradual that it is visible for most of the perimeter of the ring. I think this effect is improved when most of the ring is completely solid white, because this makes the weaving effect look like it's magically unraveling something that feels more solid.

To apply this, let's go back to the Remap node at the end of the Split chain we just made. We can adjust this 0 to 1 curve with a Power node, this is simply 'A to the power of B'. So we can raise it to the power of a new property called Split Curve Adjust. This will keep the values in-between 0 and 1 but affect all the between values causing a steeper or shallower slope. Here I set Split Curve Adjust to 8.

4. End!

Finally we can go back to the end of our Ring chain and send our end result into a master node. This shader in it's current state is kind of a 'standalone' effect and doesn't care about lighting, so the simple unlit master node will work. This shader can then be applied to a material which in turn can be applied to a mesh renderer with a quad mesh to become visible in scene and in game.

Thanks for reading! 

This was my first time writing a tutorial so I'm looking for feedback. I'm also no expert in shader graph so I'm also looking for advice there too. Thanks !

Comments

금별 2019.08.15 00:21
https://gamefx.co.kr/bbs/board.php?bo_table=tip_01&wr_id=122 <- 1편

번호 포토 분류 제목 글쓴이 날짜 조회
354 언리얼4 언리얼5 - 간단한 프로즌 효과 제작방법 금별 2022.11.05 3383
353 유니티 유니티 - 레이마칭을 활용한 블랙홀 제작방법 금별 2022.11.03 3093
352 언리얼4 언리얼4 나이아가라 - 흩뿌려지는 형태의 디졸브 제작방법 금별 2022.11.03 2959
351 언리얼4 언리얼4 나이아가라 - 파티느낌의 리본이펙트 제작방법 금별 2022.11.03 2768
350 유니티 유니티 에너지볼(노바 쉐이더) 제작영상 및 자료 금별 2022.10.26 3668
349 언리얼4 [한글]언리얼5 - Location of Age(Initial Location) 나아가는 입자 배치하기 금별 2022.10.26 2424
348 언리얼4 [한글]언리얼 - Dust FlowMap concept Tutorial 먼지 플로우맵 효과1 제작튜토리얼 금별 2022.10.26 3064
347 유니티 유니티 앰플리파이 쉐이더 - 흑백처리효과[grabpass] 제작방법 금별 2022.10.24 3266
346 유니티 유니티 쉐이더그래프 - 흑백처리효과[grabpass] 제작방법 금별 2022.10.24 6054
345 2D [텍스쳐 페인터]Flame Painter 10주년 할인(10달러) 금별 2022.10.24 2455
344 언리얼4 언리얼 나이아가라 - 디졸브 제작 튜토리얼 금별 2022.10.24 2612
343 언리얼4 [오프라인특강영상]언리얼4 이펙터가 알아야할 랜더링 오프라인 특강 금별 2022.10.23 2775
342 언리얼4 언리얼 이펙터 기본강의 - 색감과 타이밍[한글이론] 금별 2022.10.23 2704
341 언리얼4 언리얼 - 나이아가라 흡수 효과 제작방법 금별 2022.10.20 3837
340 언리얼4 언리얼 - 게임에서 VAT를 활용하는 방법(GIC 폴란드 컨퍼런스) 금별 2022.10.16 2715
339 언리얼4 언리얼 - 횡으로 생성되는 헥사곤 타일 연출예제(노드포함) 금별 2022.10.14 2585
338 언리얼4 언리얼 간단팁 - 원형 UV 심 밉맵 모드변경으로 수정하는팁 금별 2022.10.13 2705
337 언리얼4 언리얼 간단팁 - Dot Product(벡터 내적)를 활용한 디세츄레이션(채도감소) 금별 2022.10.13 2981
336 유니티 유니티 앰플리파이 쉐이더 - 버텍스 오프셋을 활용한 리듬 기둥 이펙트[노드포함] 금별 2022.10.13 2955
335 언리얼4 언리얼 나이아가라 - 텔레포트 효과 제작방법 금별 2022.10.13 2631
334 언리얼4 언리얼 나이아가라 - 액터 홀로그래픽 FX 제작방법 금별 2022.10.13 2465
333 유니티 유니티 - How to upgrade materials to URP in Unity 2021.2.2 금별 2022.10.09 2645

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand