changed the build script to build the map (real)

balls
This commit is contained in:
zombie maniac 2023-09-28 18:20:07 -04:00
parent a12c85395f
commit 5920c16b4d
Signed by untrusted user: nbrooks211
GPG key ID: F43C85C0DF0C334E
12 changed files with 8208 additions and 41 deletions

View file

@ -3,12 +3,6 @@
# Get the current user. This assumes you are running the script as the desired user. # Get the current user. This assumes you are running the script as the desired user.
USER=$(whoami) USER=$(whoami)
name=fmlmap
mapname=${name}.map
bspname=${name}.bsp
echo $mapname echo $mapname
echo $bspname echo $bspname
@ -18,13 +12,32 @@ python timeatbuild.py
#move the build image #move the build image
mv overlay_datetime_image.png textures/zombietextures_dev/overlay_datetime_image.png mv overlay_datetime_image.png textures/zombietextures_dev/overlay_datetime_image.png
#build the map
q3map2 -meta -patchmeta $mapname # Loop through all .map files in the current directory
q3map2 -convert -format obj $bspname #for mapfile in *.map; do
# # The base name without extension can be derived using 'basename'
# base=$(basename "$mapfile" .map)
#
# # Convert .map to .bsp
# q3map2 -game xonotic -meta -patchmeta "$mapfile"
#
# # Ensure the .bsp file exists before converting to .obj
# if [[ -f "$base.bsp" ]]; then
# q3map2 -game xonotic -convert -format obj "$base.bsp"
# else
# echo "Error: $base.bsp does not exist!"
# fi
#done
for mapfile in *.map; do
q3map2 -game xonotic -convert -format obj -patchmeta -subdivisions 4 -readmap $mapfile
done
#move the map #move the map
mv "${mapname%.*}.obj" maps/ mv *obj maps/
mv "${mapname%.*}.mtl" maps/ mv *mtl maps/
#delete bloat
#rm *srf
# Define the destination directory # Define the destination directory
DEST_DIR="/home/$USER/.xonotic/data/" DEST_DIR="/home/$USER/.xonotic/data/"

View file

@ -0,0 +1,14 @@
[remap]
importer="qodot.map"
type="Resource"
uid="uid://coasfpfsg4gm7"
path="res://.godot/imported/fmlmap.autosave.map-6cf8c7bb1fc45be11a335811e601597a.tres"
[deps]
source_file="res://assets/fmlmap.autosave.map"
dest_files=["res://.godot/imported/fmlmap.autosave.map-6cf8c7bb1fc45be11a335811e601597a.tres"]
[params]

Binary file not shown.

14
fmlmap.map.import Normal file
View file

@ -0,0 +1,14 @@
[remap]
importer="qodot.map"
type="Resource"
uid="uid://jnqn7tbnac8s"
path="res://.godot/imported/fmlmap.map-7f042cb6ac47ea605c5a1787b408842b.tres"
[deps]
source_file="res://assets/fmlmap.map"
dest_files=["res://.godot/imported/fmlmap.map-7f042cb6ac47ea605c5a1787b408842b.tres"]
[params]

21
fmlmap.obj.import Normal file
View file

@ -0,0 +1,21 @@
[remap]
importer="wavefront_obj"
importer_version=1
type="Mesh"
uid="uid://r7mlqd776r2u"
path="res://.godot/imported/fmlmap.obj-110bda9fb4af01cc220f41f388ce247a.mesh"
[deps]
files=["res://.godot/imported/fmlmap.obj-110bda9fb4af01cc220f41f388ce247a.mesh"]
source_file="res://assets/fmlmap.obj"
dest_files=["res://.godot/imported/fmlmap.obj-110bda9fb4af01cc220f41f388ce247a.mesh", "res://.godot/imported/fmlmap.obj-110bda9fb4af01cc220f41f388ce247a.mesh"]
[params]
generate_tangents=true
scale_mesh=Vector3(1, 1, 1)
offset_mesh=Vector3(0, 0, 0)
optimize_mesh=true

View file

@ -1,8 +0,0 @@
default
{
castShadows 1
receiveShadows 1
sampleSize 16
longestCurve 0.000000
}

14
mapentities.map.import Normal file
View file

@ -0,0 +1,14 @@
[remap]
importer="qodot.map"
type="Resource"
uid="uid://cj7q4vbmyx2lp"
path="res://.godot/imported/mapentities.map-6d2d78b70a2ed86227afdf576826b797.tres"
[deps]
source_file="res://assets/mapentities.map"
dest_files=["res://.godot/imported/mapentities.map-6d2d78b70a2ed86227afdf576826b797.tres"]
[params]

