src/primitives.cpp

changeset 1364
f6a3640b1818
parent 1347
7dd217202126
child 1391
5fa4bf1fc781
equal deleted inserted replaced
1353:48374309f3d1 1364:f6a3640b1818
416 segment->setVertex(type == Disc ? 0 : 2, v0); 416 segment->setVertex(type == Disc ? 0 : 2, v0);
417 segment->setVertex(1, v1); 417 segment->setVertex(1, v1);
418 segment->setVertex(type == Disc ? 2 : 0, v2); 418 segment->setVertex(type == Disc ? 2 : 0, v2);
419 } 419 }
420 break; 420 break;
421
422 case Cylinder:
423 break;
421 } 424 }
422 } 425 }
423 426
424 // If this is not a full circle, we need a conditional line at the other 427 // If this is not a full circle, we need a conditional line at the other
425 // end, too. 428 // end, too.

mercurial