refactor: Comment out decal mapping in Wall component and clean up dashboard styles
This commit is contained in:
@@ -152,9 +152,9 @@ function Wall({ wall }: { readonly wall: Wall }) {
|
||||
>
|
||||
<MeshDiscardMaterial />
|
||||
|
||||
{wall.decals.map((decal) => (
|
||||
{/* {wall.decals.map((decal) => (
|
||||
<DecalInstance zPosition={wall.wallThickness / 2 + 0.001} visible={visible} key={decal.decalUuid} decal={decal} />
|
||||
))}
|
||||
))} */}
|
||||
</mesh>
|
||||
</mesh>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user