Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/drawobject.c
| Context not available. | |||||
| * don't show interior tessellation with curves */ | * don't show interior tessellation with curves */ | ||||
| drawDispListwire_ex( | drawDispListwire_ex( | ||||
| &ob->curve_cache->disp, | &ob->curve_cache->disp, | ||||
| (ob->type == OB_SURF) ? | ELEM(ob->type, OB_FONT, OB_SURF) ? | ||||
| (DL_INDEX3 | DL_INDEX4 | DL_SURF) : (DL_SEGM | DL_POLY)); | (DL_INDEX3 | DL_INDEX4 | DL_SURF) : (DL_SEGM | DL_POLY)); | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||