Crop point cloud around person

This commit is contained in:
Astatin3
2024-08-18 11:28:27 -06:00
parent 62fc3e95b2
commit c1a21f70c3
48 changed files with 2247 additions and 2130 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2044 -2035
View File
File diff suppressed because it is too large Load Diff
+3 -70
View File
@@ -1,70 +1,3 @@
[17:38:34] [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.21 with Fabric Loader 0.15.11
[17:38:34] [main/INFO] (FabricLoader) Loading 42 mods:
- fabric-api 0.100.3+1.21
- fabric-api-base 0.4.42+6573ed8cd1
- fabric-api-lookup-api-v1 1.6.67+b5597344d1
- fabric-biome-api-v1 13.0.28+6fc22b99d1
- fabric-block-api-v1 1.0.22+0af3f5a7d1
- fabric-block-view-api-v2 1.0.10+6573ed8cd1
- fabric-command-api-v1 1.2.48+f71b366fd1
- fabric-command-api-v2 2.2.27+6a6dfa19d1
- fabric-commands-v0 0.2.65+df3654b3d1
- fabric-content-registries-v0 8.0.13+b5597344d1
- fabric-convention-tags-v1 2.0.14+7f945d5bd1
- fabric-convention-tags-v2 2.3.1+8a3b5617d1
- fabric-crash-report-info-v1 0.2.29+0af3f5a7d1
- fabric-data-attachment-api-v1 1.1.23+6a6dfa19d1
- fabric-data-generation-api-v1 20.2.8+16c4ae25d1
- fabric-dimensions-v1 4.0.0+6fc22b99d1
- fabric-entity-events-v1 1.6.12+6fc22b99d1
- fabric-events-interaction-v0 0.7.10+e633f883d1
- fabric-game-rule-api-v1 1.0.52+6573ed8cd1
- fabric-gametest-api-v1 2.0.1+6fc22b99d1
- fabric-item-api-v1 11.0.0+afdfc921d1
- fabric-item-group-api-v1 4.1.1+cb5ced13d1
- fabric-lifecycle-events-v1 2.3.11+8f3583aed1
- fabric-loot-api-v2 3.0.10+6573ed8cd1
- fabric-message-api-v1 6.0.13+6573ed8cd1
- fabric-networking-api-v1 4.2.0+ab7edbacd1
- fabric-object-builder-api-v1 15.1.11+d1321076d1
- fabric-particles-v1 4.0.2+6573ed8cd1
- fabric-recipe-api-v1 5.0.9+6573ed8cd1
- fabric-registry-sync-v0 5.0.22+ab7edbacd1
- fabric-rendering-data-attachment-v1 0.3.48+73761d2ed1
- fabric-rendering-fluids-v1 3.1.6+b5597344d1
- fabric-resource-conditions-api-v1 4.2.1+d153f344d1
- fabric-resource-loader-v0 1.1.4+cb5ced13d1
- fabric-screen-handler-api-v1 1.3.79+b5597344d1
- fabric-transfer-api-v1 5.1.14+b5597344d1
- fabric-transitive-access-wideners-v1 6.0.12+6573ed8cd1
- fabricloader 0.15.11
- java 22
- minecraft 1.21
- mixinextras 0.3.5
- modid 1.0.0
[17:38:34] [main/INFO] (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/home/astatin3/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/9527e6b0d2449408958fd1302594dc65ec5ade9c/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=SERVER
[17:38:35] [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper!
[17:38:35] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_17
[17:38:35] [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_21
[17:38:35] [main/INFO] (FabricLoader/MixinExtras|Service) Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
[17:38:39] [main/INFO] (Minecraft) Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[17:38:40] [main/INFO] (Minecraft) Loaded 1290 recipes
[17:38:40] [main/INFO] (Minecraft) Loaded 1399 advancements
[17:38:40] [main/INFO] (BiomeModificationImpl) Applied 0 biome modifications to 0 of 64 new biomes in 1.180 ms
[17:38:40] [Server thread/INFO] (Minecraft) Starting minecraft server version 1.21
[17:38:40] [Server thread/INFO] (Minecraft) Loading properties
[17:38:40] [Server thread/INFO] (Minecraft) Default game type: SURVIVAL
[17:38:40] [Server thread/INFO] (Minecraft) Generating keypair
[17:38:40] [Server thread/INFO] (Minecraft) Starting Minecraft server on *:25565
[17:38:40] [Server thread/INFO] (Minecraft) Using epoll channel type
[17:38:40] [Server thread/INFO] (Minecraft) Preparing level "world"
[17:38:40] [Point Cloud Thread/INFO] (Minecraft) [STDOUT]: Server is listening on port 65000
[17:38:41] [Server thread/INFO] (Minecraft) Preparing start region for dimension minecraft:overworld
[17:38:41] [Worker-Main-8/INFO] (Minecraft) Preparing spawn area: 0%
[17:38:41] [Server thread/INFO] (Minecraft) Time elapsed: 252 ms
[17:38:41] [Server thread/INFO] (Minecraft) Done (1.079s)! For help, type "help"
[17:38:42] [User Authenticator #1/INFO] (Minecraft) UUID of player ASTATIN3 is 1451d26e-5141-4801-8e94-c35164f87be9
[17:38:43] [Server thread/INFO] (Minecraft) ASTATIN3[/127.0.0.1:42146] logged in with entity id 20 at (0.13286859306182097, 126.31511469407461, -1.0259515056122512)
[17:38:43] [Server thread/INFO] (Minecraft) ASTATIN3 joined the game
[17:38:46] [Point Cloud Thread/INFO] (Minecraft) [STDOUT]: New client connected
[17:39:14] [Server thread/INFO] (Minecraft) [ASTATIN3: Set the time to 1000]
[11:01:29] [Server thread/WARN] (Minecraft) Can't keep up! Is the server overloaded? Running 2317ms or 46 ticks behind
[11:02:15] [Server thread/INFO] (Minecraft) ASTATIN3 lost connection: Disconnected
[11:02:15] [Server thread/INFO] (Minecraft) ASTATIN3 left the game
+1 -1
View File
@@ -1,5 +1,5 @@
#Minecraft server properties
#Sat Aug 17 17:38:39 MDT 2024
#Sat Aug 17 22:12:35 MDT 2024
accepts-transfers=false
allow-flight=false
allow-nether=true
+1 -1
View File
@@ -1 +1 @@
[{"name":"ASTATIN3","uuid":"1451d26e-5141-4801-8e94-c35164f87be9","expiresOn":"2024-09-17 17:38:43 -0600"}]
[{"name":"ASTATIN3","uuid":"1451d26e-5141-4801-8e94-c35164f87be9","expiresOn":"2024-09-17 22:12:43 -0600"}]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
{"stats":{"minecraft:custom":{"minecraft:time_since_rest":129902,"minecraft:leave_game":14,"minecraft:play_time":129902,"minecraft:time_since_death":129902,"minecraft:sneak_time":870,"minecraft:total_world_time":129902,"minecraft:fly_one_cm":258353},"minecraft:used":{"minecraft:grass_block":4}},"DataVersion":3953}
{"stats":{"minecraft:dropped":{"minecraft:grass_block":1},"minecraft:custom":{"minecraft:time_since_rest":171824,"minecraft:leave_game":15,"minecraft:play_time":171824,"minecraft:time_since_death":171824,"minecraft:sneak_time":994,"minecraft:total_world_time":171824,"minecraft:drop":1,"minecraft:fly_one_cm":263255},"minecraft:used":{"minecraft:grass_block":4}},"DataVersion":3953}