마법적 구슬형태 제작



마법적 구슬형태 제작

금별 0 3,414 2019.08.30 06:32

 

I guess this is the first entry to this category, since I never had such a demand for a write-up before. So here goes!

The different between this format and regular “My take on shaders” post is that this is a more direct format, just going through a particular effect that I find too specific to write a complete tutorial about. Also, in some cases, like this one, I won’t be providing the completed code but I will be writing about the general idea and the process behind the specific effect.

In my tweet I mentioned it being a form of “raymarching” though I might be using the term loosely here. While I use a loop to move towards a certain direction, the technique doesn’t really resemble traditional raymarching. So keep that in mind.

 

The core idea

 

I’ve been constantly thinking about how to take advantage of past effects, and in this case I had an idea concerning the “layered parallax” effect that I demonstrated in an older post.

With that technique, you could sample a texture using coordinates that had been offset “inwards” of the object, by using the camera’s view direction in tangent space. The effect is super useful for adding some depth to materials like ice, or tiles or basically anything you want to make it look like “there’s something underneath the surface”. The result looked something like this:

 

 

My thoughts going from this effect were these:

  • Let’s ditch the main texture, don’t need it for now
  • What if in every “layer” of this effect, I performed a “step” function on a 2D noise texture, where the cutoff value ranges from 0 to 1 based on the “index” of the layer?

The “stepping” (that’s what I’ll call “using the “step” function” from now on) was inspired by the concept of using grayscale textures as heightmaps, with their value representing depth. Adjusting the cutoff value of a simple texture with a radial gradient looks like this:

 

As if the texture actually represents a cone and when I’m using “step” I’m cutting slices into it which decrease in size as I get to the top. Basically I’m super-over-explaining SDFs here, but that representation really helped clear things in my head.

So, if I were to assign 1 to the cutoff value of the out-most layer, 0 to the value of the deepest layer and the inbetween values to the inbetween layers, each parallax layer would have a differently sized “slice” of the texture.

If we add that “stepping” to each layer, with the same radial gradient texture, we end up with something like this (the texture is tiled 5 times so just pay attention to the middle one):

 

This uses 10 iterations on the grayscale texture

Turn up the iterations/number of layers (here it’s something 128) and you have smoothness:

 

Add a somewhat more complex texture, like a simple cloud texture and you have this:

 

 

Trying out random textures and noises is super fun with this one btw.

Add the material on a sphere and you have the ORB:

 

 

Add 2 HDR colors, and lerp between them based on the layer “index” instead of just lerping the intensity from 0 to 1 (also some Post-processing for the looks):

 

 

Add some waving displacement when sampling the texture in each layer for some extra variation and *magic*:

 

 

And that’s it! I hope that was helpful and I hope there will be many more write-ups in the future, especially as I’m easing into VFX stuff at the moment of writing. So, I’ll see you in the next one! ????



 

These posts will never go behind a paywall. But if you really really super enjoyed this post, consider buying me a coffee, or becoming my patron to get exciting benefits!

 

Comments


번호 포토 분류 제목 글쓴이 날짜 조회
422 유니티 유니티 - 캐릭 도트화 ScreenPosition 적용 제작과정예제 금별 2023.02.20 2415
421 유니티 유니티 - 쿠파 취업 클래스 실제강의 파도,워터 쇼크웨이브 압축 제작과정 금별 2023.02.20 2582
420 언리얼4 언리얼 - UV 축을 보여주는 머티리얼 함수 금별 2023.02.19 3398
419 언리얼4 언리얼 - 디지털 트랜지션 효과 제작방법 금별 2023.02.17 2496
418 언리얼4 언리얼 - Procedural Hex Tiling Material 금별 2023.02.17 2085
417 언리얼4 언리얼5 - 원신느낌의 Wenti's 원소폭파 제작과정 금별 2023.02.13 2856
416 3D 마야 - 윈드 메쉬 제작방법 금별 2023.02.13 2577
415 유니티 유니티 - 캐쥬얼 신체절단 피튀김 간단제작과정 (혐짤은 아님) 금별 2023.02.02 2951
414 언리얼4 언리얼 - Value erosion_Normalized 금별 2023.02.02 2216
413 언리얼4 언리얼5 나이아가라-촉수 제작 튜토리얼 금별 2023.02.01 2175
412 언리얼4 언리얼5 나이아가라-물고기떼 제작 튜토리얼 금별 2023.02.01 2289
411 언리얼4 언리얼5/섭디 - 커스터마이징과 수축 가능한 별 쉐이더 제작방법 금별 2023.02.01 2250
410 언리얼4 린반의 언리얼 이펙트 강의 가이드 V 1 금별 2023.01.28 2199
409 유니티 유니티 VFX 그래프 - 야스오 윈드월 이펙트 제작과정 금별 2023.01.26 2315
408 언리얼4 언리얼5 나이아가라 - Shading Niagara Fluids(꿀 느낌) 금별 2023.01.26 1932
407 언리얼4 언리얼 - 레트로 TV 스크린 효과 제작과정 금별 2023.01.25 1959
406 유니티 유니티 VFX 그래프 - 포켓몬 이빨 공격효과 예제 제작과정 금별 2023.01.12 2974
405 2D 섭디/유니티 - POM(ParallaxOcclusionMapping)활용 바닥 크랙 제작방법 금별 2023.01.10 2980
404 언리얼4 언리얼 - 검소환 공격효과 예제 part1 금별 2023.01.10 2544
403 언리얼4 언리얼 나이아가라 - 디졸브 활용 소환수 공격 제작과정 금별 2023.01.10 2847
402 유니티 유니티 VFX 그래프 - 효과적인 데칼 제작 셋업 방법 금별 2023.01.05 4123
401 유니티 유니티 - Creative Damage Decals & VFX 금별 2023.01.05 2136

 

Banner
 
Facebook Twitter GooglePlus KakaoStory NaverBand