Procedural Grid
条评论此主题分为四个部分讲述Mesh相关技术.本章主题如下:
- Create a grid of points. 创建由点构成的网格.
- Use a coroutine to analyze their placement. 使用协程分析它们的位置信息.
- Define a surface with triangles. 使用三角形来定义表面.
- Automatically generate normals. 自动生成法线.
- Add texture coordinates and tangents. 添加贴图坐标与切线.
此为本人阅读笔记不作为转载处理,详细还请参看原文. 原文地址