import {html} from 'lit'; import {customElement} from 'lit/decorators/custom-element.js'; import * as xb from 'xrblocks'; import {SimulatorInstructionsCard} from './SimulatorInstructionsCard.js'; const SIMULATOR_NAVIGATION_VIDEO_PATH = xb.XR_BLOCKS_ASSETS_PATH + 'simulator/instructions/xr_blocks_simulator_navigation.webm'; @customElement('xrblocks-simulator-navigation-instructions') export class NavigationInstructions extends SimulatorInstructionsCard { getImageContents() { return html` `; } getDescriptionContents() { return html`
Press Left Shift to toggle Navigation Mode. In this mode, virtual hands appear and the mouse controls the camera view.