add catching up mechanic for ticks

This commit is contained in:
2025-01-19 18:03:20 +09:00
parent 04cc3f951e
commit 072204b902
7 changed files with 51 additions and 27 deletions
+1
View File
@@ -423,6 +423,7 @@ function connectWebSocket() {
const bbox = new THREE.Mesh(new THREE.BoxGeometry(width, height, 0.2), bboxMaterial)
bbox.position.set((bboxValues[3] / 100) + (width / 2), (bboxValues[2] / 100) + (height / 2), 0)
bbox.layers.set(1)
scene.add(bbox)
}
}