Home
last modified time | relevance | path

Searched refs:ACTION_VERTEX_REMOVE_MESH (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dundo.c302 case ACTION_VERTEX_REMOVE_MESH: in action_do()
459 case ACTION_VERTEX_REMOVE_MESH: in action_undo()
564 case ACTION_VERTEX_REMOVE_MESH: in action_type_string_lookup()
H A Dundo.h54 ACTION_VERTEX_REMOVE_MESH, enumerator
H A Dmesh.c277 action_do( m->model, ACTION_VERTEX_REMOVE_MESH, NULL, v, m, NULL, NULL, NULL ); in mesh_vertex_remove()