/usr/share/games/searchandrescue/objects/building02.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 building03_tex textures/building03.tex
type 1
range 2000
crash_flags 0 1 0 3
contact_rectangular -70.0 70.0 -20.0 20.0 0.0 40.0
begin_model standard
# Walls
color 1.0 1.0 1.0 1.0
texture_select building03_tex
begin_quads
normal 0 1 0
texture 1 0
-70 20 0
texture 0 0
70 20 0
texture 0 1
70 20 40
texture 1 1
-70 20 40
end_quads
begin_quads
normal 1 0 0
texture 1 0
70 20 0
texture 0 0
70 -20 0
texture 0 1
70 -20 40
texture 1 1
70 20 40
end_quads
begin_quads
normal 0 -1 0
texture 0 0
-70 -20 0
texture 1 0
70 -20 0
texture 1 1
70 -20 40
texture 0 1
-70 -20 40
end_quads
begin_quads
normal -1 0 0
texture 0 0
-70 20 0
texture 1 0
-70 -20 0
texture 1 1
-70 -20 40
texture 0 1
-70 20 40
end_quads
texture_unselect
# Roof
color 0.90 0.88 0.85 1.0
begin_quads
normal 0 0 1
-70 20 40
70 20 40
70 -20 40
-70 -20 40
end_quads
end_model standard
|