export const PLAYER_SELECTOR = '[data-vr-web-player]'; export const DEFAULT_PROJECTION = 'vr180'; export const VALID_PROJECTIONS = new Set(['vr180', 'plane']); export const PLANE_WIDTH = 3.2; export const PLANE_HEIGHT = PLANE_WIDTH * (9 / 16); export const PLANE_DISTANCE = 3; export const PLANE_2D_DISTANCE = 1.2;