decal default scale scale update

This commit is contained in:
2025-08-29 17:16:50 +05:30
parent b956ed57e8
commit f9d314b69f

View File

@@ -55,7 +55,7 @@ function DecalCreator() {
decalPosition: [point.x, point.y, (wall.wallThickness / 2 + 0.001) * (wallIntersect.normal?.z || 1)], decalPosition: [point.x, point.y, (wall.wallThickness / 2 + 0.001) * (wallIntersect.normal?.z || 1)],
decalRotation: 0, decalRotation: 0,
decalOpacity: 1, decalOpacity: 1,
decalScale: 1, decalScale: 0.5,
} }
addDecalOnWall(wallIntersect.object.userData.wallUuid, decal); addDecalOnWall(wallIntersect.object.userData.wallUuid, decal);