Esempio n. 1
0
int
Patch::draw_crease_strips(StripCB *cb)
{
   EdgeStrip* strip = cur_creases();
   if (strip)
      strip->draw(cb);
   return 0;
}