From 177920aa80c250689cd5ccd3e8c2b5fa2dadc800 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 13 Aug 2024 22:34:24 +0000 Subject: [PATCH] update migration guide Signed-off-by: Ian Chen --- Migration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Migration.md b/Migration.md index e85451af1..11c187501 100644 --- a/Migration.md +++ b/Migration.md @@ -19,6 +19,14 @@ release will remove the deprecated code. + Removed: `Ogre::OgreItem *OnSelectionClick(const int _x, const int _y)` + Replacement: `Ogre::MovableObject *OnSelectionClick(int _x, int _y)` +1. **GpuRays** + + Made function private: `void Copy(Image &_image)` + + Use the overloaded function: `void Copy(float *_data)` + +1. **RenderPass** + + Made function private: `void PreRender()` + + Use the overloaded function: `void PreRender(const CameraPtr &_camera)` + ## Gazebo Rendering 7.x to 8.x ### Deprecations