added cache and indexdb loading for decal
This commit is contained in:
@@ -164,7 +164,7 @@ function Wall({ wall }: { readonly wall: Wall }) {
|
||||
const decal: Decal = {
|
||||
decalUuid: THREE.MathUtils.generateUUID(),
|
||||
decalName: 'Decal',
|
||||
decalId: 'Default Decal',
|
||||
decalId: "68abe2f771863f0888b0d35d",
|
||||
decalPosition: [0, 0, wall.wallThickness / 2 + 0.001],
|
||||
decalRotation: 0,
|
||||
decalOpacity: 1,
|
||||
|
||||
Reference in New Issue
Block a user