|
@@ -152,8 +152,6 @@ public:
|
|
|
|
|
|
void set_rings(const int p_rings);
|
|
void set_rings(const int p_rings);
|
|
int get_rings() const;
|
|
int get_rings() const;
|
|
-
|
|
|
|
- CapsuleMesh();
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -188,8 +186,6 @@ public:
|
|
|
|
|
|
void set_subdivide_depth(const int p_divisions);
|
|
void set_subdivide_depth(const int p_divisions);
|
|
int get_subdivide_depth() const;
|
|
int get_subdivide_depth() const;
|
|
-
|
|
|
|
- BoxMesh();
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -237,8 +233,6 @@ public:
|
|
|
|
|
|
void set_cap_bottom(bool p_cap_bottom);
|
|
void set_cap_bottom(bool p_cap_bottom);
|
|
bool is_cap_bottom() const;
|
|
bool is_cap_bottom() const;
|
|
-
|
|
|
|
- CylinderMesh();
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -282,8 +276,6 @@ public:
|
|
|
|
|
|
void set_orientation(const Orientation p_orientation);
|
|
void set_orientation(const Orientation p_orientation);
|
|
Orientation get_orientation() const;
|
|
Orientation get_orientation() const;
|
|
-
|
|
|
|
- PlaneMesh();
|
|
|
|
};
|
|
};
|
|
|
|
|
|
VARIANT_ENUM_CAST(PlaneMesh::Orientation)
|
|
VARIANT_ENUM_CAST(PlaneMesh::Orientation)
|
|
@@ -335,8 +327,6 @@ public:
|
|
|
|
|
|
void set_subdivide_depth(const int p_divisions);
|
|
void set_subdivide_depth(const int p_divisions);
|
|
int get_subdivide_depth() const;
|
|
int get_subdivide_depth() const;
|
|
-
|
|
|
|
- PrismMesh();
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -375,8 +365,6 @@ public:
|
|
|
|
|
|
void set_is_hemisphere(const bool p_is_hemisphere);
|
|
void set_is_hemisphere(const bool p_is_hemisphere);
|
|
bool get_is_hemisphere() const;
|
|
bool get_is_hemisphere() const;
|
|
-
|
|
|
|
- SphereMesh();
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -409,8 +397,6 @@ public:
|
|
|
|
|
|
void set_ring_segments(const int p_ring_segments);
|
|
void set_ring_segments(const int p_ring_segments);
|
|
int get_ring_segments() const;
|
|
int get_ring_segments() const;
|
|
-
|
|
|
|
- TorusMesh();
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|