Jump to content

Recommended Posts

Posted (edited)

I have had an issue when using certain OBJ models within my code. 

 

[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]: java.lang.RuntimeException: Could not read OBJ model
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraftforge.client.model.obj.OBJLoader.lambda$loadModel$0(OBJLoader.java:87)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at java.util.HashMap.computeIfAbsent(HashMap.java:1127)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraftforge.client.model.obj.OBJLoader.loadModel(OBJLoader.java:74)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraftforge.client.model.obj.OBJLoader.read(OBJLoader.java:69)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraftforge.client.model.obj.OBJLoader.read(OBJLoader.java:37)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:121)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraftforge.client.model.ModelLoaderRegistry.deserializeGeometry(ModelLoaderRegistry.java:137)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraftforge.client.model.ModelLoaderRegistry$ExpandedBlockModelDeserializer.deserialize(ModelLoaderRegistry.java:385)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraftforge.client.model.ModelLoaderRegistry$ExpandedBlockModelDeserializer.deserialize(ModelLoaderRegistry.java:369)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.util.JSONUtils.fromJson(JSONUtils.java:371)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.util.JSONUtils.fromJson(JSONUtils.java:414)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.client.renderer.model.BlockModel.deserialize(BlockModel.java:63)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.client.renderer.model.ModelBakery.loadModel(ModelBakery.java:532)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.client.renderer.model.ModelBakery.loadBlockstate(ModelBakery.java:334)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.client.renderer.model.ModelBakery.getUnbakedModel(ModelBakery.java:310)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.client.renderer.model.ModelBakery.loadTopModel(ModelBakery.java:467)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.client.renderer.model.ModelBakery.processLoading(ModelBakery.java:187)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:72)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.client.renderer.model.ModelManager.prepare(ModelManager.java:60)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.client.renderer.model.ModelManager.prepare(ModelManager.java:20)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at net.minecraft.client.resources.ReloadListener.lambda$reload$0(ReloadListener.java:12)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1067)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1703)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [net.minecraftforge.client.model.ModelLoaderRegistry:getModel:125]:     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]: Caused by: java.lang.NumberFormatException: For input string: "nan"
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]:     at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]:     at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]:     at java.lang.Float.parseFloat(Float.java:451)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]:     at net.minecraftforge.client.model.obj.OBJModel.parseVector2(OBJModel.java:303)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]:     at net.minecraftforge.client.model.obj.OBJModel.<init>(OBJModel.java:157)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]:     at net.minecraftforge.client.model.obj.OBJLoader.lambda$loadModel$0(OBJLoader.java:79)
[12:19:38] [Worker-Main-8/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:635]:     ... 27 more

 

I get this error. The OBJ model loads fine in 3D model viewers and my other OBJ models work fine. Could someone please help.

 

Here is the inside of my obj model.

 

