From c383af1a7eed3a95b03613c7221d3358688f9858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Mon, 16 Dec 2024 15:27:31 +0100 Subject: [PATCH] Migration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- Migration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Migration.md b/Migration.md index 59cacb05f..379d1e0ca 100644 --- a/Migration.md +++ b/Migration.md @@ -12,6 +12,9 @@ release will remove the deprecated code. 1. The macro `GZ_RENDERING_RESOURCE_PATH` is removed. Use `gz::rendering::getResourcePath()` instead. +1. The macro `GZ_RENDERING_ENGINE_INSTALL_DIR` is removed. Use +`gz::rendering::getEngineInstallDir()` instead. + 1. **Ogre2SelectionBuffer** + Removed: `bool ExecuteQuery(const int _x, const int _y, Ogre::Item *&_item, math::Vector3d &_point)` + Replacement: `bool ExecuteQuery(int _x, int _y, Ogre::MovableObject *&_obj, math::Vector3d &_point)`