feat(earth): cable state management, hover/lock visual separation, fix isSameCable undefined bug
This commit is contained in:
@@ -47,6 +47,12 @@ export const CABLE_CONFIG = {
|
||||
pulseCoefficient: 0.4
|
||||
};
|
||||
|
||||
export const CABLE_STATE = {
|
||||
NORMAL: 'normal',
|
||||
HOVERED: 'hovered',
|
||||
LOCKED: 'locked'
|
||||
};
|
||||
|
||||
export const GRID_CONFIG = {
|
||||
latitudeStep: 10,
|
||||
longitudeStep: 30,
|
||||
|
||||
Reference in New Issue
Block a user