This file is indexed.

/usr/src/castle-game-engine-4.1.1/x3d/opengl/glsl/template_test.x3dv is in castle-game-engine-src 4.1.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
#X3D V3.2 utf8
PROFILE Interchange
COMPONENT Shaders:1

Shape {
  appearance Appearance {
    material Material { diffuseColor 1 1 0 }
    shaders ComposedShader {
      language "GLSL"
      parts [
        ShaderPart { type "VERTEX" url "template.vs" }
        ShaderPart { type "FRAGMENT" url "template.fs" }
      ]
    }
  }
  geometry Sphere { }
}