The RTerrainControl component is a wrapper of MapLibre TerrainControl.
When you use this control, the maplibre instance will be modified without
your map app being aware of it, this could result map's state to deviate from its props.
So use either RTerrain or RTerrainControl but never both components at the
same time.
Generally speaking, you use RTerrain if you want to benefit from reactivity
with the exaggeration option.
Reference
RTerrain accept same props as TerrainSpecification, all his props are reactives.
Check the MapLibre Terrain reference page for details.