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



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

금별 1 3,091 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편

번호 포토 분류 제목 글쓴이 날짜 조회
199 언리얼4 언리얼4 - 화염검 이펙트 제작 과정(중국어) 금별 2021.12.06 2559
198 언리얼4 언리얼4 - 쇼크웨이브 / 그라운드 이펙트 제작과정 댓글+1 금별 2021.12.02 3317
197 언리얼4 언리얼4 + 후디니 활용 구체 변형 효과 예제 댓글+1 금별 2021.12.01 2425
196 언리얼4 언리얼4 - 암석 스파이크 제작 과정(중국어) 동영상new 금별 2021.11.30 2282
195 유니티 유니티 - 귀멸의 칼날 느낌 검기와 회오리 이펙트 제작과정 프리뷰(중국어) 금별 2021.11.30 5094
194 유니티 유니티 - 검기/라인활용 크리스털 파괴효과 제작과정(중국어) 금별 2021.11.26 2818
193 유니티 유니티 이펙트 - 플로우맵 활용 흩어지는 연기제작(중국어) 금별 2021.11.01 3065
192 유니티 유니티 이펙트 - 토네이도 효과 만들기(중국어) 금별 2021.11.01 2783
191 유니티 유니티 이펙트 - 버택스 옵셋, 음악 리듬 머터리얼 만들기(중국어) 동영상new 금별 2021.11.01 3229
190 유니티 유니티 - 트레일 이펙트 제작 참고영상 금별 2021.11.01 3447
189 유니티 유니티 쉐이더 - 간단한 parallax 얼음표현 금별 2021.10.01 4813
188 언리얼4 언리얼5 - 기초 카오스(파괴/Destruction) 튜토리얼 금별 2021.09.27 3829
187 언리얼4 언리얼4 - 2d 원형 회오리 쉐이더 제작 참고 노드 금별 2021.08.29 4179
186 유니티 유니티 이펙트 튜토리얼 - 툰느낌의 토네이도 제작 영상 금별 2021.05.24 3716
185 유니티 유니티/블랜더 - 토러스 노멀로 불규칙한 링 모양 만들기 금별 2021.05.24 4534
184 언리얼4 언리얼4 Material Node에서 자주쓰는 Position 종류 노드 설명 금별 2021.05.24 3173
183 유니티 유니티 - Magical Plasma Orb 튜토리얼 금별 2021.05.20 2808
182 유니티 유니티 쉐이더 그래프 - 흐르는 강 쉐이더 튜토리얼 금별 2021.04.27 3071
181 유니티 유니티 쉐이더그래프 - Potion Liquid Wobble(액체 흔들림 효과) 금별 2021.04.26 4029
180 2D 섭스턴스 디자인 - 패턴 텍스쳐 제작 FX TUTORIAL 댓글+2 금별 2021.04.23 3824
179 유니티 유니티 쉐이더그래프 - 물방울 쉐이더제작 튜토리얼 링크new 금별 2021.04.22 3794
178 유니티 유니티 쉐이더 그래프 - 노이즈를 통한 버택스 꿀렁거림표현 금별 2021.04.09 5623

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand