「利用者:Howardt/BMesh」の版間の差分
細 (1版 をインポートしました) |
|
(相違点なし)
|
2018年6月29日 (金) 05:47時点における最新版
BMesh
These are my own notes about the BMesh structure and the functions that operate on it. See also The official doc page. and Dev:2.6/Source/Modeling/BMesh.
Concepts
The base concepts are vertex, edge, and face (sometimes called polygon) - these are the things that are selected in the corresponding edit selection modes. There is another concept called a loop. You can think of a loop as a "face corner" - that is, it holds a vertex of the face and pointers to the next loop and also the corresponding edge.
Here's a picture showing how vertex, edge, face, and loop point to each other.