View file

@ -1,28 +1,25 @@
# Generated by Q3Map2 (ydnar) -convert -format obj # Generated by Q3Map2 (ydnar) -convert -format obj
newmtl textures/zombietextures_dev/tiles05_orange newmtl textures/zombietextures_dev/tiles05_cardboard
Kd 1.000000 1.000000 1.000000 Kd 0.328765 1.000000 0.592359
map_Kd ../textures/zombietextures_dev/tiles05_orange.tga map_Kd ../textures/zombietextures_dev/tiles05_cardboard.png
newmtl textures/zombietextures_dev/tiles05_door
Kd 0.328579 1.000000 0.592535
map_Kd ../textures/zombietextures_dev/tiles05_door.png
newmtl textures/zombietextures_dev/overlay_datetime_image
Kd 1.000000 0.989102 0.987293
map_Kd ../textures/zombietextures_dev/overlay_datetime_image.png
newmtl textures/zombietextures_dev/tiles05_gray newmtl textures/zombietextures_dev/tiles05_gray
Kd 1.000000 1.000000 1.000000 Kd 1.000000 1.000000 1.000000
map_Kd ../textures/zombietextures_dev/tiles05_gray.tga map_Kd ../textures/zombietextures_dev/tiles05_gray.png
newmtl textures/zombietextures_dev/tiles05_orange
Kd 1.000000 0.578380 0.004485
map_Kd ../textures/zombietextures_dev/tiles05_orange.png
newmtl textures/zombietextures_dev/tiles05_player newmtl textures/zombietextures_dev/tiles05_player
Kd 1.000000 1.000000 1.000000 Kd 0.329148 1.000000 0.593025
map_Kd ../textures/zombietextures_dev/tiles05_player.tga map_Kd ../textures/zombietextures_dev/tiles05_player.png
newmtl noshader
Kd 1.000000 1.000000 1.000000
map_Kd ../noshader.tga
newmtl textures/zombietextures_dev/tiles05_cardboard
Kd 1.000000 1.000000 1.000000
map_Kd ../textures/zombietextures_dev/tiles05_cardboard.tga
newmtl textures/zombietextures_dev/tiles05_door
Kd 1.000000 1.000000 1.000000
map_Kd ../textures/zombietextures_dev/tiles05_door.tga
newmtl textures/zombietextures_dev/overlay_datetime_image
Kd 1.000000 1.000000 1.000000
map_Kd ../textures/zombietextures_dev/overlay_datetime_image.tga
newmtl textures/zombietextures_brick/bricks07 newmtl textures/zombietextures_brick/bricks07
Kd 1.000000 1.000000 1.000000 Kd 1.000000 0.464620 0.376686
map_Kd ../textures/zombietextures_brick/bricks07.tga map_Kd ../textures/zombietextures_brick/bricks07.jpg
newmtl textures/zombietextures_concrete/asphalt12 newmtl textures/zombietextures_concrete/asphalt12
Kd 1.000000 1.000000 1.000000 Kd 0.891177 0.928859 1.000000
map_Kd ../textures/zombietextures_concrete/asphalt12.tga map_Kd ../textures/zombietextures_concrete/asphalt12.png

File diff suppressed because it is too large Load diff

10
maps/mapentities.mtl Normal file
View file

@ -0,0 +1,10 @@
# Generated by Q3Map2 (ydnar) -convert -format obj
newmtl textures/zombietextures_dev/tiles05_cardboard
Kd 0.328765 1.000000 0.592359
map_Kd ../textures/zombietextures_dev/tiles05_cardboard.png
newmtl textures/zombietextures_dev/tiles05_player
Kd 0.329148 1.000000 0.593025
map_Kd ../textures/zombietextures_dev/tiles05_player.png
newmtl textures/zombietextures_dev/tiles05_door
Kd 0.328579 1.000000 0.592535
map_Kd ../textures/zombietextures_dev/tiles05_door.png

486
maps/mapentities.obj Normal file
View file

