Home
last modified time | relevance | path

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

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dundo.c298 case ACTION_VERTEX_ADD_TO_MESH: in action_do()
455 case ACTION_VERTEX_ADD_TO_MESH: in action_undo()
561 case ACTION_VERTEX_ADD_TO_MESH: in action_type_string_lookup()
H A Dundo.h53 ACTION_VERTEX_ADD_TO_MESH, enumerator
H A Dmesh.c244 action_do( m->model, ACTION_VERTEX_ADD_TO_MESH, NULL, v, m, NULL, NULL, NULL ); in mesh_vertex_add()