import {html} from 'lit'; import {customElement} from 'lit/decorators/custom-element.js'; import * as xb from 'xrblocks'; import {SimulatorInstructionsCard} from './SimulatorInstructionsCard.js'; const SIMULATOR_HANDS_VIDEO_PATH = xb.XR_BLOCKS_ASSETS_PATH + 'simulator/instructions/xr_blocks_simulator_hands.webm'; @customElement('xrblocks-simulator-hands-instructions') export class HandsInstructions extends SimulatorInstructionsCard { getImageContents() { return html` `; } getDescriptionContents() { return html`
From Navigation Mode, press Left Shift to enter Hands Mode. This mode allows for precise manipulation of virtual hands.