@ -0,0 +1,486 @@
o mapentities
# Generated by Q3Map2 (ydnar) -convert -format obj
mtllib mapentities.mtl
g mat0model0surf0
# SURFACETYPE MST_PLANAR
usemtl textures/zombietextures_dev/tiles05_cardboard
# vertex 1
v -2190.000000 576.000000 32.000000
vn 1.000000 0.000000 0.000000
vt 1.077457 0.424455
# vertex 2
v -2190.000000 512.000000 32.000000
vn 1.000000 0.000000 0.000000
vt 0.667820 -0.046778
# vertex 3
v -2190.000000 576.000000 136.000000
vn 1.000000 0.000000 0.000000
vt 0.311703 1.090116
# vertex 4
v -2190.000000 512.000000 136.000000
vn 1.000000 0.000000 0.000000
vt -0.097934 0.618882
f 1/1/1 3/3/3 2/2/2
f 3/3/3 4/4/4 2/2/2
g mat0model0surf1
# SURFACETYPE MST_PLANAR
# vertex 5
v -2194.000000 576.000000 136.000000
vn 0.000000 1.000000 0.000000
vt -0.332164 1.003483
# vertex 6
v -2194.000000 576.000000 32.000000
vn 0.000000 1.000000 0.000000
vt 0.433590 0.337824
# vertex 7
v -2190.000000 576.000000 136.000000
vn 0.000000 1.000000 0.000000
vt -0.357766 0.974031
# vertex 8
v -2190.000000 576.000000 32.000000
vn 0.000000 1.000000 0.000000
vt 0.407988 0.308372
f 5/5/5 7/7/7 6/6/6
f 7/7/7 8/8/8 6/6/6
g mat0model0surf2
# SURFACETYPE MST_PLANAR
# vertex 9
v -2190.000000 512.000000 136.000000
vn 0.000000 0.000000 1.000000
vt 0.778419 -0.234335
# vertex 10
v -2194.000000 512.000000 136.000000
vn 0.000000 0.000000 1.000000
vt 0.748968 -0.208731
# vertex 11
v -2190.000000 576.000000 136.000000
vn 0.000000 0.000000 1.000000
vt 1.188057 0.236898
# vertex 12
v -2194.000000 576.000000 136.000000
vn 0.000000 0.000000 1.000000
vt 1.158606 0.262503
f 9/9/9 11/11/11 10/10/10
f 11/11/11 12/12/12 10/10/10
g mat0model0surf3
# SURFACETYPE MST_PLANAR
# vertex 13
v -2194.000000 576.000000 32.000000
vn 0.000000 0.000000 -1.000000
vt 0.467541 1.176772
# vertex 14
v -2194.000000 512.000000 32.000000
vn 0.000000 0.000000 -1.000000
vt 0.057905 0.705539
# vertex 15
v -2190.000000 576.000000 32.000000
vn 0.000000 0.000000 -1.000000
vt 0.438089 1.202374
# vertex 16
v -2190.000000 512.000000 32.000000
vn 0.000000 0.000000 -1.000000
vt 0.028454 0.731141
f 13/13/13 15/15/15 14/14/14
f 15/15/15 16/16/16 14/14/14
g mat0model0surf4
# SURFACETYPE MST_PLANAR
# vertex 17
v -2190.000000 512.000000 32.000000
vn 0.000000 -1.000000 0.000000
vt 1.373463 0.058338
# vertex 18
v -2194.000000 512.000000 32.000000
vn 0.000000 -1.000000 0.000000
vt 1.347860 0.028887
# vertex 19
v -2190.000000 512.000000 136.000000
vn 0.000000 -1.000000 0.000000
vt 0.607709 0.723998
# vertex 20
v -2194.000000 512.000000 136.000000
vn 0.000000 -1.000000 0.000000
vt 0.582107 0.694547
f 17/17/17 19/19/19 18/18/18
f 19/19/19 20/20/20 18/18/18
g mat0model0surf5
# SURFACETYPE MST_PLANAR
# vertex 21
v -2194.000000 512.000000 136.000000
vn -1.000000 0.000000 0.000000
vt 0.347874 1.079147
# vertex 22
v -2194.000000 512.000000 32.000000
vn -1.000000 0.000000 0.000000
vt 1.113628 0.413487
# vertex 23
v -2194.000000 576.000000 136.000000
vn -1.000000 0.000000 0.000000
vt -0.061763 0.607913
# vertex 24
v -2194.000000 576.000000 32.000000
vn -1.000000 0.000000 0.000000
vt 0.703991 -0.057747
f 21/21/21 23/23/23 22/22/22
f 23/23/23 24/24/24 22/22/22
g mat1model0surf6
# SURFACETYPE MST_PLANAR
usemtl textures/zombietextures_dev/tiles05_player
# vertex 25
v -2312.000000 648.000000 32.000000
vn 1.000000 0.000000 0.000000
vt 1.669019 0.262136
# vertex 26
v -2312.000000 616.000000 32.000000
vn 1.000000 0.000000 0.000000
vt 1.356824 -0.278602
# vertex 27
v -2312.000000 648.000000 100.000000
vn 1.000000 0.000000 0.000000
vt 0.519951 0.925551
# vertex 28
v -2312.000000 616.000000 100.000000
vn 1.000000 0.000000 0.000000
vt 0.207756 0.384813
f 25/25/25 27/27/27 26/26/26
f 27/27/27 28/28/28 26/26/26
g mat1model0surf7
# SURFACETYPE MST_PLANAR
# vertex 29
v -2344.000000 648.000000 100.000000
vn 0.000000 1.000000 0.000000
vt 0.066294 1.584656
# vertex 30
v -2344.000000 648.000000 32.000000
vn 0.000000 1.000000 0.000000
vt 1.215363 0.921242
# vertex 31
v -2312.000000 648.000000 100.000000
vn 0.000000 1.000000 0.000000
vt -0.245903 1.043919
# vertex 32
v -2312.000000 648.000000 32.000000
vn 0.000000 1.000000 0.000000
vt 0.903166 0.380505
f 29/29/29 31/31/31 30/30/30
f 31/31/31 32/32/32 30/30/30
g mat1model0surf8
# SURFACETYPE MST_PLANAR
# vertex 33
v -2312.000000 616.000000 100.000000
vn 0.000000 0.000000 1.000000
vt 0.829254 -0.034698
# vertex 34
v -2344.000000 616.000000 100.000000
vn 0.000000 0.000000 1.000000
vt 0.288517 0.277500
# vertex 35
v -2312.000000 648.000000 100.000000
vn 0.000000 0.000000 1.000000
vt 1.141449 0.506042
# vertex 36
v -2344.000000 648.000000 100.000000
vn 0.000000 0.000000 1.000000
vt 0.600712 0.818237
f 33/33/33 35/35/35 34/34/34
f 35/35/35 36/36/36 34/34/34
g mat1model0surf9
# SURFACETYPE MST_PLANAR
# vertex 37
v -2344.000000 648.000000 32.000000
vn 0.000000 0.000000 -1.000000
vt 0.818806 1.081646
# vertex 38
v -2344.000000 616.000000 32.000000
vn 0.000000 0.000000 -1.000000
vt 0.506611 0.540908
# vertex 39
v -2312.000000 648.000000 32.000000
vn 0.000000 0.000000 -1.000000
vt 0.278069 1.393843
# vertex 40
v -2312.000000 616.000000 32.000000
vn 0.000000 0.000000 -1.000000
vt -0.034126 0.853105
f 37/37/37 39/39/39 38/38/38
f 39/39/39 40/40/40 38/38/38
g mat1model0surf10
# SURFACETYPE MST_PLANAR
# vertex 41
v -2312.000000 616.000000 32.000000
vn 0.000000 -1.000000 0.000000
vt 0.790968 0.243885
# vertex 42
v -2344.000000 616.000000 32.000000
vn 0.000000 -1.000000 0.000000
vt 0.478771 -0.296852
# vertex 43
v -2312.000000 616.000000 100.000000
vn 0.000000 -1.000000 0.000000
vt -0.358101 0.907299
# vertex 44
v -2344.000000 616.000000 100.000000
vn 0.000000 -1.000000 0.000000
vt -0.670298 0.366562
f 41/41/41 43/43/43 42/42/42
f 43/43/43 44/44/44 42/42/42
g mat1model0surf11
# SURFACETYPE MST_PLANAR
# vertex 45
v -2344.000000 616.000000 100.000000
vn -1.000000 0.000000 0.000000
vt 0.188241 1.566402
# vertex 46
v -2344.000000 616.000000 32.000000
vn -1.000000 0.000000 0.000000
vt 1.337309 0.902987
# vertex 47
v -2344.000000 648.000000 100.000000
vn -1.000000 0.000000 0.000000
vt -0.123955 1.025665
# vertex 48
v -2344.000000 648.000000 32.000000
vn -1.000000 0.000000 0.000000
vt 1.025113 0.362250
f 45/45/45 47/47/47 46/46/46
f 47/47/47 48/48/48 46/46/46
g mat2model0surf12
# SURFACETYPE MST_PLANAR
usemtl textures/zombietextures_dev/tiles05_door
# vertex 49
v -1728.000000 640.000000 0.000000
vn 1.000000 0.000000 0.000000
vt 1.131707 0.000000
# vertex 50
v -1728.000000 448.000000 0.000000
vn 1.000000 0.000000 0.000000
vt -0.741463 0.000000
# vertex 51
v -1728.000000 640.000000 128.000000
vn 1.000000 0.000000 0.000000
vt 1.131707 1.248780
# vertex 52
v -1728.000000 448.000000 128.000000
vn 1.000000 0.000000 0.000000
vt -0.741463 1.248780
f 49/49/49 51/51/51 50/50/50
f 51/51/51 52/52/52 50/50/50
g mat2model0surf13
# SURFACETYPE MST_PLANAR
# vertex 53
v -1744.000000 640.000000 128.000000
vn 0.000000 1.000000 0.000000
vt 0.902439 1.248780
# vertex 54
v -1744.000000 640.000000 0.000000
vn 0.000000 1.000000 0.000000
vt 0.902439 0.000000
# vertex 55
v -1728.000000 640.000000 128.000000
vn 0.000000 1.000000 0.000000
vt 0.746340 1.248780
# vertex 56
v -1728.000000 640.000000 0.000000
vn 0.000000 1.000000 0.000000
vt 0.746340 0.000000
f 53/53/53 55/55/55 54/54/54
f 55/55/55 56/56/56 54/54/54
g mat2model0surf14
# SURFACETYPE MST_PLANAR
# vertex 57
v -1728.000000 448.000000 128.000000
vn 0.000000 0.000000 1.000000
vt -0.741463 0.858536
# vertex 58
v -1744.000000 448.000000 128.000000
vn 0.000000 0.000000 1.000000
vt -0.741463 1.014635
# vertex 59
v -1728.000000 640.000000 128.000000
vn 0.000000 0.000000 1.000000
vt 1.131707 0.858536
# vertex 60
v -1744.000000 640.000000 128.000000
vn 0.000000 0.000000 1.000000
vt 1.131707 1.014635
f 57/57/57 59/59/59 58/58/58
f 59/59/59 60/60/60 58/58/58
g mat2model0surf15
# SURFACETYPE MST_PLANAR
# vertex 61
v -1744.000000 640.000000 0.000000
vn 0.000000 0.000000 -1.000000
vt 1.131707 -0.014635
# vertex 62
v -1744.000000 448.000000 0.000000
vn 0.000000 0.000000 -1.000000
vt -0.741463 -0.014635
# vertex 63
v -1728.000000 640.000000 0.000000
vn 0.000000 0.000000 -1.000000
vt 1.131707 0.141464
# vertex 64
v -1728.000000 448.000000 0.000000
vn 0.000000 0.000000 -1.000000
vt -0.741463 0.141464
f 61/61/61 63/63/63 62/62/62
f 63/63/63 64/64/64 62/62/62
g mat2model0surf16
# SURFACETYPE MST_PLANAR
# vertex 65
v -1728.000000 448.000000 0.000000
vn 0.000000 -1.000000 0.000000
vt 1.029268 0.000000
# vertex 66
v -1744.000000 448.000000 0.000000
vn 0.000000 -1.000000 0.000000
vt 0.873169 0.000000
# vertex 67
v -1728.000000 448.000000 128.000000
vn 0.000000 -1.000000 0.000000
vt 1.029268 1.248780
# vertex 68
v -1744.000000 448.000000 128.000000
vn 0.000000 -1.000000 0.000000
vt 0.873169 1.248780
f 65/65/65 67/67/67 66/66/66
f 67/67/67 68/68/68 66/66/66
g mat2model0surf17
# SURFACETYPE MST_PLANAR
# vertex 69
v -1744.000000 448.000000 128.000000
vn -1.000000 0.000000 0.000000
vt 1.517072 1.248780
# vertex 70
v -1744.000000 448.000000 0.000000
vn -1.000000 0.000000 0.000000
vt 1.517072 0.000000
# vertex 71
v -1744.000000 640.000000 128.000000
vn -1.000000 0.000000 0.000000
vt -0.356099 1.248780
# vertex 72
v -1744.000000 640.000000 0.000000
vn -1.000000 0.000000 0.000000
vt -0.356099 0.000000
f 69/69/69 71/71/71 70/70/70
f 71/71/71 72/72/72 70/70/70
g mat2model0surf18
# SURFACETYPE MST_PLANAR
# vertex 73
v -2368.000000 592.000000 0.000000
vn 1.000000 0.000000 0.000000
vt 1.279801 0.069794
# vertex 74
v -2368.000000 496.000000 0.000000
vn 1.000000 0.000000 0.000000
vt 0.405424 -0.265849
# vertex 75
v -2368.000000 592.000000 112.000000
vn 1.000000 0.000000 0.000000
vt 0.888219 1.089901
# vertex 76
v -2368.000000 496.000000 112.000000
vn 1.000000 0.000000 0.000000
vt 0.013841 0.754259
f 73/73/73 75/75/75 74/74/74
f 75/75/75 76/76/76 74/74/74
g mat2model0surf19
# SURFACETYPE MST_PLANAR
# vertex 77
v -2384.000000 592.000000 112.000000
vn 0.000000 1.000000 0.000000
vt 0.209936 1.355223
# vertex 78
v -2384.000000 592.000000 0.000000
vn 0.000000 1.000000 0.000000
vt 0.601519 0.335115
# vertex 79
v -2368.000000 592.000000 112.000000
vn 0.000000 1.000000 0.000000
vt 0.064207 1.299282
# vertex 80
v -2368.000000 592.000000 0.000000
vn 0.000000 1.000000 0.000000
vt 0.455790 0.279175
f 77/77/77 79/79/79 78/78/78
f 79/79/79 80/80/80 78/78/78
g mat2model0surf20
# SURFACETYPE MST_PLANAR
# vertex 81
v -2368.000000 496.000000 112.000000
vn 0.000000 0.000000 1.000000
vt 0.126249 0.302137
# vertex 82
v -2384.000000 496.000000 112.000000
vn 0.000000 0.000000 1.000000
vt 0.070308 0.447866
# vertex 83
v -2368.000000 592.000000 112.000000
vn 0.000000 0.000000 1.000000
vt 1.000627 0.637779
# vertex 84
v -2384.000000 592.000000 112.000000
vn 0.000000 0.000000 1.000000
vt 0.944686 0.783508
f 81/81/81 83/83/83 82/82/82
f 83/83/83 84/84/84 82/82/82
g mat2model0surf21
# SURFACETYPE MST_PLANAR
# vertex 85
v -2384.000000 592.000000 0.000000
vn 0.000000 0.000000 -1.000000
vt 0.614917 0.356079
# vertex 86
v -2384.000000 496.000000 0.000000
vn 0.000000 0.000000 -1.000000
vt -0.259461 0.020437
# vertex 87
v -2368.000000 592.000000 0.000000
vn 0.000000 0.000000 -1.000000
vt 0.558976 0.501808
# vertex 88
v -2368.000000 496.000000 0.000000
vn 0.000000 0.000000 -1.000000
vt -0.315402 0.166166
f 85/85/85 87/87/87 86/86/86
f 87/87/87 88/88/88 86/86/86
g mat2model0surf22
# SURFACETYPE MST_PLANAR
# vertex 89
v -2368.000000 496.000000 0.000000
vn 0.000000 -1.000000 0.000000
vt 0.319818 -0.279175
# vertex 90
v -2384.000000 496.000000 0.000000
vn 0.000000 -1.000000 0.000000
vt 0.174089 -0.335115
# vertex 91
v -2368.000000 496.000000 112.000000
vn 0.000000 -1.000000 0.000000
vt -0.071764 0.740932
# vertex 92
v -2384.000000 496.000000 112.000000
vn 0.000000 -1.000000 0.000000
vt -0.217493 0.684992
f 89/89/89 91/91/91 90/90/90
f 91/91/91 92/92/92 90/90/90
g mat2model0surf23
# SURFACETYPE MST_PLANAR
# vertex 93
v -2384.000000 496.000000 112.000000
vn -1.000000 0.000000 0.000000
vt 0.978602 1.285955
# vertex 94
v -2384.000000 496.000000 0.000000
vn -1.000000 0.000000 0.000000
vt 1.370184 0.265848
# vertex 95
v -2384.000000 592.000000 112.000000
vn -1.000000 0.000000 0.000000
vt 0.104225 0.950313
# vertex 96
v -2384.000000 592.000000 0.000000
vn -1.000000 0.000000 0.000000
vt 0.495807 -0.069794
f 93/93/93 95/95/95 94/94/94
f 95/95/95 96/96/96 94/94/94

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 20 KiB