Fresnel Effect

 

프레넬 효과(Fresnel Effect)는 시야각에 따라 표면의 반사율이 달라지는 효과로, 스침각에 접근할수록 더 많은 빛이 반사됩니다. 프레넬 효과 노드는 표면 법선과 뷰 방향 사이의 각도를 계산하여 이를 근사화합니다. 이 각도가 클수록 반환 값이 커집니다. 이 효과는 종종 많은 아트 스타일에서 흔히 볼 수 있는 림 조명을 얻는 데 사용됩니다.

 

 

 

Fresnel Effect Node | Shader Graph | 10.8.1

Fresnel Effect Node Description Fresnel Effect is the effect of differing reflectance on a surface depending on viewing angle, where as you approach the grazing angle more light is reflected. The Fresnel Effect node approximates this by calculating the ang

docs.unity3d.com

 

 

Sphere Mask

 

입력 센터에서 시작하는 구 마스크를 만듭니다. 구는 거리를 사용하여 계산되고 반경 및 경도 입력을 사용하여 수정됩니다. 구 마스크 기능은 2D 및 3D 공간 모두에서 작동하며 좌표 입력의 벡터 좌표를 기반으로 합니다. 이러한 벡터 좌표는 세계 공간 위치와 같은 3D이거나 UV 좌표와 같은 2D일 수 있습니다.

 

 

 

 

 

Sphere Mask Node | Shader Graph | 10.8.1

Sphere Mask Node Description Creates a sphere mask originating from input Center. The sphere is calculated using Distance and modified using the Radius and Hardness inputs. Sphere mask functionality works in both 2D and 3D spaces, and is based on the vecto

docs.unity3d.com

 

 

Rotate About Axis

 

Rotation 값만큼 축 Axis를 중심으로 입력 벡터 In을 회전합니다. 회전 각도의 단위는 매개변수 단위로 선택할 수 있습니다.

 

 

Rotate About Axis Node | Shader Graph | 10.8.1

Rotate About Axis Node Description Rotates the input vector In around the axis Axis by the value of Rotation. The unit for rotation angle can be selected by the parameter Unit. Ports Name Direction Type Binding Description In Input Vector 3 None Input valu

docs.unity3d.com

 

 

Transform

한 좌표 공간에서 다른 좌표 공간으로 입력 값(In)을 변환한 결과를 반환합니다. 노드에서 드롭다운 옵션을 선택하여 변환할 공간을 정의합니다.

 

Transform Node | Shader Graph | 10.8.1

Transform Node Description Returns the result of transforming the input value (In) from one coordinate space to another. Select drop-down options on the node to define which spaces to transform from and to. Ports Name Direction Type Description In Input Ve

docs.unity3d.com

 

 

거리(Distance), 내적(Dot Product), 외적(Cross Product) 함수

 

 

반사 벡터를 반환하는 Reflection과 투영(Projection) 함수

 

 

 

bonnate