We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Size of heightmap (which is a common::Dem) is rendering incorrectly for ogre2 but correctly in ogre1.
common::Dem
This requires gazebosim/gz-common@57f2d08 with ign-rendering branch https://github.com/ignitionrobotics/ign-rendering/tree/jennuine/dem_ex
ign-rendering
cd /path/to/ign-rendering/examples/heightmap
mkdir build && cd build
cmake .. && make
./heightmap ogre
./heightmap ogre2
The text was updated successfully, but these errors were encountered:
See #580
Sorry, something went wrong.
Resolved in #580, thanks @chapulina! ✨
chapulina
No branches or pull requests
Environment
Source, https://github.com/ignitionrobotics/ign-rendering/tree/jennuine/dem_ex, 58800ec
Description
Size of heightmap (which is a
common::Dem
) is rendering incorrectly for ogre2 but correctly in ogre1.Steps to reproduce
This requires gazebosim/gz-common@57f2d08 with
ign-rendering
branch https://github.com/ignitionrobotics/ign-rendering/tree/jennuine/dem_excd /path/to/ign-rendering/examples/heightmap
mkdir build && cd build
cmake .. && make
./heightmap ogre
or./heightmap ogre2
The text was updated successfully, but these errors were encountered: