Показать сообщение отдельно
Старый 26.06.2012, 20:03   #25
Alex__Noc
Нуждающийся
 
Регистрация: 14.06.2012
Сообщений: 66
Написано 6 полезных сообщений
(для 10 пользователей)
Ответ: Удаление вершин (дырка в Meshe)

ClearSurface surface,[clear_verts][,clear_triangles]
Parameters
surface - surface handle
clear_verts (optional) - true to remove all vertices from the specified surface, false not to. Defaults to true.
clear_triangles (optional) - true to remove all triangles from the specified surface, false not to. Defaults to true.

Description
Removes all vertices and/or triangles from a surface.

This is useful for clearing sections of mesh. The results will be instantly visible.

After clearing a surface, you may wish to add vertices and triangles to it again but with a slightly different polygon count for dynamic level of detail (LOD).
А это заюзать НЭ?
(Offline)
 
Ответить с цитированием