Intro and Learning Strategies
- 6 Different tools
- Material Editor
- Principal tool
- Uses expressions
- Reasons why large materials can be overwhelming
- Learning strategies for learning the material editor
Material Editor
Material Function
Material Layer
Material Instance
Param Collection
HLSL
There are three reasons it can be overwhelming at first:
- Math based operations
- Large networks of expressions
- Lot of expressions to pick from
![Multiply 표현식은 채널 별 혼합 연산이다. Lerp는 Alpha 채널 값에 따라 0이면 A를 선택하고, 1이면 B를 선택한다. 0~1사이에 있는 값은 A~B 사이에 값을 그 비율만큼 혼합한다.](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/e9c7150f-1444-4f5a-bf9d-1655d4fbd3e0/Untitled.png)
Multiply 표현식은 채널 별 혼합 연산이다. Lerp는 Alpha 채널 값에 따라 0이면 A를 선택하고, 1이면 B를 선택한다. 0~1사이에 있는 값은 A~B 사이에 값을 그 비율만큼 혼합한다.
Expressions and Common Combinations
- A look at a selection of very common expressions
- Basic but very common combinations
UV Modification Combinations