「Doc:Glossary/Mesh」の版間の差分
細 (moved Doc:Reference/Glossary/Mesh to Doc:Glossary/Mesh) |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 04:38時点における最新版
Mesh
Is a class of Blender objects. It has 10 primitive members:
- Plane
- Cube
- Circle
- UVSphere
- IcoSphere
- Cylinder
- Tube
- Cone
- Grid
- Monkey
This is an important class in development of 3D models in Blender. Its name derives from the network of vertices, edges, and faces that surround a mesh-class object; each of these elements can be manipulated to transform a simple primitive shape into something very complex. Furthermore, several operations, such as boolean can combine mesh-class shapes for even greater complexity.