差分

ナビゲーションに移動 検索に移動
編集の要約なし
// 面法線を全部足す
var sum = new vector3(0);
foreach (var plane in vertex.planes) {
sum += plane.normal;
}

案内メニュー