瀏覽代碼

fixed 3 files out of 2475:

- removed 3 CR characters
 - removed 20 trailing whitespaces
 - replaced 0 tabs with spaces
legacy
Lolbot lolbot 11 年之前
父節點
當前提交
55cd411cbb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/easymesh/easymesh.cpp

+ 1
- 1
src/easymesh/easymesh.cpp 查看文件

@@ -2030,7 +2030,7 @@ void EasyMesh::SmoothMesh(int main_pass, int split_per_main_pass, int smooth_per
float alpha = (n * (1 - beta)) / beta;
//V = (a(n) * v + v1 + ... + vn) / (a(n) + n)
vec3 new_vert = (alpha * smooth_buf[smbuf][master_list[i] - m_cursors.Last().m1] + vert_sum) / (alpha + n);
//Set all matching vertices to new value
matching_ids.Empty();
matching_ids << master_list[i];


Loading…
取消
儲存