Refactor builder store and related components: update DecalInstance to manage selectedFloor state, enhance FloorInstance with improved material handling and texture application, and modify FloorGroup to remove unnecessary console log. Update Wall component for better shadow handling and adjust useBuilderStore to change default material values.
This commit is contained in:
@@ -100,8 +100,8 @@ export const useBuilderStore = create<BuilderState>()(
|
||||
floorDepth: 0.1,
|
||||
isBeveled: false,
|
||||
bevelStrength: 0.05,
|
||||
sideMaterial: 'Default Side',
|
||||
topMaterial: 'Default Top',
|
||||
sideMaterial: 'Material 1',
|
||||
topMaterial: 'Default Material',
|
||||
|
||||
selectedDecal: null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user