/usr/share/games/searchandrescue/objects/building01.3d is in searchandrescue-data 1.3.0-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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | # Way too simple building
#
texture_load building01_tex textures/building01.tex
type 1
range 2000
crash_flags 0 1 0 3
contact_rectangular -6.0 6.0 -6.0 6.0 0.0 28.0
begin_model standard
# Walls
color 1.0 1.0 1.0 1.0
texture_select building01_tex
begin_quads
normal 0 1 0
texture 1 0
-6 6 0
texture 0 0
6 6 0
texture 0 1
6 6 28
texture 1 1
-6 6 28
end_quads
begin_quads
normal 1 0 0
texture 1 0
6 6 0
texture 0 0
6 -6 0
texture 0 1
6 -6 28
texture 1 1
6 6 28
end_quads
begin_quads
normal 0 -1 0
texture 0 0
-6 -6 0
texture 1 0
6 -6 0
texture 1 1
6 -6 28
texture 0 1
-6 -6 28
end_quads
begin_quads
normal -1 0 0
texture 0 0
-6 6 0
texture 1 0
-6 -6 0
texture 1 1
-6 -6 28
texture 0 1
-6 6 28
end_quads
texture_unselect
# Roof
color 0.83 0.82 0.80 1.0
begin_quads
normal 0 0 1
-6 6 28
6 6 28
6 -6 28
-6 -6 28
end_quads
end_model standard
|