Logo
  • Overview
  • FAQ
  • Questions
Download
Lexagon
/
Lexagon FAQs & How-to
Lexagon FAQs & How-to

Lexagon FAQs & How-to

Need support? Email lexagon@lextech.com

General

‣

Why upgrade to presenter mode?

Guests can interact with the example scenes in Lexagon and join sessions hosted by presenters.

Presenters can load content (3d objects, PDF presentations and video playlists) to craft scenes & experiences to share.

Create the experiences you need for high value conversations for your organization - sales, key decision making, training and more.

‣

System requirements

Requires visionOS 2.1 or later

Compatible with Apple Vision Pro

‣

Basic 3D interactions

Scale: Pinch an object with both hands; move hands in/out

Rotate: Pinch thumb and index finger on both hands; move either hand

Move: Pinch thumb and index finger on object, then drag

‣

Security & data use

Lexagon uses SharePlay for sharing data between participants.

Your data never resides on any server other than Apple’s during a FaceTime call.

‣

Manage immersion

When desired, dial the Digital Crown to see more of your immediate surroundings.

Guest

‣

Connecting with others

  1. Start a FaceTime call
  2. For the best experience, go spatial with participants
  3. Tap ‘Start SharePlay’ in Lexagon
  4. Enter Lexagon
‣

Scene switching

  1. Tap “Controls” on the table
  2. In the Scenes tab, tap the desired preset scene

Presenters

‣

Creating a video playlist

  1. Tap “Controls” on the table
  2. In the Screens tab, tap “Add Video Playlist”
  3. Tap the “Load Playlist” button in the top right (below the trash can)
  4. Select your JSON playlist file (an example JSON is at the bottom of this page)
‣

Adding 3D content

As a presenter you can load any USDZ file into Lexagon. We recommend keeping files under 100mb as they have to be sent to all participants.

Sample JSON Playlist

Notes:

  1. videoItems will be listed in order; name and url are required
    1. For url use the location to the mp4 file or stream
    2. Lextech recommends Vimeo for video file hosting and streaming
    3. For spatial 3D video on Vimeo, you must use the streaming link
    4. For flat 2D video on Vimeo, use either the file or streaming link
  2. autoAdvance and currentVideoIdx are not configurable at this time
{
    "videoItems": [
        {
            "name": "Lextech: Thrive At Work",
            "url": "https://player.vimeo.com/progressive_redirect/playback/853110374/rendition/1080p/file.mp4?loc=external&signature=0a9e66fc4150c36c6a09f8f83fb603d9306cc5c6412ea3c1bd79e81adbb8b399"
        },
        {
            "name": "Alex: Problems Worth Solving",
            "url": "https://player.vimeo.com/progressive_redirect/playback/1075758654/rendition/720p/file.mp4?loc=external&signature=07c0e5ec94ebffac481069526bb615d315e4e983518553e645e09a3a9bf256e9"
        },
        {
            "name": "Kenton: Efficiency Isn't Optional",
            "url": "https://player.vimeo.com/progressive_redirect/playback/1075418256/rendition/720p/file.mp4?loc=external&signature=e033cfc60a037731e7b771f5a16fe352a7764354597b966b49fe49b3fdcd0ce1"
        }
    ],
    "autoAdvance": false,
    "currentVideoIdx": 0
}