DrawCapsuleWires abstract method

void DrawCapsuleWires(
  1. Vector3D startPos,
  2. Vector3D endPos,
  3. double radius,
  4. int slices,
  5. int rings,
  6. ColorD color,
)

Draw capsule wireframe with the center of its sphere caps at startPos and endPos

Implementation

void DrawCapsuleWires(
  Vector3D startPos,
  Vector3D endPos,
  double radius,
  int slices,
  int rings,
  ColorD color,
);