This file is indexed.

/usr/src/castle-game-engine-4.1.1/x3d/doc/x3d_nodes/2/Layering.txt 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
18
19
20
21
22
23
X3DLayerNode : X3DNode {
  SFBool [in,out] isPickable TRUE
  SFNode [in,out] viewport NULL [X3DViewportNode]
}

X3DViewportNode : X3DGroupingNode {
}

Layer : X3DLayerNode { 
  MFNode [in]     addChildren    []    [X3DChildNode]
  MFNode [in]     removeChildren []    [X3DChildNode]
  MFNode [in,out] children       []    [X3DChildNode]
}

LayerSet : X3DNode { 
  SFInt32 [in,out]  activeLayer 0    (-Inf,Inf)
  MFNode  [in,out]  layers      []   [X3DLayerNode]
  MFInt32 [in,out]  order       [0]   (0,Inf)
}

Viewport : X3DGroupingNode, X3DBoundedObject {
  MFFloat [in,out] clipBoundary   0 1 0 1  [0,1]
}