Refactor code by removing unnecessary lines and comments, and update wall thickness in builder store
This commit is contained in:
@@ -83,7 +83,7 @@ export const useBuilderStore = create<BuilderState>()(
|
||||
|
||||
// Wall
|
||||
|
||||
wallThickness: 0.1,
|
||||
wallThickness: 0.5,
|
||||
wallHeight: 7,
|
||||
outsideMaterial: 'Default Material',
|
||||
insideMaterial: 'Default Material',
|
||||
|
||||
Reference in New Issue
Block a user