본문 바로가기
이펙트 (FX)/이펙트 팁 : Texture

[Texture] Seamless Noise 프로시주얼 제작법 소개

by Minkyu Lee 2023. 12. 29.

 

 

위 텍스쳐와 같이 심리스 노이즈 제작에 필요한 코드가 공개된 사이트를 소개한다.

 

참고사이트

https://nomad-programmer.tistory.com/429

 

[CG/Houdini] Seamless Noise

// point vop - snippet node float pi = 3.1415926535897932384; float dx = end[0] - start[0]; float dy = end[1] - start[1]; float coord0, coord1, coord2, coord3; vector4 coords4d; if(type == "simplex" || type == "perlin"){ float total = 0; float amplitude =

nomad-programmer.tistory.com

https://www.shadertoy.com/view/dtj3Rm

 

Shadertoy

 

www.shadertoy.com

 

댓글