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. |