new animation, refactor, fixes

This commit is contained in:
Vasyl Kazakov
2026-06-18 12:45:48 +03:00
parent 930ed00c95
commit 852e1ec963
22 changed files with 519 additions and 116 deletions
+2 -1
View File
@@ -4,8 +4,9 @@ import {
} from "@24tools/playable_template";
import { Box3, Object3D, Vector3 } from "three";
import { Body } from "cannon-es";
import { PLAYER_COLLIDER_RADIUS } from "../PhysicsC";
const PLAYER_RADIUS = 0.5;
const PLAYER_RADIUS = PLAYER_COLLIDER_RADIUS;
export type TriggerEventPayload = {
lootableObject: Object3D;