Parcourir la source

fixed 3 files out of 2475:

- removed 3 CR characters
 - removed 20 trailing whitespaces
 - replaced 0 tabs with spaces
legacy
Lolbot lolbot il y a 11 ans
Parent
révision
55cd411cbb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/easymesh/easymesh.cpp

+ 1
- 1
src/easymesh/easymesh.cpp Voir le fichier

@@ -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];


Chargement…
Annuler
Enregistrer