You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source or binary build?
source, branch main, latest commit ad0ddc4
GUI rendering bug
Rendering plugin: ogre2
Description
Expected behavior: Be able to modify window size
Actual behavior: When using the default MinimalScene and plugins are showing in the right pane, when the window size is modified it crashes with:
ign gazebo gui: /var/lib/jenkins/workspace/ogre-2.2-debbuilder/repo/OgreMain/include/OgreAxisAlignedBox.h:251: void Ogre::AxisAlignedBox::setExtents(const Ogre::Vector3&, const Ogre::Vector3&): Assertion `(min.x <= max.x && min.y <= max.y && min.z <= max.z) &&"The minimum corner of the box must be less than or equal to maximum corner"' failed.
This doesn't happen when using GzScene3D.
Steps to reproduce
ign gazebo
Expand window (with plugins appearing in right pane)
The text was updated successfully, but these errors were encountered:
Environment
source, branch
main
, latest commit ad0ddc4Description
MinimalScene
and plugins are showing in the right pane, when the window size is modified it crashes with:This doesn't happen when using
GzScene3D
.Steps to reproduce
ign gazebo
The text was updated successfully, but these errors were encountered: