Преглед изворни кода

fixed 3 files out of 2475:

- removed 3 CR characters
 - removed 20 trailing whitespaces
 - replaced 0 tabs with spaces
legacy
Lolbot lolbot пре 13 година
родитељ
комит
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…
Откажи
Сачувај