feat(map): add terrain boundary collision
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import type { Vector3Tuple } from "@/types/three/three";
|
||||
|
||||
export const TERRAIN_BOUNDARY_CONFIG = {
|
||||
enabled: true,
|
||||
center: [-10, 8, -2] as Vector3Tuple,
|
||||
radius: 135,
|
||||
height: 28,
|
||||
thickness: 3,
|
||||
segments: 48,
|
||||
};
|
||||
Reference in New Issue
Block a user