This file is indexed.

/usr/share/aqsis/examples/scenes/fisheye/fisheye.rib is in aqsis-examples 1.8.1-4build1.

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
#ReadArchive "envmap.rib"

# Generate individual cube environment face maps
MakeTexture "rpx.tif" "rpx.tex" "clamp" "clamp" "gaussian" 2 2
MakeTexture "rnx.tif" "rnx.tex" "clamp" "clamp" "gaussian" 2 2
MakeTexture "rpy.tif" "rpy.tex" "clamp" "clamp" "gaussian" 2 2
MakeTexture "rny.tif" "rny.tex" "clamp" "clamp" "gaussian" 2 2
MakeTexture "rpz.tif" "rpz.tex" "clamp" "clamp" "gaussian" 2 2
MakeTexture "rnz.tif" "rnz.tex" "clamp" "clamp" "gaussian" 2 2


Display "fisheye.tif" "file" "rgba"
Display "+fisheye.tif" "framebuffer" "rgba"

Format 400 400 1
PixelSamples 2 2

Imager "fisheye_projection"
	"string texturename_px" "rpx.tex"
	"string texturename_nx" "rnx.tex"
	"string texturename_py" "rpy.tex"
	"string texturename_ny" "rny.tex"
	"string texturename_pz" "rpz.tex"
	"string texturename_nz" "rnz.tex"
	"float textureFov" 93
	"float thetaMax" 180
WorldBegin
WorldEnd