Skip to content

Commit

Permalink
update migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Aug 13, 2024
1 parent 83758af commit 177920a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 177920a

Please sign in to comment.