- Blender 3D By Example
- Oscar Baechler Xury Greer
- 224字
- 2021-06-24 16:08:46
Materials and textures
We can add color to our 3D models with a mixture of materials and textures. Materials are used to determine how light behaves when it interacts with the surface of the object. Does it look like glass? Metal? Skin? Textures are 2D images that are wrapped onto a 3D model, sort of like a candy wrapper. To make our textures line up with the model, we have to unwrap the model first. Unwrapping gives us a 2D representation of the model called a UV map (or UVs). An example of this can be seen in the following image:
Once we have UVs, we can paint a texture that will be wrapped back onto the model, as shown here:
They are called UVs because all of the pieces have a U coordinate and a V coordinate, which are used to determine their positions in 2D space (very similar to graphing data on a 2D graph). Since we already used X, Y, and Z for our three-dimensional axes, our two-dimensional axes are labeled U and V. We will cover UVs, materials, and textures in detail in later chapters.
- 零點(diǎn)起飛學(xué)Xilinx FPG
- 用“芯”探核:龍芯派開發(fā)實(shí)戰(zhàn)
- The Applied AI and Natural Language Processing Workshop
- 從零開始學(xué)51單片機(jī)C語言
- Learning Game Physics with Bullet Physics and OpenGL
- 分布式系統(tǒng)與一致性
- 計(jì)算機(jī)組裝與維護(hù)(第3版)
- SiFive 經(jīng)典RISC-V FE310微控制器原理與實(shí)踐
- 固態(tài)存儲(chǔ):原理、架構(gòu)與數(shù)據(jù)安全
- The Artificial Intelligence Infrastructure Workshop
- FPGA實(shí)驗(yàn)實(shí)訓(xùn)教程
- The Deep Learning with PyTorch Workshop
- 微服務(wù)架構(gòu)基礎(chǔ)(Spring Boot+Spring Cloud+Docker)
- MicroPython Cookbook
- 3D打印:Geomagic Design X5.1 逆向建模設(shè)計(jì)實(shí)用教程