/usr/share/osgearth/maps/skyview1.earth is in osgearth-data 2.9.0+dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <!--
osgEarth Sample
Shows the skyview driver, which will flip an image source horizontally
so that it's viewable from inside the globe, planetarium style.
Run with osgearth_skyview skyview1.earth
-->
<map name="skyview" type="geocentric">
<options>
<terrain>
<cluster_culling>false</cluster_culling>
<skirt_ratio>0.0</skirt_ratio>
</terrain>
</options>
<!-- Wrap the image in the skyview driver to flip it-->
<image name="skyview" driver="skyview">
<image name="EarthAtNight" driver="osg">
<url>/usr/share/osgearth/data/skyview/celestial-ref.jpg</url>
<profile>global-geodetic</profile>
</image>
</image>
</map>
|