feat: ajoute les potagers à la map
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
import type { MapNode } from "@/types/map/mapScene";
|
||||
import type { Vector3Tuple } from "@/types/three/three";
|
||||
|
||||
export interface MapNodeInstanceTransform {
|
||||
position: Vector3Tuple;
|
||||
rotation: Vector3Tuple;
|
||||
scale: Vector3Tuple;
|
||||
}
|
||||
import type { MapNode, MapNodeInstanceTransform } from "@/types/map/mapScene";
|
||||
|
||||
export function mapNodeToInstanceTransform(
|
||||
node: MapNode,
|
||||
|
||||
Reference in New Issue
Block a user