Intro and Learning Strategies

Material Editor

Material Function

Material Layer

Material Instance

Param Collection

HLSL

There are three reasons it can be overwhelming at first:

  1. Math based operations
  2. Large networks of expressions
  3. Lot of expressions to pick from

Multiply 표현식은 채널 별 혼합 연산이다. Lerp는 Alpha 채널 값에 따라 0이면 A를 선택하고, 1이면 B를 선택한다. 0~1사이에 있는 값은 A~B 사이에 값을 그 비율만큼 혼합한다.

Multiply 표현식은 채널 별 혼합 연산이다. Lerp는 Alpha 채널 값에 따라 0이면 A를 선택하고, 1이면 B를 선택한다. 0~1사이에 있는 값은 A~B 사이에 값을 그 비율만큼 혼합한다.

Expressions and Common Combinations

UV Modification Combinations