@@ -1107,40 +1107,7 @@ namespace gz
11071107 public: virtual LidarVisualPtr CreateLidarVisual (
11081108 unsigned int _id, const std::string &_name) = 0;
11091109
1110- <<<<<<< HEAD
11111110 // / \brief Create new heightmap geomerty. The rendering::Heightmap will be
1112- =======
1113- // / \brief Create new frusum visual. A unique ID and name will
1114- // / automatically be assigned to the frustum visual.
1115- // / \return The created frustum visual
1116- public: virtual FrustumVisualPtr CreateFrustumVisual () = 0;
1117-
1118- // / \brief Create new frustum visual with the given ID. A unique name
1119- // / will automatically be assigned to the frustum visual. If the given
1120- // / ID is already in use, NULL will be returned.
1121- // / \param[in] _id ID of the new frustum visual
1122- // / \return The created frustum visual
1123- public: virtual FrustumVisualPtr CreateFrustumVisual (
1124- unsigned int _id) = 0;
1125-
1126- // / \brief Create new frustum visual with the given name. A unique ID
1127- // / will automatically be assigned to the frustum visual. If the given
1128- // / name is already in use, NULL will be returned.
1129- // / \param[in] _name Name of the new frustum visual
1130- // / \return The created frustum visual
1131- public: virtual FrustumVisualPtr CreateFrustumVisual (
1132- const std::string &_name) = 0;
1133-
1134- // / \brief Create new frustum visual with the given name. If either
1135- // / the given ID or name is already in use, NULL will be returned.
1136- // / \param[in] _id ID of the frustum visual.
1137- // / \param[in] _name Name of the new frustum visual.
1138- // / \return The created frustum visual
1139- public: virtual FrustumVisualPtr CreateFrustumVisual (
1140- unsigned int _id, const std::string &_name) = 0;
1141-
1142- // / \brief Create new heightmap geometry. The rendering::Heightmap will be
1143- >>>>>>> 7ac8abc9 (Code cleanup (#1217 ))
11441111 // / created from the given HeightmapDescriptor.
11451112 // / \param[in] _desc Data about the heightmap
11461113 // / \return The created heightmap
0 commit comments