Home
last modified time | relevance | path

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

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dundo.c306 case ACTION_VERTEX_ADD_TO_POLY: in action_do()
463 case ACTION_VERTEX_ADD_TO_POLY: in action_undo()
567 case ACTION_VERTEX_ADD_TO_POLY: in action_type_string_lookup()
H A Dundo.h55 ACTION_VERTEX_ADD_TO_POLY, enumerator
H A Dpolygon.c173 action_do( p->mesh->model, ACTION_VERTEX_ADD_TO_POLY, NULL, v, NULL, NULL, NULL, p ); in poly_add_vertex_nth()
176 action_do( v->model, ACTION_VERTEX_ADD_TO_POLY, NULL, v, NULL, NULL, NULL, p ); in poly_add_vertex_nth()