void DrawSphere(Vector3C centerPos, double radius, ColorC color) { return _DrawSphere(centerPos, radius, color); }