How to Install and Uninstall libOgreTerrain13_5 Package on openSUSE Leap

Last updated: May 15,2024

1. Install "libOgreTerrain13_5" package

Here is a brief guide to show you how to install libOgreTerrain13_5 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libOgreTerrain13_5

2. Uninstall "libOgreTerrain13_5" package

Please follow the guidance below to uninstall libOgreTerrain13_5 on openSUSE Leap:

$ sudo zypper remove libOgreTerrain13_5

3. Information about the libOgreTerrain13_5 package on openSUSE Leap

Information for package libOgreTerrain13_5:
-------------------------------------------
Repository : Main Repository
Name : libOgreTerrain13_5
Version : 13.5.3-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 462.1 KiB
Installed : No
Status : not installed
Source package : ogre-13.5.3-bp155.1.6.src
Upstream URL : https://www.ogre3d.org/
Summary : Ogre Terrain System component
Description :
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented 3D engine.
The Ogre Terrain System features:
* SceneManager independent, integrates with (optional) Paging component
* Hierarchical geometry batching: batch count reduced at lower LODs as well as
vertex count. At the lowest level of detail, the entire terrain page is a
single batch which has obvious advantages for large paging terrains over the
fixed tiles previously used.
* Skirts are used instead of stitching to avoid cracks in geometry. This means
fewer indexing arrangements and lower overall index buffer usage.
* Built-in support for splatting layers, configurable sampler inputs and
pluggable material generators.
* Support for generating global normal maps and light maps in a background
thread.
* LOD now adapts in real-time to camera settings (viewport sizes & LOD bias) so
you can use the same terrain with multiple views efficiently.