Remove editor hover styles from viewer defaults

This commit is contained in:
sudhir
2026-04-24 23:05:14 +05:30
parent 325f2e4603
commit 2b656bcf8b
@@ -67,24 +67,6 @@ const DEFAULT_HOVER_STYLE: HoverStyle = {
export const DEFAULT_HOVER_STYLES: HoverStyles = {
default: DEFAULT_HOVER_STYLE,
delete: {
visibleColor: 0xef_44_44,
hiddenColor: 0x99_1b_1b,
strength: 6,
pulse: false,
},
'paint-ready': {
visibleColor: 0xf5_9e_0b,
hiddenColor: 0xfd_e0_68,
strength: 5,
pulse: true,
},
'paint-disabled': {
visibleColor: 0x94_a3_b8,
hiddenColor: 0x47_55_69,
strength: 4,
pulse: false,
},
}
function sanitizeOutlineObjects(objects: Object3D[]) {