import {html} from 'lit'; import {customElement} from 'lit/decorators/custom-element.js'; import * as xb from 'xrblocks'; import {SimulatorInstructionsCard} from './SimulatorInstructionsCard.js'; const SIMULATOR_USER_VIDEO_PATH = xb.XR_BLOCKS_ASSETS_PATH + 'simulator/instructions/xr_blocks_simulator_user.webm'; @customElement('xrblocks-simulator-user-instructions') export class UserInstructions extends SimulatorInstructionsCard { getImageContents() { return html` `; } getDescriptionContents() { return html`
The simulator starts in User Mode by default. This mode is for moving the camera and interacting directly with scene objects.