/usr/share/savi/oogl/earth_fancy.oogl is in savi 1.5.1-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 | # $Id: earth_fancy.oogl,v 1.4 2011/04/26 20:41:31 lloydwood Exp $
appearance {
material { diffuse 1.0 1.0 1.0 }
# *-evert
# +backcull
+texturing
shading smooth
texture {
# Detailed Earth map from NASA's Blue Marble project.
# http://visibleearth.nasa.gov/
# free for educational use.
file "blue_marble_land_shallow_topo_2048.jpeg"
transform {
1 0 0 0
0 1 0 0
0 0 1 0
.5 0 0 1
}
}
}
STSPHERE CYLINDRICAL 1 0 0 0
|