# Blender v2.92.0 Alpha OBJ File: 'MissileHeads.blend'
# www.blender.org
mtllib unexploded_ordnance.mtl
o Cube.017_Cube.019
v -6.056606 3.090470 15.027818
v -6.045303 3.309836 15.027818
v -6.056606 3.090470 15.009495
v -6.045303 3.309836 15.009495
v -6.056606 2.828277 15.027818
v -6.056606 2.828277 15.009495
v -6.056606 2.828277 15.027818
v -6.056606 2.828277 15.009495
v -6.261291 3.090470 15.018684
v -6.243825 3.090470 15.027818
v -6.175592 3.309836 15.018684
v -6.158105 3.309836 15.027818
v -6.243825 3.090470 15.009495
v -6.261291 3.090470 15.018628
v -6.158105 3.309836 15.009495
v -6.175592 3.309836 15.018628
v -6.243844 2.828277 15.027818
v -6.261291 2.828277 15.018684
v -6.261291 2.828277 15.018628
v -6.243844 2.828277 15.009495
v -6.008941 3.392890 14.812922
v -6.008941 3.993561 14.768654
v -5.955693 3.392890 14.819931
v -5.944236 3.993561 14.777173
v -5.906074 3.392890 14.840485
v -5.883941 3.993561 14.802148
v -5.863465 3.392890 14.873179
v -5.832164 3.993561 14.841878
v -5.830770 3.392890 14.915788
v -5.792434 3.993561 14.893654
v -5.810218 3.392890 14.965406
v -5.767459 3.993561 14.953950
v -5.803208 3.392890 15.018654
v -5.758941 3.993561 15.018654
v -5.810218 3.392890 15.071902
v -5.767459 3.993561 15.083359
v -5.830770 3.392890 15.121521
v -5.792434 3.993561 15.143654
v -5.863465 3.392890 15.164129
v -5.832164 3.993561 15.195431
v -5.906074 3.392890 15.196824
v -5.883941 3.993561 15.235161
v -5.955693 3.392890 15.217377
v -5.944236 3.993561 15.260136
v -6.008941 3.392890 15.224387
v -6.008941 3.993561 15.268654
v -6.062188 3.392890 15.217377
v -6.073646 3.993561 15.260136
v -6.111807 3.392890 15.196824
v -6.133941 3.993561 15.235161
v -6.154416 3.392890 15.164129
v -6.185717 3.993561 15.195431
v -6.187110 3.392890 15.121521
v -6.225447 3.993561 15.143654
v -6.207664 3.392890 15.071902
v -6.250422 3.993561 15.083359
v -6.214674 3.392890 15.018655
v -6.258941 3.993561 15.018655
v -6.207664 3.392890 14.965406
v -6.250422 3.993561 14.953950
v -6.187111 3.392890 14.915788
v -6.225447 3.993561 14.893655
v -6.154416 3.392890 14.873179
v -6.185718 3.993561 14.841878
v -6.111807 3.392890 14.840485
v -6.133941 3.993561 14.802148
v -6.062189 3.392890 14.819932
v -6.073646 3.993561 14.777173
v -6.008941 2.998941 14.931537
v -5.986393 2.998941 14.934505
v -5.965382 2.998941 14.943208
v -5.947340 2.998941 14.957052
v -5.933495 2.998941 14.975095
v -5.924792 2.998941 14.996106
v -5.921824 2.998941 15.018653
v -5.924792 2.998941 15.041201
v -5.933495 2.998941 15.062212
v -5.947340 2.998941 15.080255
v -5.965382 2.998941 15.094099
v -5.986393 2.998941 15.102802
v -6.008941 2.998941 15.105770
v -6.031488 2.998941 15.102802
v -6.052499 2.998941 15.094099
v -6.070542 2.998941 15.080255
v -6.084386 2.998941 15.062212
v -6.093090 2.998941 15.041201
v -6.096058 2.998941 15.018654
v -6.093090 2.998941 14.996106
v -6.084386 2.998941 14.975095
v -6.070542 2.998941 14.957052
v -6.052499 2.998941 14.943208
v -6.031488 2.998941 14.934505
v -6.008941 2.998941 14.931537
v -5.986393 2.998941 14.934505
v -5.965382 2.998941 14.943208
v -5.947340 2.998941 14.957052
v -5.933495 2.998941 14.975095
v -5.924792 2.998941 14.996106
v -5.921824 2.998941 15.018653
v -5.924792 2.998941 15.041201
v -5.933495 2.998941 15.062212
v -5.947340 2.998941 15.080255
v -5.965382 2.998941 15.094099
v -5.986393 2.998941 15.102802
v -6.008941 2.998941 15.105770
v -6.031488 2.998941 15.102802
v -6.052499 2.998941 15.094099
v -6.070542 2.998941 15.080255
v -6.084386 2.998941 15.062212
v -6.093090 2.998941 15.041201
v -6.096058 2.998941 15.018654
v -6.093090 2.998941 14.996106
v -6.084386 2.998941 14.975095
v -6.070542 2.998941 14.957052
v -6.052499 2.998941 14.943208
v -6.031488 2.998941 14.934505
v -6.008941 2.827645 14.931537
v -5.986393 2.827645 14.934505
v -5.965383 2.827645 14.943208
v -5.947340 2.827645 14.957052
v -5.933495 2.827645 14.975095
v -5.924792 2.827645 14.996106
v -5.921824 2.827645 15.018653
v -5.924792 2.827645 15.041201
v -5.933495 2.827645 15.062212
v -5.947340 2.827645 15.080255
v -5.965383 2.827645 15.094099
v -5.986393 2.827645 15.102802
v -6.008941 2.827645 15.105770
v -6.031488 2.827645 15.102802
v -6.052499 2.827645 15.094099
v -6.070542 2.827645 15.080255
v -6.084386 2.827645 15.062212
v -6.093090 2.827645 15.041201
v -6.096058 2.827645 15.018654
v -6.093090 2.827645 14.996106
v -6.084387 2.827645 14.975095
v -6.070542 2.827645 14.957052
v -6.052500 2.827645 14.943208
v -6.031488 2.827645 14.934505
v -6.008941 2.827645 14.946666
v -5.990309 2.827645 14.949119
v -5.972947 2.827645 14.956310
v -5.958038 2.827645 14.967751
v -5.946598 2.827645 14.982659
v -5.939406 2.827645 15.000022
v -5.936953 2.827645 15.018653
v -5.939406 2.827645 15.037285
v -5.946598 2.827645 15.054647
v -5.958038 2.827645 15.069556
v -5.972947 2.827645 15.080997
v -5.990309 2.827645 15.088188
v -6.008941 2.827645 15.090641
v -6.027573 2.827645 15.088188
v -6.044935 2.827645 15.080997
v -6.059844 2.827645 15.069556
v -6.071284 2.827645 15.054647
v -6.078475 2.827645 15.037285
v -6.080929 2.827645 15.018654
v -6.078476 2.827645 15.000022
v -6.071284 2.827645 14.982659
v -6.059844 2.827645 14.967751
v -6.044935 2.827645 14.956310
v -6.027573 2.827645 14.949119
v -6.008941 2.827645 14.931537
v -5.986393 2.827645 14.934505
v -5.965383 2.827645 14.943208
v -5.947340 2.827645 14.957052
v -5.933495 2.827645 14.975095
v -5.924792 2.827645 14.996106
v -5.921824 2.827645 15.018653
v -5.924792 2.827645 15.041201
v -5.933495 2.827645 15.062212
v -5.947340 2.827645 15.080255
v -5.965383 2.827645 15.094099
v -5.986393 2.827645 15.102802
v -6.008941 2.827645 15.105770
v -6.031488 2.827645 15.102802
v -6.052499 2.827645 15.094099
v -6.070542 2.827645 15.080255
v -6.084386 2.827645 15.062212
v -6.093090 2.827645 15.041201
v -6.096058 2.827645 15.018654
v -6.093090 2.827645 14.996106
v -6.084387 2.827645 14.975095
v -6.070542 2.827645 14.957052
v -6.052500 2.827645 14.943208
v -6.031488 2.827645 14.934505
v -6.008941 2.817122 14.946666
v -5.990309 2.817122 14.949119
v -5.972947 2.817122 14.956310
v -5.958038 2.817122 14.967751
v -5.946598 2.817122 14.982659
v -5.939406 2.817122 15.000022
v -5.936953 2.817122 15.018653
v -5.939406 2.817122 15.037285
v -5.946598 2.817122 15.054647
v -5.958038 2.817122 15.069556
v -5.972947 2.817122 15.080997
v -5.990309 2.817122 15.088188
v -6.008941 2.817122 15.090641
v -6.027573 2.817122 15.088188
v -6.044935 2.817122 15.080997
v -6.059844 2.817122 15.069556
v -6.071284 2.817122 15.054647
v -6.078475 2.817122 15.037285
v -6.080929 2.817122 15.018654
v -6.078476 2.817122 15.000022
v -6.071284 2.817122 14.982659
v -6.059844 2.817122 14.967751
v -6.044935 2.817122 14.956310
v -6.027573 2.817122 14.949119
v -6.008941 4.370325 14.922983
v -6.008941 4.332640 14.879762
v -6.008941 4.073120 14.773458
v -6.008941 3.993561 14.768654
v -5.996317 4.393531 14.971543
v -5.984179 4.370325 14.926243
v -5.972992 4.332640 14.884495
v -5.963188 4.281924 14.847901
v -5.955141 4.220126 14.817870
v -5.949161 4.149621 14.795554
v -5.945479 4.073120 14.781813
v -5.944236 3.993561 14.777173
v -5.984554 4.393531 14.976416
v -5.961105 4.370325 14.935801
v -5.939495 4.332640 14.898370
v -5.920552 4.281924 14.865561
v -5.905007 4.220126 14.838635
v -5.893456 4.149621 14.818628
v -5.886343 4.073120 14.806308
v -5.883941 3.993561 14.802148
v -5.974453 4.393531 14.984167
v -5.941291 4.370325 14.951005
v -5.910729 4.332640 14.920443
v -5.883941 4.281924 14.893654
v -5.861956 4.220126 14.871670
v -5.845620 4.149621 14.855334
v -5.835561 4.073120 14.845274
v -5.832164 3.993561 14.841878
v -5.966702 4.393531 14.994268
v -5.926087 4.370325 14.970819
v -5.888656 4.332640 14.949208
v -5.855847 4.281924 14.930266
v -5.828922 4.220126 14.914721
v -5.808915 4.149621 14.903170
v -5.796595 4.073120 14.896056
v -5.792434 3.993561 14.893654
v -5.961830 4.393531 15.006031
v -5.916530 4.370325 14.993893
v -5.874781 4.332640 14.982706
v -5.838188 4.281924 14.972901
v -5.808156 4.220126 14.964854
v -5.785841 4.149621 14.958875
v -5.772099 4.073120 14.955193
v -5.767459 3.993561 14.953950
v -5.960168 4.393531 15.018654
v -5.913270 4.370325 15.018654
v -5.870048 4.332640 15.018654
v -5.832164 4.281924 15.018654
v -5.801073 4.220126 15.018654
v -5.777971 4.149621 15.018654
v -5.763744 4.073120 15.018654
v -5.758941 3.993561 15.018654
v -5.961830 4.393531 15.031278
v -5.916530 4.370325 15.043416
v -5.874781 4.332640 15.054603
v -5.838188 4.281924 15.064407
v -5.808156 4.220126 15.072454
v -5.785841 4.149621 15.078434
v -5.772099 4.073120 15.082116
v -5.767459 3.993561 15.083359
v -5.966702 4.393531 15.043040
v -5.926087 4.370325 15.066490
v -5.888656 4.332640 15.088100
v -5.855847 4.281924 15.107042
v -5.828922 4.220126 15.122588
v -5.808915 4.149621 15.134139
v -5.796595 4.073120 15.141253
v -5.792434 3.993561 15.143654
v -5.974453 4.393531 15.053142
v -5.941291 4.370325 15.086304
v -5.910729 4.332640 15.116866
v -5.883941 4.281924 15.143654
v -5.861956 4.220126 15.165639
v -5.845620 4.149621 15.181974
v -5.835561 4.073120 15.192035
v -5.832164 3.993561 15.195431
v -5.984554 4.393531 15.060893
v -5.961105 4.370325 15.101508
v -5.939495 4.332640 15.138939
v -5.920552 4.281924 15.171747
v -5.905007 4.220126 15.198673
v -5.893456 4.149621 15.218680
v -5.886343 4.073120 15.231001
v -5.883941 3.993561 15.235161
v -5.996317 4.393531 15.065765
v -5.984179 4.370325 15.111065
v -5.972992 4.332640 15.152814
v -5.963188 4.281924 15.189407
v -5.955141 4.220126 15.219439
v -5.949161 4.149621 15.241755
v -5.945479 4.073120 15.255496
v -5.944236 3.993561 15.260136
v -6.008941 4.393531 15.067427
v -6.008941 4.370325 15.114326
v -6.008941 4.332640 15.157547
v -6.008941 4.281924 15.195431
v -6.008941 4.220126 15.226521
v -6.008941 4.149621 15.249624
v -6.008941 4.073120 15.263850
v -6.008941 3.993561 15.268654
v -6.021564 4.393531 15.065765
v -6.033702 4.370325 15.111065
v -6.044888 4.332640 15.152814
v -6.054694 4.281924 15.189407
v -6.062741 4.220126 15.219439
v -6.068720 4.149621 15.241755
v -6.072402 4.073120 15.255496
v -6.073646 3.993561 15.260136
v -6.008941 4.401367 15.018655
v -6.033327 4.393531 15.060893
v -6.056776 4.370325 15.101508
v -6.078387 4.332640 15.138939
v -6.097329 4.281924 15.171747
v -6.112875 4.220126 15.198673
v -6.124425 4.149621 15.218680
v -6.131539 4.073120 15.231001
v -6.133941 3.993561 15.235161
v -6.043428 4.393531 15.053142
v -6.076590 4.370325 15.086304
v -6.107152 4.332640 15.116866
v -6.133941 4.281924 15.143654
v -6.155925 4.220126 15.165639
v -6.172261 4.149621 15.181974
v -6.182321 4.073120 15.192035
v -6.185718 3.993561 15.195431
v -6.051179 4.393531 15.043040
v -6.091794 4.370325 15.066490
v -6.129225 4.332640 15.088100
v -6.162034 4.281924 15.107042
v -6.188959 4.220126 15.122588
v -6.208966 4.149621 15.134139
v -6.221287 4.073120 15.141253
v -6.225447 3.993561 15.143654
v -6.056051 4.393531 15.031278
v -6.101352 4.370325 15.043416
v -6.143101 4.332640 15.054603
v -6.179694 4.281924 15.064407
v -6.209725 4.220126 15.072454
v -6.232040 4.149621 15.078434
v -6.245782 4.073120 15.082116
v -6.250422 3.993561 15.083359
v -6.057714 4.393531 15.018654
v -6.104611 4.370325 15.018654
v -6.147833 4.332640 15.018654
v -6.185718 4.281924 15.018654
v -6.216808 4.220126 15.018654
v -6.239911 4.149621 15.018655
v -6.254137 4.073120 15.018654
v -6.258941 3.993561 15.018654
v -6.056051 4.393531 15.006031
v -6.101352 4.370325 14.993893
v -6.143101 4.332640 14.982706
v -6.179694 4.281924 14.972901
v -6.209725 4.220126 14.964854
v -6.232040 4.149621 14.958875
v -6.245782 4.073120 14.955193
v -6.250422 3.993561 14.953950
v -6.051179 4.393531 14.994268
v -6.091794 4.370325 14.970819
v -6.129225 4.332640 14.949208
v -6.162034 4.281924 14.930266
v -6.188959 4.220126 14.914721
v -6.208966 4.149621 14.903170
v -6.221287 4.073120 14.896056
v -6.225447 3.993561 14.893655
v -6.043428 4.393531 14.984167
v -6.076590 4.370325 14.951005
v -6.107152 4.332640 14.920443
v -6.133941 4.281924 14.893654
v -6.155925 4.220126 14.871670
v -6.172261 4.149621 14.855334
v -6.182321 4.073120 14.845274
v -6.185718 3.993561 14.841878
v -6.033327 4.393531 14.976416
v -6.056776 4.370325 14.935801
v -6.078387 4.332640 14.898370
v -6.097329 4.281924 14.865561
v -6.112875 4.220126 14.838635
v -6.124426 4.149621 14.818628
v -6.131539 4.073120 14.806308
v -6.133941 3.993561 14.802148
v -6.021564 4.393531 14.971543
v -6.033702 4.370325 14.926244
v -6.044888 4.332640 14.884495
v -6.054694 4.281924 14.847901
v -6.062741 4.220126 14.817870
v -6.068720 4.149621 14.795554
v -6.072402 4.073120 14.781813
v -6.073646 3.993561 14.777173
v -6.008941 4.393531 14.969882
v -6.008941 4.281924 14.841878
v -6.008941 4.220126 14.810787
v -6.008941 4.149621 14.787684
v -5.999778 3.090470 15.066320
v -5.999778 3.309836 15.055017
v -6.018102 3.090470 15.066320
v -6.018102 3.309836 15.055017
v -5.999778 2.828277 15.066320
v -6.018102 2.828277 15.066320
v -5.999778 2.828277 15.066320
v -6.018102 2.828277 15.066320
v -6.008912 3.090470 15.271005
v -5.999778 3.090470 15.253539
v -6.008912 3.309836 15.185306
v -5.999778 3.309836 15.167819
v -6.018102 3.090470 15.253539
v -6.008968 3.090470 15.271005
v -6.018102 3.309836 15.167819
v -6.008968 3.309836 15.185306
v -5.999778 2.828277 15.253557
v -6.008912 2.828277 15.271005
v -6.008968 2.828277 15.271005
v -6.018102 2.828277 15.253557
v -6.018103 3.090470 14.970988
v -6.018103 3.309836 14.982291
v -5.999780 3.090470 14.970988
v -5.999780 3.309836 14.982291
v -6.018103 2.828277 14.970988
v -5.999780 2.828277 14.970988
v -6.018103 2.828277 14.970988
v -5.999780 2.828277 14.970988
v -6.008969 3.090470 14.766304
v -6.018103 3.090470 14.783770
v -6.008969 3.309836 14.852003
v -6.018103 3.309836 14.869490
v -5.999780 3.090470 14.783770
v -6.008914 3.090470 14.766304
v -5.999780 3.309836 14.869490
v -6.008914 3.309836 14.852003
v -6.018103 2.828277 14.783751
v -6.008969 2.828277 14.766304
v -6.008914 2.828277 14.766304
v -5.999780 2.828277 14.783751
v -5.961275 3.090470 15.009492
v -5.972578 3.309836 15.009492
v -5.961275 3.090470 15.027815
v -5.972578 3.309836 15.027815
v -5.961275 2.828277 15.009492
v -5.961275 2.828277 15.027815
v -5.961275 2.828277 15.009492
v -5.961275 2.828277 15.027815
v -5.756590 3.090470 15.018625
v -5.774056 3.090470 15.009492
v -5.842289 3.309836 15.018625
v -5.859776 3.309836 15.009492
v -5.774056 3.090470 15.027815
v -5.756590 3.090470 15.018682
v -5.859776 3.309836 15.027815
v -5.842289 3.309836 15.018682
v -5.774037 2.828277 15.009492
v -5.756590 2.828277 15.018625
v -5.756590 2.828277 15.018682
v -5.774037 2.828277 15.027815
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.625000 0.956185
vt 0.375000 0.974930
vt 0.375000 0.275070
vt 0.375000 0.500000
vt 0.375000 0.500000
vt 0.375000 0.275043
vt 0.625000 0.500000
vt 0.375000 0.974957
vt 0.375000 0.750000
vt 0.625000 0.293815
vt 0.831185 0.500000
vt 0.875000 0.624618
vt 0.875000 0.625382
vt 0.831185 0.750000
vt 0.375000 0.124618
vt 0.625000 0.124618
vt 0.625000 0.125382
vt 0.375000 0.125382
vt 0.375000 0.750000
vt 0.375000 0.500000
vt 0.000000 0.000000
vt 0.375000 0.000000
vt 0.375000 0.124618
vt 0.000000 0.000000
vt 0.000000 0.000000
vt 0.000000 0.000000
vt 0.386090 0.000000
vt 0.625000 0.000000
vt 0.375000 0.000000
vt 0.375000 0.125382
vt 1.000000 0.500000
vt 1.000000 1.000000
vt 0.958333 1.000000
vt 0.958333 0.500000
vt 0.916667 1.000000
vt 0.916667 0.500000
vt 0.875000 1.000000
vt 0.875000 0.500000
vt 0.833333 1.000000
vt 0.833333 0.500000
vt 0.791667 1.000000
vt 0.791667 0.500000
vt 0.750000 1.000000
vt 0.750000 0.500000
vt 0.708333 1.000000
vt 0.708333 0.500000
vt 0.666667 1.000000
vt 0.666667 0.500000
vt 0.625000 1.000000
vt 0.625000 0.500000
vt 0.583333 1.000000
vt 0.583333 0.500000
vt 0.541666 1.000000
vt 0.541666 0.500000
vt 0.500000 1.000000
vt 0.500000 0.500000
vt 0.458333 1.000000
vt 0.458333 0.500000
vt 0.416666 1.000000
vt 0.416666 0.500000
vt 0.375000 1.000000
vt 0.375000 0.500000
vt 0.333333 1.000000
vt 0.333333 0.500000
vt 0.291667 1.000000
vt 0.291667 0.500000
vt 0.250000 1.000000
vt 0.250000 0.500000
vt 0.208333 1.000000
vt 0.208333 0.500000
vt 0.166666 1.000000
vt 0.166666 0.500000
vt 0.125000 1.000000
vt 0.125000 0.500000
vt 0.083333 1.000000
vt 0.083333 0.500000
vt 0.312117 0.481822
vt 0.250000 0.490000
vt 0.187883 0.481822
vt 0.130000 0.457846
vt 0.080294 0.419706
vt 0.042154 0.370000
vt 0.018178 0.312116
vt 0.010000 0.250000
vt 0.018178 0.187883
vt 0.042154 0.130000
vt 0.080294 0.080294
vt 0.130000 0.042154
vt 0.187884 0.018178
vt 0.250000 0.010000
vt 0.312117 0.018178
vt 0.370000 0.042154
vt 0.419706 0.080294
vt 0.457846 0.130000
vt 0.481822 0.187883
vt 0.490000 0.250000
vt 0.481822 0.312117
vt 0.457846 0.370000
vt 0.419706 0.419706
vt 0.370000 0.457846
vt 0.041666 1.000000
vt 0.041666 0.500000
vt -0.000000 1.000000
vt -0.000000 0.500000
vt 0.916667 0.500000
vt 0.958333 0.500000
vt 0.708333 0.500000
vt 0.750000 0.500000
vt 0.500000 0.500000
vt 0.541666 0.500000
vt 0.291667 0.500000
vt 0.333333 0.500000
vt 0.083333 0.500000
vt 0.125000 0.500000
vt 0.791667 0.500000
vt 0.833333 0.500000
vt 0.583333 0.500000
vt 0.625000 0.500000
vt 0.375000 0.500000
vt 0.416666 0.500000
vt 0.166666 0.500000
vt 0.208333 0.500000
vt 0.875000 0.500000
vt 0.666667 0.500000
vt 0.458333 0.500000
vt 1.000000 0.500000
vt 0.250000 0.500000
vt 0.041666 0.500000
vt -0.000000 0.500000
vt 0.416666 0.500000
vt 0.458333 0.500000
vt 0.125000 0.500000
vt 0.166666 0.500000
vt 0.750000 0.500000
vt 0.791667 0.500000
vt 0.500000 0.500000
vt 0.208333 0.500000
vt 0.833333 0.500000
vt 0.541666 0.500000
vt 0.250000 0.500000
vt 0.875000 0.500000
vt 0.583333 0.500000
vt 0.291667 0.500000
vt 0.916667 0.500000
vt 0.625000 0.500000
vt 0.333333 0.500000
vt 0.958333 0.500000
vt -0.000000 0.500000
vt 0.041666 0.500000
vt 0.666667 0.500000
vt 0.375000 0.500000
vt 1.000000 0.500000
vt 0.083333 0.500000
vt 0.708333 0.500000
vt 0.416666 0.500000
vt 0.458333 0.500000
vt 0.125000 0.500000
vt 0.166666 0.500000
vt 0.750000 0.500000
vt 0.791667 0.500000
vt 0.500000 0.500000
vt 0.208333 0.500000
vt 0.833333 0.500000
vt 0.541666 0.500000
vt 0.250000 0.500000
vt 0.875000 0.500000
vt 0.583333 0.500000
vt 0.291667 0.500000
vt 0.916667 0.500000
vt 0.625000 0.500000
vt 0.333333 0.500000
vt 0.958333 0.500000
vt -0.000000 0.500000
vt 0.041666 0.500000
vt 0.666667 0.500000
vt 0.375000 0.500000
vt 1.000000 0.500000
vt 0.083333 0.500000
vt 0.708333 0.500000
vt 0.708333 0.500000
vt 0.750000 0.500000
vt 0.849160 0.078250
vt 0.801329 0.058438
vt 0.801329 0.058438
vt 0.849160 0.078250
vt 0.083333 0.500000
vt 0.125000 0.500000
vt 0.375000 0.500000
vt 0.416666 0.500000
vt 0.666667 0.500000
vt 0.041666 0.500000
vt 0.958333 0.500000
vt 1.000000 0.500000
vt 0.333333 0.500000
vt 0.625000 0.500000
vt -0.000000 0.500000
vt 0.916667 0.500000
vt 0.291667 0.500000
vt 0.583333 0.500000
vt 0.875000 0.500000
vt 0.250000 0.500000
vt 0.541666 0.500000
vt 0.833333 0.500000
vt 0.208333 0.500000
vt 0.500000 0.500000
vt 0.791667 0.500000
vt 0.166666 0.500000
vt 0.458333 0.500000
vt 0.801329 0.441562
vt 0.750000 0.448320
vt 0.750000 0.490000
vt 0.812117 0.481822
vt 0.849160 0.421750
vt 0.870000 0.457846
vt 0.890233 0.390233
vt 0.919706 0.419706
vt 0.921750 0.349160
vt 0.957846 0.370000
vt 0.941562 0.301329
vt 0.981822 0.312117
vt 0.948320 0.250000
vt 0.990000 0.250000
vt 0.941562 0.198671
vt 0.981822 0.187883
vt 0.921750 0.150840
vt 0.957846 0.130000
vt 0.890233 0.109767
vt 0.919706 0.080294
vt 0.870000 0.042154
vt 0.812117 0.018178
vt 0.750000 0.051680
vt 0.750000 0.010000
vt 0.698671 0.058438
vt 0.687884 0.018178
vt 0.650840 0.078250
vt 0.630000 0.042154
vt 0.609767 0.109767
vt 0.580294 0.080294
vt 0.578250 0.150840
vt 0.542154 0.130000
vt 0.558438 0.198671
vt 0.518178 0.187883
vt 0.551680 0.250000
vt 0.510000 0.250000
vt 0.558438 0.301329
vt 0.518178 0.312116
vt 0.578250 0.349160
vt 0.542154 0.370000
vt 0.609767 0.390233
vt 0.580294 0.419706
vt 0.650840 0.421750
vt 0.630000 0.457846
vt 0.698671 0.441562
vt 0.687883 0.481822
vt 0.750000 0.448320
vt 0.801329 0.441562
vt 0.849160 0.421750
vt 0.890233 0.390233
vt 0.921750 0.349160
vt 0.941562 0.301329
vt 0.948320 0.250000
vt 0.941562 0.198671
vt 0.921750 0.150840
vt 0.890233 0.109767
vt 0.750000 0.051680
vt 0.698671 0.058438
vt 0.650840 0.078250
vt 0.609767 0.109767
vt 0.578250 0.150840
vt 0.558438 0.198671
vt 0.551680 0.250000
vt 0.558438 0.301329
vt 0.578250 0.349160
vt 0.609767 0.390233
vt 0.650840 0.421750
vt 0.698671 0.441562
vt 0.750000 0.625000
vt 0.750000 0.687500
vt 0.708333 0.687500
vt 0.708333 0.625000
vt 0.750000 0.562500
vt 0.708333 0.562500
vt 0.750000 0.500000
vt 0.708333 0.500000
vt 0.750000 0.937500
vt 0.729167 1.000000
vt 0.708333 0.937500
vt 0.750000 0.875000
vt 0.708333 0.875000
vt 0.750000 0.812500
vt 0.708333 0.812500
vt 0.750000 0.750000
vt 0.708333 0.750000
vt 0.666667 0.750000
vt 0.666667 0.687500
vt 0.666667 0.625000
vt 0.666667 0.562500
vt 0.666667 0.500000
vt 0.687500 1.000000
vt 0.666667 0.937500
vt 0.666667 0.875000
vt 0.666667 0.812500
vt 0.645833 1.000000
vt 0.625000 0.937500
vt 0.625000 0.875000
vt 0.625000 0.812500
vt 0.625000 0.750000
vt 0.625000 0.687500
vt 0.625000 0.625000
vt 0.625000 0.562500
vt 0.625000 0.500000
vt 0.583333 0.750000
vt 0.583333 0.687500
vt 0.583333 0.625000
vt 0.583333 0.562500
vt 0.583333 0.500000
vt 0.604166 1.000000
vt 0.583333 0.937500
vt 0.583333 0.875000
vt 0.583333 0.812500
vt 0.541666 0.937500
vt 0.541667 0.875000
vt 0.541667 0.812500
vt 0.541667 0.750000
vt 0.541667 0.687500
vt 0.541667 0.625000
vt 0.541667 0.562500
vt 0.541667 0.500000
vt 0.562500 1.000000
vt 0.500000 0.687500
vt 0.500000 0.625000
vt 0.500000 0.562500
vt 0.500000 0.500000
vt 0.520833 1.000000
vt 0.500000 0.937500
vt 0.500000 0.875000
vt 0.500000 0.812500
vt 0.500000 0.750000
vt 0.458333 0.937500
vt 0.458333 0.875000
vt 0.458333 0.812500
vt 0.458333 0.750000
vt 0.458333 0.687500
vt 0.458333 0.625000
vt 0.458333 0.562500
vt 0.458333 0.500000
vt 0.479166 1.000000
vt 0.416667 0.687500
vt 0.416667 0.625000
vt 0.416667 0.562500
vt 0.416667 0.500000
vt 0.437499 1.000000
vt 0.416666 0.937500
vt 0.416667 0.875000
vt 0.416667 0.812500
vt 0.416667 0.750000
vt 0.375000 0.875000
vt 0.375000 0.812500
vt 0.375000 0.750000
vt 0.375000 0.687500
vt 0.375000 0.625000
vt 0.375000 0.562500
vt 0.375000 0.500000
vt 0.395833 1.000000
vt 0.375000 0.937500
vt 0.333333 0.625000
vt 0.333333 0.562500
vt 0.333333 0.500000
vt 0.354166 1.000000
vt 0.333333 0.937500
vt 0.333333 0.875000
vt 0.333333 0.812500
vt 0.333333 0.750000
vt 0.333333 0.687500
vt 0.291667 0.812500
vt 0.291667 0.750000
vt 0.291667 0.687500
vt 0.291667 0.625000
vt 0.291667 0.562500
vt 0.291667 0.500000
vt 0.312500 1.000000
vt 0.291667 0.937500
vt 0.291667 0.875000
vt 0.250000 0.562500
vt 0.250000 0.500000
vt 0.270833 1.000000
vt 0.250000 0.937500
vt 0.250000 0.875000
vt 0.250000 0.812500
vt 0.250000 0.750000
vt 0.250000 0.687500
vt 0.250000 0.625000
vt 0.208333 0.812500
vt 0.208333 0.750000
vt 0.208333 0.687500
vt 0.208333 0.625000
vt 0.208333 0.562500
vt 0.208333 0.500000
vt 0.229167 1.000000
vt 0.208333 0.937500
vt 0.208333 0.875000
vt 0.166667 0.562500
vt 0.166667 0.500000
vt 0.187500 1.000000
vt 0.166667 0.937500
vt 0.166667 0.875000
vt 0.166667 0.812500
vt 0.166667 0.750000
vt 0.166667 0.687500
vt 0.166667 0.625000
vt 0.125000 0.750000
vt 0.125000 0.687500
vt 0.125000 0.625000
vt 0.125000 0.562500
vt 0.125000 0.500000
vt 0.145834 1.000000
vt 0.125000 0.937500
vt 0.125000 0.875000
vt 0.125000 0.812500
vt 0.104167 1.000000
vt 0.083334 0.937500
vt 0.083333 0.875000
vt 0.083333 0.812500
vt 0.083333 0.750000
vt 0.083333 0.687500
vt 0.083333 0.625000
vt 0.083333 0.562500
vt 0.083333 0.500000
vt 0.041667 0.750000
vt 0.041667 0.687500
vt 0.041667 0.625000
vt 0.041667 0.562500
vt 0.041667 0.500000
vt 0.062500 1.000000
vt 0.041667 0.937500
vt 0.041667 0.875000
vt 0.041667 0.812500
vt 0.000000 0.937500
vt 0.000000 0.875000
vt 0.000000 0.812500
vt 0.000000 0.750000
vt 0.000000 0.687500
vt 0.000000 0.625000
vt 0.000000 0.562500
vt 0.000000 0.500000
vt 0.020834 1.000000
vt 1.000000 0.625000
vt 1.000000 0.687500
vt 0.958333 0.687500
vt 0.958333 0.625000
vt 1.000000 0.562500
vt 0.958333 0.562500
vt 1.000000 0.500000
vt 0.958333 0.500000
vt 1.000000 0.937500
vt 0.979167 1.000000
vt 0.958334 0.937500
vt 1.000000 0.875000
vt 0.958333 0.875000
vt 1.000000 0.812500
vt 0.958333 0.812500
vt 1.000000 0.750000
vt 0.958333 0.750000
vt 0.916667 0.875000
vt 0.916667 0.812500
vt 0.916667 0.750000
vt 0.916667 0.687500
vt 0.916667 0.625000
vt 0.916667 0.562500
vt 0.916667 0.500000
vt 0.937500 1.000000
vt 0.916667 0.937500
vt 0.875000 0.625000
vt 0.875000 0.562500
vt 0.875000 0.500000
vt 0.895834 1.000000
vt 0.875000 0.937500
vt 0.875000 0.875000
vt 0.875000 0.812500
vt 0.875000 0.750000
vt 0.875000 0.687500
vt 0.833333 0.875000
vt 0.833333 0.812500
vt 0.833333 0.750000
vt 0.833333 0.687500
vt 0.833333 0.625000
vt 0.833333 0.562500
vt 0.833333 0.500000
vt 0.854167 1.000000
vt 0.833333 0.937500
vt 0.791667 0.625000
vt 0.791667 0.562500
vt 0.791667 0.500000
vt 0.812500 1.000000
vt 0.791667 0.937500
vt 0.791667 0.875000
vt 0.791667 0.812500
vt 0.791667 0.750000
vt 0.791667 0.687500
vt 0.770833 1.000000
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.625000 0.956185
vt 0.375000 0.974930
vt 0.375000 0.275070
vt 0.375000 0.500000
vt 0.375000 0.500000
vt 0.375000 0.275043
vt 0.625000 0.500000
vt 0.375000 0.974957
vt 0.375000 0.750000
vt 0.625000 0.293815
vt 0.831185 0.500000
vt 0.875000 0.624618
vt 0.875000 0.625382
vt 0.831185 0.750000
vt 0.375000 0.124618
vt 0.625000 0.124618
vt 0.625000 0.125382
vt 0.375000 0.125382
vt 0.375000 0.750000
vt 0.375000 0.500000
vt 0.000000 0.000000
vt 0.375000 0.000000
vt 0.375000 0.124618
vt 0.000000 0.000000
vt 0.000000 0.000000
vt 0.000000 0.000000
vt 0.386090 0.000000
vt 0.625000 0.000000
vt 0.375000 0.000000
vt 0.375000 0.125382
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.625000 0.956185
vt 0.375000 0.974930
vt 0.375000 0.275070
vt 0.375000 0.500000
vt 0.375000 0.500000
vt 0.375000 0.275043
vt 0.625000 0.500000
vt 0.375000 0.974957
vt 0.375000 0.750000
vt 0.625000 0.293815
vt 0.831185 0.500000
vt 0.875000 0.624618
vt 0.875000 0.625382
vt 0.831185 0.750000
vt 0.375000 0.124618
vt 0.625000 0.124618
vt 0.625000 0.125382
vt 0.375000 0.125382
vt 0.375000 0.750000
vt 0.375000 0.500000
vt 0.000000 0.000000
vt 0.375000 0.000000
vt 0.375000 0.124618
vt 0.000000 0.000000
vt 0.000000 0.000000
vt 0.000000 0.000000
vt 0.386090 0.000000
vt 0.625000 0.000000
vt 0.375000 0.000000
vt 0.375000 0.125382
vt 0.375000 0.750000
vt 0.625000 0.750000
vt 0.625000 0.956185
vt 0.375000 0.974930
vt 0.375000 0.275070
vt 0.375000 0.500000
vt 0.375000 0.500000
vt 0.375000 0.275043
vt 0.625000 0.500000
vt 0.375000 0.974957
vt 0.375000 0.750000
vt 0.625000 0.293815
vt 0.831185 0.500000
vt 0.875000 0.624618
vt 0.875000 0.625382
vt 0.831185 0.750000
vt 0.375000 0.124618
vt 0.625000 0.124618
vt 0.625000 0.125382
vt 0.375000 0.125382
vt 0.375000 0.750000
vt 0.375000 0.500000
vt 0.000000 0.000000
vt 0.375000 0.000000
vt 0.375000 0.124618
vt 0.000000 0.000000
vt 0.000000 0.000000
vt 0.000000 0.000000
vt 0.386090 0.000000
vt 0.625000 0.000000
vt 0.375000 0.000000
vt 0.375000 0.125382
vn 0.0000 0.0000 1.0000
vn 0.0000 0.0000 -1.0000
vn 0.9987 -0.0515 0.0000
vn 0.0000 1.0000 0.0000
vn 1.0000 0.0000 0.0000
vn -0.9296 0.3686 0.0000
vn 0.0000 -1.0000 0.0000
vn -0.4558 0.1781 0.8721
vn -0.4558 0.1781 -0.8721
vn -0.4636 0.0000 0.8861
vn -0.4636 0.0000 -0.8861
vn -1.0000 0.0000 0.0000
vn 0.1302 -0.0729 -0.9888
vn 0.3817 -0.0729 -0.9214
vn 0.6071 -0.0729 -0.7912
vn 0.7912 -0.0729 -0.6071
vn 0.9214 -0.0729 -0.3817
vn 0.9888 -0.0729 -0.1302
vn 0.9888 -0.0729 0.1302
vn 0.9214 -0.0729 0.3817
vn 0.7913 -0.0729 0.6071
vn 0.6071 -0.0729 0.7912
vn 0.3817 -0.0729 0.9214
vn 0.1302 -0.0729 0.9888
vn -0.1302 -0.0729 0.9888
vn -0.3817 -0.0729 0.9214
vn -0.6071 -0.0729 0.7912
vn -0.7912 -0.0729 0.6071
vn -0.9214 -0.0729 0.3817
vn -0.9888 -0.0729 0.1302
vn -0.9888 -0.0729 -0.1302
vn -0.9214 -0.0729 -0.3817
vn -0.7912 -0.0729 -0.6071
vn -0.6071 -0.0729 -0.7912
vn -0.3817 -0.0729 -0.9214
vn -0.1302 -0.0729 -0.9888
vn 0.3667 -0.2860 -0.8853
vn 0.9500 -0.2860 0.1251
vn 0.1251 -0.2860 0.9500
vn -0.8853 -0.2860 0.3667
vn -0.5833 -0.2860 -0.7602
vn 0.8853 -0.2860 -0.3667
vn 0.5833 -0.2860 0.7602
vn -0.5833 -0.2860 0.7602
vn -0.8853 -0.2860 -0.3667
vn 0.5833 -0.2860 -0.7602
vn 0.8853 -0.2860 0.3667
vn -0.1251 -0.2860 0.9500
vn 0.1251 -0.2860 -0.9500
vn -0.9500 -0.2860 0.1251
vn -0.3667 -0.2860 -0.8853
vn 0.9500 -0.2860 -0.1251
vn 0.3667 -0.2861 0.8853
vn -0.7602 -0.2860 0.5833
vn -0.7602 -0.2860 -0.5833
vn 0.7602 -0.2860 -0.5833
vn 0.7602 -0.2860 0.5833
vn -0.3667 -0.2861 0.8853
vn -0.9500 -0.2861 -0.1251
vn -0.1251 -0.2860 -0.9500
vn -0.3827 0.0000 0.9239
vn -0.7934 0.0000 -0.6088
vn 0.9914 0.0000 -0.1305
vn -0.1305 0.0000 0.9915
vn -0.9239 0.0000 -0.3827
vn 0.9239 0.0000 -0.3827
vn 0.1305 0.0000 0.9915
vn -0.9914 0.0000 -0.1305
vn 0.7933 0.0000 -0.6088
vn 0.3827 -0.0000 0.9239
vn -0.9914 0.0000 0.1305
vn 0.6087 -0.0000 -0.7934
vn 0.6088 -0.0000 0.7933
vn -0.9239 0.0000 0.3827
vn 0.3827 -0.0000 -0.9239
vn -0.1305 0.0000 -0.9914
vn 0.7933 0.0000 0.6088
vn -0.7934 0.0000 0.6088
vn 0.1305 0.0000 -0.9914
vn -0.3827 0.0000 -0.9239
vn 0.9239 0.0000 0.3827
vn -0.6088 0.0000 0.7933
vn -0.6087 0.0000 -0.7934
vn 0.9914 0.0000 0.1305
vn 0.7934 0.0000 -0.6088
vn 0.1305 0.0000 0.9914
vn -0.1305 0.0000 0.9914
vn -0.6088 0.0000 -0.7934
vn -0.6088 0.0000 0.7934
vn 0.7934 0.0000 0.6088
vn 0.6088 0.0000 0.7934
vn 0.6088 0.0000 -0.7934
vn -0.9914 0.0000 0.1306
vn 0.1241 0.3090 -0.9429
vn 0.1283 0.1813 -0.9750
vn 0.1303 0.0598 -0.9897
vn 0.0209 0.9871 -0.1586
vn 0.0583 0.8948 -0.4427
vn 0.0862 0.7509 -0.6547
vn 0.1049 0.5952 -0.7967
vn 0.1168 0.4464 -0.8872
vn 0.3424 0.4464 -0.8267
vn 0.3640 0.3090 -0.8787
vn 0.3764 0.1813 -0.9086
vn 0.3820 0.0598 -0.9222
vn 0.0612 0.9871 -0.1478
vn 0.1709 0.8947 -0.4126
vn 0.2527 0.7509 -0.6101
vn 0.3075 0.5952 -0.7424
vn 0.0974 0.9871 -0.1269
vn 0.2719 0.8948 -0.3543
vn 0.4020 0.7509 -0.5239
vn 0.4892 0.5952 -0.6376
vn 0.5448 0.4464 -0.7099
vn 0.5790 0.3090 -0.7545
vn 0.5987 0.1813 -0.7802
vn 0.6077 0.0597 -0.7919
vn 0.7099 0.4464 -0.5448
vn 0.7545 0.3090 -0.5790
vn 0.7802 0.1813 -0.5987
vn 0.7919 0.0598 -0.6077
vn 0.1269 0.9871 -0.0974
vn 0.3543 0.8948 -0.2719
vn 0.5239 0.7509 -0.4020
vn 0.6375 0.5952 -0.4892
vn 0.4126 0.8948 -0.1709
vn 0.6101 0.7509 -0.2527
vn 0.7424 0.5951 -0.3075
vn 0.8267 0.4463 -0.3424
vn 0.8787 0.3090 -0.3640
vn 0.9086 0.1813 -0.3763
vn 0.9222 0.0598 -0.3820
vn 0.1478 0.9871 -0.0613
vn 0.9429 0.3090 -0.1241
vn 0.9750 0.1813 -0.1284
vn 0.9897 0.0598 -0.1303
vn 0.1586 0.9871 -0.0209
vn 0.4427 0.8948 -0.0583
vn 0.6547 0.7509 -0.0862
vn 0.7967 0.5952 -0.1049
vn 0.8872 0.4464 -0.1168
vn 0.4428 0.8947 0.0583
vn 0.6547 0.7509 0.0862
vn 0.7967 0.5951 0.1049
vn 0.8872 0.4463 0.1168
vn 0.9429 0.3090 0.1241
vn 0.9750 0.1813 0.1284
vn 0.9897 0.0598 0.1303
vn 0.1586 0.9871 0.0209
vn 0.8787 0.3090 0.3640
vn 0.9086 0.1813 0.3763
vn 0.9222 0.0598 0.3820
vn 0.1478 0.9871 0.0613
vn 0.4126 0.8947 0.1709
vn 0.6101 0.7509 0.2527
vn 0.7424 0.5952 0.3075
vn 0.8267 0.4464 0.3424
vn 0.5239 0.7509 0.4020
vn 0.6375 0.5952 0.4892
vn 0.7099 0.4464 0.5448
vn 0.7545 0.3090 0.5790
vn 0.7802 0.1813 0.5987
vn 0.7919 0.0598 0.6077
vn 0.1269 0.9871 0.0974
vn 0.3543 0.8948 0.2719
vn 0.5987 0.1813 0.7802
vn 0.6077 0.0597 0.7919
vn 0.0974 0.9871 0.1269
vn 0.2719 0.8947 0.3543
vn 0.4020 0.7509 0.5239
vn 0.4892 0.5951 0.6376
vn 0.5448 0.4464 0.7099
vn 0.5790 0.3090 0.7545
vn 0.3075 0.5952 0.7424
vn 0.3424 0.4464 0.8267
vn 0.3640 0.3090 0.8787
vn 0.3763 0.1813 0.9086
vn 0.3820 0.0598 0.9222
vn 0.0612 0.9871 0.1478
vn 0.1709 0.8947 0.4126
vn 0.2527 0.7509 0.6101
vn 0.1303 0.0598 0.9897
vn 0.0209 0.9871 0.1586
vn 0.0583 0.8948 0.4427
vn 0.0862 0.7509 0.6547
vn 0.1049 0.5952 0.7967
vn 0.1168 0.4464 0.8872
vn 0.1241 0.3090 0.9429
vn 0.1284 0.1813 0.9750
vn -0.1049 0.5952 0.7967
vn -0.1168 0.4464 0.8872
vn -0.1241 0.3090 0.9429
vn -0.1284 0.1813 0.9750
vn -0.1303 0.0598 0.9897
vn -0.0209 0.9871 0.1586
vn -0.0583 0.8948 0.4427
vn -0.0862 0.7509 0.6547
vn -0.3820 0.0598 0.9222
vn -0.0612 0.9871 0.1478
vn -0.1709 0.8948 0.4126
vn -0.2527 0.7509 0.6101
vn -0.3075 0.5952 0.7424
vn -0.3424 0.4464 0.8267
vn -0.3640 0.3090 0.8787
vn -0.3763 0.1813 0.9086
vn -0.5448 0.4464 0.7099
vn -0.5790 0.3090 0.7545
vn -0.5987 0.1813 0.7802
vn -0.6077 0.0598 0.7919
vn -0.0974 0.9871 0.1269
vn -0.2719 0.8947 0.3543
vn -0.4020 0.7509 0.5239
vn -0.4892 0.5951 0.6376
vn -0.1269 0.9871 0.0973
vn -0.3543 0.8948 0.2718
vn -0.5239 0.7509 0.4020
vn -0.6375 0.5951 0.4892
vn -0.7099 0.4464 0.5448
vn -0.7545 0.3090 0.5790
vn -0.7802 0.1813 0.5987
vn -0.7919 0.0598 0.6077
vn -0.8267 0.4464 0.3425
vn -0.8787 0.3090 0.3640
vn -0.9086 0.1813 0.3763
vn -0.9222 0.0598 0.3820
vn -0.1478 0.9871 0.0613
vn -0.4126 0.8947 0.1709
vn -0.6101 0.7509 0.2527
vn -0.7424 0.5952 0.3075
vn -0.4427 0.8947 0.0583
vn -0.6547 0.7509 0.0862
vn -0.7967 0.5951 0.1049
vn -0.8872 0.4464 0.1168
vn -0.9429 0.3090 0.1241
vn -0.9750 0.1813 0.1284
vn -0.9897 0.0598 0.1303
vn -0.1586 0.9871 0.0209
vn -0.9429 0.3090 -0.1241
vn -0.9750 0.1813 -0.1284
vn -0.9897 0.0598 -0.1303
vn -0.1586 0.9871 -0.0209
vn -0.4427 0.8948 -0.0583
vn -0.6547 0.7509 -0.0862
vn -0.7967 0.5952 -0.1049
vn -0.8872 0.4464 -0.1168
vn -0.6101 0.7509 -0.2527
vn -0.7424 0.5951 -0.3075
vn -0.8267 0.4463 -0.3424
vn -0.8787 0.3090 -0.3640
vn -0.9086 0.1813 -0.3763
vn -0.9222 0.0598 -0.3820
vn -0.1478 0.9871 -0.0613
vn -0.4126 0.8948 -0.1709
vn -0.7802 0.1813 -0.5987
vn -0.7919 0.0598 -0.6077
vn -0.1269 0.9871 -0.0974
vn -0.3542 0.8948 -0.2718
vn -0.5239 0.7509 -0.4020
vn -0.6375 0.5952 -0.4892
vn -0.7099 0.4464 -0.5448
vn -0.7545 0.3090 -0.5790
vn -0.4020 0.7509 -0.5239
vn -0.4892 0.5951 -0.6376
vn -0.5448 0.4464 -0.7099
vn -0.5790 0.3090 -0.7545
vn -0.5987 0.1813 -0.7802
vn -0.6077 0.0598 -0.7919
vn -0.0974 0.9871 -0.1269
vn -0.2719 0.8947 -0.3543
vn -0.3764 0.1813 -0.9086
vn -0.3820 0.0598 -0.9222
vn -0.0612 0.9871 -0.1478
vn -0.1709 0.8947 -0.4126
vn -0.2527 0.7509 -0.6101
vn -0.3075 0.5952 -0.7424
vn -0.3424 0.4464 -0.8267
vn -0.3640 0.3090 -0.8787
vn -0.1049 0.5952 -0.7967
vn -0.1168 0.4464 -0.8872
vn -0.1241 0.3090 -0.9429
vn -0.1283 0.1813 -0.9750
vn -0.1303 0.0598 -0.9897
vn -0.0209 0.9871 -0.1586
vn -0.0583 0.8947 -0.4427
vn -0.0862 0.7509 -0.6547
vn 0.0000 -0.0515 -0.9987
vn 0.0000 0.3630 0.9318
vn 0.8721 0.1781 0.4558
vn -0.8721 0.1781 0.4558
vn 0.8860 0.0000 0.4636
vn -0.8860 0.0000 0.4636
vn 0.0000 -0.0515 0.9987
vn 0.0000 0.3630 -0.9318
vn -0.8721 0.1781 -0.4558
vn 0.8721 0.1781 -0.4558
vn -0.8860 0.0000 -0.4636
vn 0.8860 0.0000 -0.4636
vn -0.9987 -0.0515 0.0000
vn 0.9320 0.3625 0.0000
vn 0.4558 0.1781 -0.8721
vn 0.4558 0.1781 0.8721
vn 0.4636 0.0000 -0.8861
vn 0.4636 0.0000 0.8861
usemtl Material.024
s off
f 1/1/1 2/2/1 12/3/1 10/4/1
f 13/5/2 3/6/2 6/7/2 20/8/2
f 3/6/3 4/9/3 2/2/3 1/1/3
f 1/1/1 10/4/1 17/10/1 5/11/1
f 13/5/2 15/12/2 4/9/2 3/6/2
f 4/9/4 15/13/4 16/14/4 11/15/4 12/16/4 2/2/4
f 3/6/5 1/1/5 5/11/5 6/7/5
f 9/17/6 11/18/6 16/19/6 14/20/6
f 6/7/1 5/11/1 7/21/1 8/22/1
f 20/23/7 17/24/7 18/25/7
f 5/26/7 17/27/7 20/23/7 6/28/7
f 10/29/8 12/30/8 11/18/8 9/17/8
f 15/12/9 13/5/9 14/20/9 16/19/9
f 17/24/10 10/31/10 9/17/10 18/25/10
f 13/5/11 20/8/11 19/32/11 14/20/11
f 9/17/12 14/20/12 19/32/12 18/25/12
f 21/33/13 22/34/13 24/35/13 23/36/13
f 23/36/14 24/35/14 26/37/14 25/38/14
f 25/38/15 26/37/15 28/39/15 27/40/15
f 27/40/16 28/39/16 30/41/16 29/42/16
f 29/42/17 30/41/17 32/43/17 31/44/17
f 31/44/18 32/43/18 34/45/18 33/46/18
f 33/46/19 34/45/19 36/47/19 35/48/19
f 35/48/20 36/47/20 38/49/20 37/50/20
f 37/50/21 38/49/21 40/51/21 39/52/21
f 39/52/22 40/51/22 42/53/22 41/54/22
f 41/54/23 42/53/23 44/55/23 43/56/23
f 43/56/24 44/55/24 46/57/24 45/58/24
f 45/58/25 46/57/25 48/59/25 47/60/25
f 47/60/26 48/59/26 50/61/26 49/62/26
f 49/62/27 50/61/27 52/63/27 51/64/27
f 51/64/28 52/63/28 54/65/28 53/66/28
f 53/66/29 54/65/29 56/67/29 55/68/29
f 55/68/30 56/67/30 58/69/30 57/70/30
f 57/70/31 58/69/31 60/71/31 59/72/31
f 59/72/32 60/71/32 62/73/32 61/74/32
f 61/74/33 62/73/33 64/75/33 63/76/33
f 63/76/34 64/75/34 66/77/34 65/78/34
f 24/79/4 22/80/4 68/81/4 66/82/4 64/83/4 62/84/4 60/85/4 58/86/4 56/87/4 54/88/4 52/89/4 50/90/4 48/91/4 46/92/4 44/93/4 42/94/4 40/95/4 38/96/4 36/97/4 34/98/4 32/99/4 30/100/4 28/101/4 26/102/4
f 65/78/35 66/77/35 68/103/35 67/104/35
f 67/104/36 68/103/36 22/105/36 21/106/36
f 23/36/37 25/38/37 71/107/37 70/108/37
f 33/46/38 35/48/38 76/109/38 75/110/38
f 43/56/39 45/58/39 81/111/39 80/112/39
f 53/66/40 55/68/40 86/113/40 85/114/40
f 63/76/41 65/78/41 91/115/41 90/116/41
f 29/42/42 31/44/42 74/117/42 73/118/42
f 39/52/43 41/54/43 79/119/43 78/120/43
f 49/62/44 51/64/44 84/121/44 83/122/44
f 59/72/45 61/74/45 89/123/45 88/124/45
f 25/38/46 27/40/46 72/125/46 71/107/46
f 35/48/47 37/50/47 77/126/47 76/109/47
f 45/58/48 47/60/48 82/127/48 81/111/48
f 21/33/49 23/36/49 70/108/49 69/128/49
f 55/68/50 57/70/50 87/129/50 86/113/50
f 65/78/51 67/104/51 92/130/51 91/115/51
f 31/44/52 33/46/52 75/110/52 74/117/52
f 41/54/53 43/56/53 80/112/53 79/119/53
f 51/64/54 53/66/54 85/114/54 84/121/54
f 61/74/55 63/76/55 90/116/55 89/123/55
f 27/40/56 29/42/56 73/118/56 72/125/56
f 37/50/57 39/52/57 78/120/57 77/126/57
f 47/60/58 49/62/58 83/122/58 82/127/58
f 57/70/59 59/72/59 88/124/59 87/129/59
f 67/104/60 21/106/60 69/131/60 92/130/60
f 82/127/1 83/122/1 107/132/1 106/133/1
f 89/123/1 90/116/1 114/134/1 113/135/1
f 74/117/1 75/110/1 99/136/1 98/137/1
f 81/111/1 82/127/1 106/133/1 105/138/1
f 88/124/1 89/123/1 113/135/1 112/139/1
f 73/118/1 74/117/1 98/137/1 97/140/1
f 80/112/1 81/111/1 105/138/1 104/141/1
f 87/129/1 88/124/1 112/139/1 111/142/1
f 72/125/1 73/118/1 97/140/1 96/143/1
f 79/119/1 80/112/1 104/141/1 103/144/1
f 86/113/1 87/129/1 111/142/1 110/145/1
f 71/107/1 72/125/1 96/143/1 95/146/1
f 78/120/1 79/119/1 103/144/1 102/147/1
f 85/114/1 86/113/1 110/145/1 109/148/1
f 70/108/1 71/107/1 95/146/1 94/149/1
f 92/130/1 69/131/1 93/150/1 116/151/1
f 77/126/1 78/120/1 102/147/1 101/152/1
f 84/121/1 85/114/1 109/148/1 108/153/1
f 69/128/1 70/108/1 94/149/1 93/154/1
f 91/115/1 92/130/1 116/151/1 115/155/1
f 76/109/1 77/126/1 101/152/1 100/156/1
f 83/122/1 84/121/1 108/153/1 107/132/1
f 90/116/1 91/115/1 115/155/1 114/134/1
f 75/110/1 76/109/1 100/156/1 99/136/1
f 106/133/61 107/132/61 131/157/61 130/158/61
f 113/135/62 114/134/62 138/159/62 137/160/62
f 98/137/63 99/136/63 123/161/63 122/162/63
f 105/138/64 106/133/64 130/158/64 129/163/64
f 112/139/65 113/135/65 137/160/65 136/164/65
f 97/140/66 98/137/66 122/162/66 121/165/66
f 104/141/67 105/138/67 129/163/67 128/166/67
f 111/142/68 112/139/68 136/164/68 135/167/68
f 96/143/69 97/140/69 121/165/69 120/168/69
f 103/144/70 104/141/70 128/166/70 127/169/70
f 110/145/71 111/142/71 135/167/71 134/170/71
f 95/146/72 96/143/72 120/168/72 119/171/72
f 102/147/73 103/144/73 127/169/73 126/172/73
f 109/148/74 110/145/74 134/170/74 133/173/74
f 94/149/75 95/146/75 119/171/75 118/174/75
f 116/151/76 93/150/76 117/175/76 140/176/76
f 101/152/77 102/147/77 126/172/77 125/177/77
f 108/153/78 109/148/78 133/173/78 132/178/78
f 93/154/79 94/149/79 118/174/79 117/179/79
f 115/155/80 116/151/80 140/176/80 139/180/80
f 100/156/81 101/152/81 125/177/81 124/181/81
f 107/132/82 108/153/82 132/178/82 131/157/82
f 114/134/83 115/155/83 139/180/83 138/159/83
f 99/136/84 100/156/84 124/181/84 123/161/84
f 123/161/1 124/181/1 172/182/1 171/183/1
f 151/184/70 152/185/70 200/186/70 199/187/70
f 138/159/1 139/180/1 187/188/1 186/189/1
f 131/157/1 132/178/1 180/190/1 179/191/1
f 124/181/1 125/177/1 173/192/1 172/182/1
f 139/180/1 140/176/1 188/193/1 187/188/1
f 117/179/1 118/174/1 166/194/1 165/195/1
f 132/178/1 133/173/1 181/196/1 180/190/1
f 125/177/1 126/172/1 174/197/1 173/192/1
f 140/176/1 117/175/1 165/198/1 188/193/1
f 118/174/1 119/171/1 167/199/1 166/194/1
f 133/173/1 134/170/1 182/200/1 181/196/1
f 126/172/1 127/169/1 175/201/1 174/197/1
f 119/171/1 120/168/1 168/202/1 167/199/1
f 134/170/1 135/167/1 183/203/1 182/200/1
f 127/169/1 128/166/1 176/204/1 175/201/1
f 120/168/1 121/165/1 169/205/1 168/202/1
f 135/167/1 136/164/1 184/206/1 183/203/1
f 128/166/1 129/163/1 177/207/1 176/204/1
f 121/165/1 122/162/1 170/208/1 169/205/1
f 136/164/1 137/160/1 185/209/1 184/206/1
f 129/163/1 130/158/1 178/210/1 177/207/1
f 122/162/1 123/161/1 171/183/1 170/208/1
f 137/160/1 138/159/1 186/189/1 185/209/1
f 130/158/1 131/157/1 179/191/1 178/210/1
f 142/211/7 141/212/7 165/213/7 166/214/7
f 143/215/7 142/211/7 166/214/7 167/216/7
f 144/217/7 143/215/7 167/216/7 168/218/7
f 145/219/7 144/217/7 168/218/7 169/220/7
f 146/221/7 145/219/7 169/220/7 170/222/7
f 147/223/7 146/221/7 170/222/7 171/224/7
f 148/225/7 147/223/7 171/224/7 172/226/7
f 149/227/7 148/225/7 172/226/7 173/228/7
f 150/229/7 149/227/7 173/228/7 174/230/7
f 151/184/7 150/229/7 174/230/7 175/231/7
f 152/185/7 151/184/7 175/231/7 176/232/7
f 153/233/7 152/185/7 176/232/7 177/234/7
f 154/235/7 153/233/7 177/234/7 178/236/7
f 155/237/7 154/235/7 178/236/7 179/238/7
f 156/239/7 155/237/7 179/238/7 180/240/7
f 157/241/7 156/239/7 180/240/7 181/242/7
f 158/243/7 157/241/7 181/242/7 182/244/7
f 159/245/7 158/243/7 182/244/7 183/246/7
f 160/247/7 159/245/7 183/246/7 184/248/7
f 161/249/7 160/247/7 184/248/7 185/250/7
f 162/251/7 161/249/7 185/250/7 186/252/7
f 163/253/7 162/251/7 186/252/7 187/254/7
f 164/255/7 163/253/7 187/254/7 188/256/7
f 141/212/7 164/255/7 188/256/7 165/213/7
f 189/257/7 190/258/7 191/259/7 192/260/7 193/261/7 194/262/7 195/263/7 196/264/7 197/265/7 198/266/7 199/187/7 200/186/7 201/267/7 202/268/7 203/269/7 204/270/7 205/271/7 206/272/7 207/273/7 208/274/7 209/275/7 210/276/7 211/277/7 212/278/7
f 144/217/85 145/219/85 193/261/85 192/260/85
f 159/245/68 160/247/68 208/274/68 207/273/68
f 152/185/86 153/233/86 201/267/86 200/186/86
f 145/219/66 146/221/66 194/262/66 193/261/66
f 160/247/65 161/249/65 209/275/65 208/274/65
f 153/233/87 154/235/87 202/268/87 201/267/87
f 146/221/63 147/223/63 195/263/63 194/262/63
f 161/249/62 162/251/62 210/276/62 209/275/62
f 154/235/61 155/237/61 203/269/61 202/268/61
f 147/223/84 148/225/84 196/264/84 195/263/84
f 162/251/88 163/253/88 211/277/88 210/276/88
f 155/237/89 156/239/89 204/270/89 203/269/89
f 148/225/81 149/227/81 197/265/81 196/264/81
f 163/253/80 164/255/80 212/278/80 211/277/80
f 141/212/79 142/211/79 190/258/79 189/257/79
f 156/239/78 157/241/78 205/271/78 204/270/78
f 149/227/90 150/229/90 198/266/90 197/265/90
f 164/255/76 141/212/76 189/257/76 212/278/76
f 142/211/75 143/215/75 191/259/75 190/258/75
f 157/241/74 158/243/74 206/272/74 205/271/74
f 150/229/91 151/184/91 199/187/91 198/266/91
f 143/215/92 144/217/92 192/260/92 191/259/92
f 158/243/93 159/245/93 207/273/93 206/272/93
f 405/279/94 404/280/94 221/281/94 222/282/94
f 215/283/95 405/279/95 222/282/95 223/284/95
f 216/285/96 215/283/96 223/284/96 224/286/96
f 402/287/97 321/288/97 217/289/97
f 213/290/98 402/287/98 217/289/98 218/291/98
f 214/292/99 213/290/99 218/291/99 219/293/99
f 403/294/100 214/292/100 219/293/100 220/295/100
f 404/280/101 403/294/101 220/295/101 221/281/101
f 221/281/102 220/295/102 228/296/102 229/297/102
f 222/282/103 221/281/103 229/297/103 230/298/103
f 223/284/104 222/282/104 230/298/104 231/299/104
f 224/286/105 223/284/105 231/299/105 232/300/105
f 217/289/106 321/301/106 225/302/106
f 218/291/107 217/289/107 225/302/107 226/303/107
f 219/293/108 218/291/108 226/303/108 227/304/108
f 220/295/109 219/293/109 227/304/109 228/296/109
f 225/302/110 321/305/110 233/306/110
f 226/303/111 225/302/111 233/306/111 234/307/111
f 227/304/112 226/303/112 234/307/112 235/308/112
f 228/296/113 227/304/113 235/308/113 236/309/113
f 229/297/114 228/296/114 236/309/114 237/310/114
f 230/298/115 229/297/115 237/310/115 238/311/115
f 231/299/116 230/298/116 238/311/116 239/312/116
f 232/300/117 231/299/117 239/312/117 240/313/117
f 237/310/118 236/309/118 244/314/118 245/315/118
f 238/311/119 237/310/119 245/315/119 246/316/119
f 239/312/120 238/311/120 246/316/120 247/317/120
f 240/313/121 239/312/121 247/317/121 248/318/121
f 233/306/122 321/319/122 241/320/122
f 234/307/123 233/306/123 241/320/123 242/321/123
f 235/308/124 234/307/124 242/321/124 243/322/124
f 236/309/125 235/308/125 243/322/125 244/314/125
f 242/321/126 241/320/126 249/323/126 250/324/126
f 243/322/127 242/321/127 250/324/127 251/325/127
f 244/314/128 243/322/128 251/325/128 252/326/128
f 245/315/129 244/314/129 252/326/129 253/327/129
f 246/316/130 245/315/130 253/327/130 254/328/130
f 247/317/131 246/316/131 254/328/131 255/329/131
f 248/318/132 247/317/132 255/329/132 256/330/132
f 241/320/133 321/331/133 249/323/133
f 254/328/134 253/327/134 261/332/134 262/333/134
f 255/329/135 254/328/135 262/333/135 263/334/135
f 256/330/136 255/329/136 263/334/136 264/335/136
f 249/323/137 321/336/137 257/337/137
f 250/324/138 249/323/138 257/337/138 258/338/138
f 251/325/139 250/324/139 258/338/139 259/339/139
f 252/326/140 251/325/140 259/339/140 260/340/140
f 253/327/141 252/326/141 260/340/141 261/332/141
f 258/338/142 257/337/142 265/341/142 266/342/142
f 259/339/143 258/338/143 266/342/143 267/343/143
f 260/340/144 259/339/144 267/343/144 268/344/144
f 261/332/145 260/340/145 268/344/145 269/345/145
f 262/333/146 261/332/146 269/345/146 270/346/146
f 263/334/147 262/333/147 270/346/147 271/347/147
f 264/335/148 263/334/148 271/347/148 272/348/148
f 257/337/149 321/349/149 265/341/149
f 270/346/150 269/345/150 277/350/150 278/351/150
f 271/347/151 270/346/151 278/351/151 279/352/151
f 272/348/152 271/347/152 279/352/152 280/353/152
f 265/341/153 321/354/153 273/355/153
f 266/342/154 265/341/154 273/355/154 274/356/154
f 267/343/155 266/342/155 274/356/155 275/357/155
f 268/344/156 267/343/156 275/357/156 276/358/156
f 269/345/157 268/344/157 276/358/157 277/350/157
f 275/357/158 274/356/158 282/359/158 283/360/158
f 276/358/159 275/357/159 283/360/159 284/361/159
f 277/350/160 276/358/160 284/361/160 285/362/160
f 278/351/161 277/350/161 285/362/161 286/363/161
f 279/352/162 278/351/162 286/363/162 287/364/162
f 280/353/163 279/352/163 287/364/163 288/365/163
f 273/355/164 321/366/164 281/367/164
f 274/356/165 273/355/165 281/367/165 282/359/165
f 287/364/166 286/363/166 294/368/166 295/369/166
f 288/365/167 287/364/167 295/369/167 296/370/167
f 281/367/168 321/371/168 289/372/168
f 282/359/169 281/367/169 289/372/169 290/373/169
f 283/360/170 282/359/170 290/373/170 291/374/170
f 284/361/171 283/360/171 291/374/171 292/375/171
f 285/362/172 284/361/172 292/375/172 293/376/172
f 286/363/173 285/362/173 293/376/173 294/368/173
f 292/375/174 291/374/174 299/377/174 300/378/174
f 293/376/175 292/375/175 300/378/175 301/379/175
f 294/368/176 293/376/176 301/379/176 302/380/176
f 295/369/177 294/368/177 302/380/177 303/381/177
f 296/370/178 295/369/178 303/381/178 304/382/178
f 289/372/179 321/383/179 297/384/179
f 290/373/180 289/372/180 297/384/180 298/385/180
f 291/374/181 290/373/181 298/385/181 299/377/181
f 304/382/182 303/381/182 311/386/182 312/387/182
f 297/384/183 321/388/183 305/389/183
f 298/385/184 297/384/184 305/389/184 306/390/184
f 299/377/185 298/385/185 306/390/185 307/391/185
f 300/378/186 299/377/186 307/391/186 308/392/186
f 301/379/187 300/378/187 308/392/187 309/393/187
f 302/380/188 301/379/188 309/393/188 310/394/188
f 303/381/189 302/380/189 310/394/189 311/386/189
f 308/392/190 307/391/190 315/395/190 316/396/190
f 309/393/191 308/392/191 316/396/191 317/397/191
f 310/394/192 309/393/192 317/397/192 318/398/192
f 311/386/193 310/394/193 318/398/193 319/399/193
f 312/387/194 311/386/194 319/399/194 320/400/194
f 305/389/195 321/401/195 313/402/195
f 306/390/196 305/389/196 313/402/196 314/403/196
f 307/391/197 306/390/197 314/403/197 315/395/197
f 320/400/198 319/399/198 328/404/198 329/405/198
f 313/402/199 321/406/199 322/407/199
f 314/403/200 313/402/200 322/407/200 323/408/200
f 315/395/201 314/403/201 323/408/201 324/409/201
f 316/396/202 315/395/202 324/409/202 325/410/202
f 317/397/203 316/396/203 325/410/203 326/411/203
f 318/398/204 317/397/204 326/411/204 327/412/204
f 319/399/205 318/398/205 327/412/205 328/404/205
f 326/411/206 325/410/206 333/413/206 334/414/206
f 327/412/207 326/411/207 334/414/207 335/415/207
f 328/404/208 327/412/208 335/415/208 336/416/208
f 329/405/209 328/404/209 336/416/209 337/417/209
f 322/407/210 321/418/210 330/419/210
f 323/408/211 322/407/211 330/419/211 331/420/211
f 324/409/212 323/408/212 331/420/212 332/421/212
f 325/410/213 324/409/213 332/421/213 333/413/213
f 330/419/214 321/422/214 338/423/214
f 331/420/215 330/419/215 338/423/215 339/424/215
f 332/421/216 331/420/216 339/424/216 340/425/216
f 333/413/217 332/421/217 340/425/217 341/426/217
f 334/414/218 333/413/218 341/426/218 342/427/218
f 335/415/219 334/414/219 342/427/219 343/428/219
f 336/416/220 335/415/220 343/428/220 344/429/220
f 337/417/221 336/416/221 344/429/221 345/430/221
f 342/427/222 341/426/222 349/431/222 350/432/222
f 343/428/223 342/427/223 350/432/223 351/433/223
f 344/429/224 343/428/224 351/433/224 352/434/224
f 345/430/225 344/429/225 352/434/225 353/435/225
f 338/423/226 321/436/226 346/437/226
f 339/424/227 338/423/227 346/437/227 347/438/227
f 340/425/228 339/424/228 347/438/228 348/439/228
f 341/426/229 340/425/229 348/439/229 349/431/229
f 347/438/230 346/437/230 354/440/230 355/441/230
f 348/439/231 347/438/231 355/441/231 356/442/231
f 349/431/232 348/439/232 356/442/232 357/443/232
f 350/432/233 349/431/233 357/443/233 358/444/233
f 351/433/234 350/432/234 358/444/234 359/445/234
f 352/434/235 351/433/235 359/445/235 360/446/235
f 353/435/236 352/434/236 360/446/236 361/447/236
f 346/437/237 321/448/237 354/440/237
f 359/449/238 358/450/238 366/451/238 367/452/238
f 360/453/239 359/449/239 367/452/239 368/454/239
f 361/455/240 360/453/240 368/454/240 369/456/240
f 354/457/241 321/458/241 362/459/241
f 355/460/242 354/457/242 362/459/242 363/461/242
f 356/462/243 355/460/243 363/461/243 364/463/243
f 357/464/244 356/462/244 364/463/244 365/465/244
f 358/450/245 357/464/245 365/465/245 366/451/245
f 364/463/246 363/461/246 371/466/246 372/467/246
f 365/465/247 364/463/247 372/467/247 373/468/247
f 366/451/248 365/465/248 373/468/248 374/469/248
f 367/452/249 366/451/249 374/469/249 375/470/249
f 368/454/250 367/452/250 375/470/250 376/471/250
f 369/456/251 368/454/251 376/471/251 377/472/251
f 362/459/252 321/473/252 370/474/252
f 363/461/253 362/459/253 370/474/253 371/466/253
f 376/471/254 375/470/254 383/475/254 384/476/254
f 377/472/255 376/471/255 384/476/255 385/477/255
f 370/474/256 321/478/256 378/479/256
f 371/466/257 370/474/257 378/479/257 379/480/257
f 372/467/258 371/466/258 379/480/258 380/481/258
f 373/468/259 372/467/259 380/481/259 381/482/259
f 374/469/260 373/468/260 381/482/260 382/483/260
f 375/470/261 374/469/261 382/483/261 383/475/261
f 380/481/262 379/480/262 387/484/262 388/485/262
f 381/482/263 380/481/263 388/485/263 389/486/263
f 382/483/264 381/482/264 389/486/264 390/487/264
f 383/475/265 382/483/265 390/487/265 391/488/265
f 384/476/266 383/475/266 391/488/266 392/489/266
f 385/477/267 384/476/267 392/489/267 393/490/267
f 378/479/268 321/491/268 386/492/268
f 379/480/269 378/479/269 386/492/269 387/484/269
f 392/489/270 391/488/270 399/493/270 400/494/270
f 393/490/271 392/489/271 400/494/271 401/495/271
f 386/492/272 321/496/272 394/497/272
f 387/484/273 386/492/273 394/497/273 395/498/273
f 388/485/274 387/484/274 395/498/274 396/499/274
f 389/486/275 388/485/275 396/499/275 397/500/275
f 390/487/276 389/486/276 397/500/276 398/501/276
f 391/488/277 390/487/277 398/501/277 399/493/277
f 397/500/278 396/499/278 214/292/278 403/294/278
f 398/501/279 397/500/279 403/294/279 404/280/279
f 399/493/280 398/501/280 404/280/280 405/279/280
f 400/494/281 399/493/281 405/279/281 215/283/281
f 401/495/282 400/494/282 215/283/282 216/285/282
f 394/497/283 321/502/283 402/287/283
f 395/498/284 394/497/284 402/287/284 213/290/284
f 396/499/285 395/498/285 213/290/285 214/292/285
f 406/503/5 407/504/5 417/505/5 415/506/5
f 418/507/12 408/508/12 411/509/12 425/510/12
f 408/508/286 409/511/286 407/504/286 406/503/286
f 406/503/5 415/506/5 422/512/5 410/513/5
f 418/507/12 420/514/12 409/511/12 408/508/12
f 409/511/4 420/515/4 421/516/4 416/517/4 417/518/4 407/504/4
f 408/508/2 406/503/2 410/513/2 411/509/2
f 414/519/287 416/520/287 421/521/287 419/522/287
f 411/509/1 410/513/1 412/523/1 413/524/1
f 425/525/7 422/526/7 423/527/7
f 410/528/7 422/529/7 425/525/7 411/530/7
f 415/531/288 417/532/288 416/520/288 414/519/288
f 420/514/289 418/507/289 419/522/289 421/521/289
f 422/526/290 415/533/290 414/519/290 423/527/290
f 418/507/291 425/510/291 424/534/291 419/522/291
f 414/519/1 419/522/1 424/534/1 423/527/1
f 426/535/12 427/536/12 437/537/12 435/538/12
f 438/539/5 428/540/5 431/541/5 445/542/5
f 428/540/292 429/543/292 427/536/292 426/535/292
f 426/535/12 435/538/12 442/544/12 430/545/12
f 438/539/5 440/546/5 429/543/5 428/540/5
f 429/543/4 440/547/4 441/548/4 436/549/4 437/550/4 427/536/4
f 428/540/1 426/535/1 430/545/1 431/541/1
f 434/551/293 436/552/293 441/553/293 439/554/293
f 431/541/1 430/545/1 432/555/1 433/556/1
f 445/557/7 442/558/7 443/559/7
f 430/560/7 442/561/7 445/557/7 431/562/7
f 435/563/294 437/564/294 436/552/294 434/551/294
f 440/546/295 438/539/295 439/554/295 441/553/295
f 442/558/296 435/565/296 434/551/296 443/559/296
f 438/539/297 445/542/297 444/566/297 439/554/297
f 434/551/2 439/554/2 444/566/2 443/559/2
f 446/567/2 447/568/2 457/569/2 455/570/2
f 458/571/1 448/572/1 451/573/1 465/574/1
f 448/572/298 449/575/298 447/568/298 446/567/298
f 446/567/2 455/570/2 462/576/2 450/577/2
f 458/571/1 460/578/1 449/575/1 448/572/1
f 449/575/4 460/579/4 461/580/4 456/581/4 457/582/4 447/568/4
f 448/572/12 446/567/12 450/577/12 451/573/12
f 454/583/299 456/584/299 461/585/299 459/586/299
f 451/573/1 450/577/1 452/587/1 453/588/1
f 465/589/7 462/590/7 463/591/7
f 450/592/7 462/593/7 465/589/7 451/594/7
f 455/595/300 457/596/300 456/584/300 454/583/300
f 460/578/301 458/571/301 459/586/301 461/585/301
f 462/590/302 455/597/302 454/583/302 463/591/302
f 458/571/303 465/574/303 464/598/303 459/586/303
f 454/583/5 459/586/5 464/598/5 463/591/5

 

