This file is indexed.

/usr/share/sofa/examples/Tutorials/Dentistry_Haptics/dentalSurgery_01.scn is in sofa-data 1.0~beta4-11.

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
<!-- This is the simplest example possible: 
   + the first line defines global parameters for the scene which are attached to the root node of the scene
   + then we load the OBJ model of the tooth and display it (using a white color) 
-->

<Node name="root" dt="0.01" showBehaviorModels="0" showCollisionModels="0" showMappings="0" showForceFields="0">
	<Node name="Tooth">
		<Object type="OglModel" name="ToothVisualModel" fileMesh="data/mesh/tooth_closed.obj" color="white" />
	</Node>
</Node>