Merge branch 'main' into main-dev

This commit is contained in:
2025-07-02 11:06:24 +05:30
23 changed files with 335 additions and 224 deletions

View File

@@ -15,7 +15,6 @@ import DecalInstance from '../../../Decal/decalInstance';
import defaultMaterial from '../../../../../assets/textures/floor/wall-tex.png';
import material1 from '../../../../../assets/textures/floor/factory wall texture.jpg';
function Wall({ wall }: { readonly wall: Wall }) {
const { wallStore } = useSceneContext();
const { walls, addDecal } = wallStore();