Edited by Alexalien
Posted
7 minutes ago, diesieben07 said:

Your repository is missing the build.gradle and gradle wrapper and is not usable.

You even included the properly configured .gitignore, but did not commit everything.

Yeah sorry I will fix this, I hardly ever use Git wasn't even really sure how it works.

Posted
13 minutes ago, diesieben07 said:

Your repository is missing the build.gradle and gradle wrapper and is not usable.

You even included the properly configured .gitignore, but did not commit everything.

I have fixed it now

Posted

Hi. Yeah I see that now, but the model I have been having an issue with is unexploded_ordnance.obj, and this one doesn't seem to work either while it has no vt textures with nan.

Posted
13 minutes ago, diesieben07 said:

I don't know enough about the OBJ format and models in general to know if this is a wrongly formatted model or an issue with the loader, sorry.

Yeah, no worries i'm going to keep looking. Thanks for your help. 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Para contactar con Delta en Chile, marque el número gratuito +56 || 800 \\ 914// 891 desde cualquier teléfono local. No se requiere el código de país para llamadas dentro de Chile. Esta línea ofrece atención al cliente en español las 24 horas, los 7 días de la semana, para reservas, cambios de vuelo, consultas sobre equipaje y más. Si llama desde el extranjero, utilice el +56 800 914 891, aunque algunas aerolíneas internacionales podrían no ofrecer números 800. También puede comunicarse con el servicio de atención al cliente internacional en español de Delta al  +1-855-534-2012. Antes de llamar, asegúrese de tener a mano su referencia de reserva, documento de identidad personal y número de SkyMiles (si corresponde) para agilizar la asistencia. Delta ofrece un servicio al cliente confiable y multilingüe en todo el mundo.  
    • We are your trusted partner in discovering the best coupon codes and offers from top e-commerce platforms across Western countries, including Bulgaria, Canada, and Europe. Our mission is simple: to help you save big while shopping for your favorite products. In this article, we’ll explore Temu Coupon Bundle [acw472253] showcasing unbeatable savings opportunities tailored just for you. Whether you're a savvy shopper looking for exclusive deals or a first-time buyer seeking maximum discounts, we have you covered. Together, we’ll make every shopping spree a budget-friendly adventure! Use the exclusive Bundle acw472253  to access maximum benefits in Canada, Canada, and European nations. Whether you're shopping for yourself or gifting others, this Bundle guarantees unparalleled savings. Make the most of the Temu coupon $100  off and Temu $100   off coupon Bundle today. It's time to enjoy exceptional deals and turn your shopping spree into a budget-friendly experience. What Is The Coupon Bundle For Temu $100    Off? Both new and existing customers can reap incredible benefits with our coupon $100   off on the Temu app and website. Use the $100   off Temu coupon and enjoy unparalleled savings. ·         acw472253: Flat $100   off your total purchase. ·         acw472253: Access a $100   coupon pack for multiple uses. ·         acw472253: Enjoy $100   off as a new customer. ·         acw472253: Extra $100   promo Bundle benefits for existing customers. ·         acw472253: Exclusive $100   coupon for users in the Canada/Canada. Temu Coupon Bundle $100  Off For New Users In 2025 New users can get unmatched savings with the Temu coupon $100  off and Temu coupon Bundle $100  off. Use our exclusive Bundle to unlock these amazing benefits: ·         acw472253: Flat $100  discount for first-time shoppers. ·         acw472253: A $100  coupon bundle for new customers. ·         acw472253: Up to $100  off for multiple uses. ·         acw472253: Free shipping to 68 countries worldwide. ·         acw472253: An additional  $100  off on your first purchase. ·         acw472253: Also Flat  $100  off on selected items. How To Redeem The Temu Coupon $100  Off For New Customers? Follow these steps to use the Temu $100  coupon and Temu  $100  off coupon Bundle for new users: 1.    Visit the Temu website or download the app. 2.    Add items to your cart and proceed to checkout. 3.    Enter the coupon Bundle acw472253  in the promo field. 4.    Click Apply to see the discount. 5.    Complete the payment and enjoy your savings. Temu Coupon $100  Off For Existing Customers Existing users can also benefit from our Temu $100  coupon codes for existing users and Temu coupon $100  off for existing customers free shipping. Use acw472253  to unlock these perks: ·         acw472253: Extra $100  discount for loyal Temu users. ·         acw472253: A $100  coupon bundle for multiple purchases. ·         acw472253: Free gift with express shipping across the Canada/Canada. ·         acw472253: Additional  $100  off on top of existing discounts. ·         acw472253: Free shipping to 68 countries. ·         acw472253: Flat  $100  off on select purchases. How To Use The Temu Coupon Bundle $100  Off For Existing Customers? Follow these steps to use the Temu coupon Bundle $100  off and Temu coupon $100  off code: 1.    Log in to your Temu account. 2.    Select items and add them to your cart. 3.    Enter the coupon Bundle acw472253  at checkout. 4.    Apply the Bundle and confirm the discount. 5.    Proceed with payment and enjoy exclusive offers. Latest Temu Coupon $100  Off First Order First-time shoppers can enjoy maximum benefits with the Temu coupon Bundle $100  off first order, Temu coupon Bundle first order, and Temu coupon Bundle $100  off first time user. Use the acw472253  Bundle to unlock these offers: ·         acw472253: Flat $100  off on your first order. ·         acw472253: A $100  Temu coupon pack for first-time buyers. ·         acw472253: Up to $100  off for multiple uses. ·         acw472253: Free shipping to 68 countries. ·         acw472253: Additional  $100  discount for first-time purchases. ·         acw472253: Flat  $100  off on selected items. How To Find The Temu Coupon Bundle $100  Off? Discover verified Temu coupon $100  off and Temu coupon $100  off Reddit deals by subscribing to the Temu newsletter. Check Temu’s social media pages for the latest promos or visit trusted coupon websites for regularly updated offers. Is Temu $100  Off Coupon Legit? Yes, the Temu $100  Off Coupon Legit and Temu $100  off coupon legit. Our Bundle acw472253  is tested, verified, and works globally. Use it confidently for discounts on both first and recurring orders. How Does Temu $100  Off Coupon Work? The Temu coupon Bundle $100  off first-time user and Temu coupon codes $100  off offer instant savings. Enter the Bundle at checkout to reduce your bill by $100  or more, ensuring great value on every purchase. How To Earn Temu $100  Coupons As A New Customer? Unlock the Temu coupon Bundle $100  off and $100  off Temu coupon Bundle by signing up for Temu’s rewards program. Earn additional discounts through referrals and promotional activities. What Are The Advantages Of Using The Temu Coupon $100  Off? ·         Save $100  on your first order. ·         Access a $100  bundle for multiple uses. ·         Flat  $100  off for selected items. ·         Up to 70% off on trending items. ·         Additional $100   off for existing customers. ·         Up to 90% off on selected items. ·         Free gift for new users. ·         Free shipping to 68 countries. Temu $100  Discount Bundle And Free Gift For New And Existing Customers Take advantage of the Temu $100  off coupon Bundle and $100  off Temu coupon code. Use acw472253  to unlock: ·         acw472253: $100  off on the first order. ·         acw472253: Extra $100   discount on any item. ·         acw472253: Flat  $100  off on select purchases. ·         acw472253: Free gift for new users. ·         acw472253: Up to 70% off on select items. ·         acw472253: Free shipping to 68 countries. Pros And Cons Of Using The Temu Coupon Bundle $100  Off This Month Pros: ·         Flat $100  discount for new and existing users. ·         Additional $100   off on top of discounts. ·         Flat  $100  off for specific items. ·         Free shipping to 68 countries. ·         No minimum purchase required. ·         Valid globally. Cons: ·         Limited to specific regions for maximum benefits. ·         Some items may be excluded from the offer. Terms And Conditions Of Using The Temu Coupon $100  Off In 2025 ·         Temu coupon Bundle $100  off free shipping: No minimum purchase required. ·         Latest Temu coupon Bundle $100  off: Valid worldwide. ·         Use acw472253  anytime, as it has no expiration date. ·         Applicable to both new and existing customers. ·         Free shipping to 68 countries. Use The Latest Temu Coupon Bundle $100  Off Don’t miss out on incredible savings with the Temu coupon Bundle $100  off. Shop smart and make every dollar count. With the Temu coupon $100  off, you’re guaranteed a rewarding shopping experience. Start saving today! We are your trusted partner in discovering the best coupon codes and offers from top e-commerce platforms across Western countries, including the Canada, Canada, and Europe. Our mission is simple: to help you save big while shopping for your favorite products. In this article, we’ll explore Temu Coupon Bundle [acw472253] showcasing unbeatable savings opportunities tailored just for you. Whether you're a savvy shopper looking for exclusive deals or a first-time buyer seeking maximum discounts, we have you covered. Together, we’ll make every shopping spree a budget-friendly adventure! Use the exclusive Bundle acw472253  to access maximum benefits in the Canada, Canada, and European nations. Whether you're shopping for yourself or gifting others, this Bundle guarantees unparalleled savings. Make the most of the Temu coupon  $100  off and Temu  $100  off coupon Bundle today. It's time to enjoy exceptional deals and turn your shopping spree into a budget-friendly experience. What Is The Coupon Bundle For Temu  $100  Off? Both new and existing customers can reap incredible benefits with our Temu coupon  $100  off on the Temu app and website. Use the  $100  off Temu coupon and enjoy unparalleled savings. acw472253: Flat  $100  off your total purchase. acw472253: Access a  $100  coupon pack for multiple uses. acw472253: Enjoy  $100  off as a new customer. acw472253: Extra  $100  promo Bundle benefits for existing customers. acw472253: Exclusive  $100  coupon for users in the Canada/Canada. Temu Coupon Bundle  $100  Off For New Users In 2025 New users can get unmatched savings with the Temu coupon  $100  off and Temu coupon Bundle  $100  off. Use our exclusive Bundle to unlock these amazing benefits: acw472253: Flat  $100  discount for first-time shoppers. acw472253: A  $100  coupon bundle for new customers. acw472253: Up to  $100  off for multiple uses. acw472253: Free shipping to 68 countries worldwide. acw472253: An additional  $100  off on your first purchase. acw472253: Also Flat  $100  off on selected items. How To Redeem The Temu Coupon  $100  Off For New Customers? Follow these steps to use the Temu  $100  coupon and Temu  $100  off coupon Bundle for new users: Visit the Temu website or download the app. Add items to your cart and proceed to checkout. Enter the coupon Bundle acw472253  in the promo field. Click Apply to see the discount. Complete the payment and enjoy your savings. Temu Coupon  $100  Off For Existing Customers Existing users can also benefit from our Temu  $100  coupon codes for existing users and Temu coupon  $100  off for existing customers free shipping. Use acw472253  to unlock these perks: acw472253: Extra  $100  discount for loyal Temu users. acw472253: A  $100  coupon bundle for multiple purchases. acw472253: Free gift with express shipping across the Canada/Canada. acw472253: Additional  $100  off on top of existing discounts. acw472253: Free shipping to 68 countries. acw472253: Flat  $100  off on select purchases. How To Use The Temu Coupon Bundle  $100  Off For Existing Customers? Follow these steps to use the Temu coupon Bundle  $100  off and Temu coupon  $100  off code: Log in to your Temu account. Select items and add them to your cart. Enter the coupon Bundle acw472253  at checkout. Apply the Bundle and confirm the discount. Proceed with payment and enjoy exclusive offers. Latest Temu Coupon  $100  Off First Order First-time shoppers can enjoy maximum benefits with the Temu coupon Bundle  $100  off first order, Temu coupon Bundle first order, and Temu coupon Bundle  $100  off first time user. Use the acw472253  Bundle to unlock these offers: acw472253: Flat  $100  off on your first order. acw472253: A  $100  Temu coupon pack for first-time buyers. acw472253: Up to  $100  off for multiple uses. acw472253: Free shipping to 68 countries. acw472253: Additional  $100  discount for first-time purchases. acw472253: Flat  $100  off on selected items. How To Find The Temu Coupon Bundle  $100  Off? Discover verified Temu coupon  $100  off and Temu coupon  $100  off Reddit deals by subscribing to the Temu newsletter. Check Temu’s social media pages for the latest promos or visit trusted coupon websites for regularly updated offers. Is Temu  $100  Off Coupon Legit? Yes, the Temu  $100  Off Coupon Legit and Temu  $100  off coupon legit. Our Bundle acw472253  is tested, verified, and works globally. Use it confidently for discounts on both first and recurring orders. How Does Temu  $100  Off Coupon Work? The Temu coupon Bundle  $100  off first-time user and Temu coupon codes  $100  off offer instant savings. Enter the Bundle at checkout to reduce your bill by  $100  or more, ensuring great value on every purchase. How To Earn Temu  $100  Coupons As A New Customer? Unlock the Temu coupon Bundle  $100  off and  $100  off Temu coupon Bundle by signing up for Temu’s rewards program. Earn additional discounts through referrals and promotional activities. What Are The Advantages Of Using The Temu Coupon  $100  Off? Save  $100  on your first order. Access a  $100  bundle for multiple uses. Flat  $100  off for selected items. Up to 70% off on trending items. Additional $100   off for existing customers. Up to  $100  off on selected items. Free gift for new users. Free shipping to 68 countries. Temu  $100  Discount Bundle And Free Gift For New And Existing Customers Take advantage of the Temu  $100  off coupon Bundle and  $100  off Temu coupon code. Use acw472253  to unlock: acw472253:  $100  off on the first order. acw472253: Extra $100   discount on any item. acw472253: Flat  $100  off on select purchases. acw472253: Free gift for new users. acw472253: Up to 70% off on select items. acw472253: Free shipping to 68 countries. Pros And Cons Of Using The Temu Coupon Bundle  $100  Off This Month Pros: Flat  $100  discount for new and existing users. Additional $100   off on top of discounts. Flat  $100  off for specific items. Free shipping to 68 countries. No minimum purchase required. Valid globally. Cons: Limited to specific regions for maximum benefits. Some items may be excluded from the offer. Terms And Conditions Of Using The Temu Coupon  $100  Off In 2025 Temu coupon Bundle  $100  off free shipping: No minimum purchase required. Latest Temu coupon Bundle  $100  off: Valid worldwide. Use acw472253  anytime, as it has no expiration date. Applicable to both new and existing customers. Free shipping to 68 countries. Use The Latest Temu Coupon Bundle  $100  Off Don’t miss out on incredible savings with the Temu coupon Bundle  $100  off. Shop smart and make every dollar count. With the Temu coupon  $100  off, you’re guaranteed a rewarding shopping experience. Start saving today! Experience shopping like never before with Temu—a platform known for its extensive collection of trending items, unbeatable prices, and customer-centric features. With acw472253and acw472253, you can enjoy incredible discounts, including a flat $100   off for first-time users. Dive into the world of exciting offers and make the most of Temu’s exclusive deals tailored for 2025. From free shipping in 67 countries to discounts of up to 90%, Temu is your go-to platform for affordable shopping. Exclusive Benefits of Temu Coupon Codes Here are some of the top Temu coupon codes and their amazing benefits:   acw472253: Temu coupon Bundle $100   off for new users. acw472253: Temu coupon Bundle $100   off for existing users. acw472253: Temu coupon Bundle  $100  extra off on selected items. acw472253: Free gift for new users with this Temu coupon. acw472253: Temu $100   coupon bundle for both new and existing users. These offers ensure that every shopper—whether a first-time user or a loyal customer—gets the most out of their Temu experience. What Makes Temu Stand Out? Temu isn’t just a shopping platform; it’s a global phenomenon that combines affordability with quality. Whether you’re in the United States, Canada, the United Kingdom, Japan, or Brazil, Temu offers something special for everyone. Some key features include:   Vast Collection: Explore a diverse range of items, from fashion to home decor, electronics, and more. Unbeatable Prices: Enjoy savings of up to 90% on countless items. Fast Delivery: Get your orders delivered quickly, no matter where you are. Free Shipping: Available in 67 countries. Daily Deals: New offers and discounts launched regularly. With Temu, you can redefine how you shop and save.   Explore Temu Coupon Codes by Region Temu caters to shoppers across North America, South America, and Europe with exclusive offers tailored to each region. Check out these exciting codes and their benefits:   acw472253: Temu coupon Bundle $100   off for Canada shoppers. acw472253: Temu coupon Bundle $100   off for Canada users. acw472253: Temu coupon Bundle $100   off for Canada. acw472253: Temu coupon Bundle $100   off for Japan. acw472253: Temu coupon Bundle  $100  off for Mexico. acw472253: Temu coupon Bundle  $100  for Brazil. These region-specific offers ensure that every shopper enjoys seamless discounts no matter where they are.   Why Use Temu Coupon Codes in 2025? Using Temu coupon codes like acw472253and acw472253isn’t just about saving money; it’s about enhancing your shopping experience. Here’s what you can look forward to:   Flat $100   Discount: Perfect for new and existing users. Extra  $100  Off: Stack this discount with other deals for maximum savings. £100Coupon Bundle: Combine multiple coupons for even greater discounts. Free Gifts: Enjoy special rewards as a first-time shopper. Enhanced Savings: Up to 50% extra discount on selected items. With these perks, it’s no wonder Temu is one of the fastest-growing e-commerce platforms in the world.   How to Use Temu Promo Codes Redeeming your Temu coupon codes is a breeze. Follow these simple steps to unlock incredible savings:   Sign Up: Create an account on the Temu platform. Choose Your Items: Add your favorite items to the cart. Apply Coupon Code: Enter codes like acw472253at checkout. Enjoy Discounts: Watch your total drop instantly! Whether you’re a first-time user or a returning shopper, these codes ensure you get the best deal every time.   Temu’s New Offers in 2025 Temu is always innovating to bring its users exciting new deals. This year, you can look forward to:   Temu First-Time User Coupon: A generous $100   discount for new users. Temu New User Coupon: Exclusive deals for first-time shoppers. Temu Discount Bundle for 2025: Updated promo codes to maximize your savings. Temu Promo Bundle for 2025: Special seasonal offers. Temu Coupon Bundle: Combine deals for unmatched savings. Temu Coupons for Existing Users: Rewarding loyal customers with incredible discounts. These offers are just the beginning of what Temu has in store for its shoppers in 2025.   Conclusion: Why Wait? Start Saving with Temu Today! Shopping on Temu is more than just buying products; it’s about experiencing value, quality, and satisfaction. With acw472253  and acw472253, you can unlock savings that make every purchase worthwhile. From $100   off for first-time users to incredible deals for existing customers, Temu coupon codes are your ticket to smart shopping in 2025.   So, what are you waiting for? Start exploring Temu’s vast collection, apply your favorite coupon codes, and enjoy a shopping spree like never before.     
    • Delete the forge-client.toml file in your config folder and test it again
    • Server and client mods are not matching - looks like the server is starting without any mods (vanilla server)   Check or add the server log
    • Add the full crash-report or log
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.