Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit a21a980

Browse files
committed
new headsets
1 parent 2052e67 commit a21a980

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

doc-source/assets-vrtools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ Sumerian provides a pack of virtual reality \(VR\)\-related assets to make it ea
44

55
**Supported VR Headsets**
66
+ Oculus Rift
7+
+ Oculus Go
78
+ HTC Vive
89
+ HTC Vive Pro
10+
+ Lenovo Mirage Solo
911

1012
**To enable VR in your scene**
1113

doc-source/entities-vrcamerarig.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ The VR camera rig component configures a virtual reality \(VR\) headset and cont
44

55
**Supported VR Headsets**
66
+ Oculus Rift
7+
+ Oculus Go
78
+ HTC Vive
89
+ HTC Vive Pro
10+
+ Lenovo Mirage Solo
911

1012
Attach the VR camera rig component to an entity with child entities for the HMD camera and each VR controller\. The [CoreVR asset pack](assets-vrtools.md) in the Sumerian library contains a rig entity with an HMD camera and controllers for each supported headset\.
1113

doc-source/scripting-builtins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The editor also has several built\-in scripts that provide standard functionalit
1010
+ **Pan camera control** – Lets the user pan the camera by holding a mouse button and moving the mouse\.
1111
+ **Mouse look control** – Lets the user look around by holding a mouse button and moving the mouse\.
1212
+ **WASD control** – Lets the user walk around on the XZ plane with the keyboard\.
13+
+ **Augmented reality camera script** – In an augmented reality \(AR\) scene, follow the device camera\.
1314

1415
**Object scripts**
1516
+ **Button** – Lets the user click on an object to open a URL\.

doc-source/sumerian-gettingstarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ You can use the editor in recent versions of Chrome or Firefox\. To view the fin
2121

2222
**Supported VR Headsets**
2323
+ Oculus Rift
24+
+ Oculus Go
2425
+ HTC Vive
2526
+ HTC Vive Pro
27+
+ Lenovo Mirage Solo
2628

2729
## Create a Project and Scene<a name="sumerian-gettingstarted-create"></a>
2830

doc-source/sumerian-scripting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Add scripts to your scene to update your scene based on user input or events\. You can use scripts to access the DOM, create and modify entities with the Sumerian engine library, or use the AWS SDK for JavaScript to access AWS services and resources\.
44

55
**Note**
6-
Reference documentation for the Sumerian engine library is available on the [Sumerian website](https://content.sumerian.amazonaws.com/engine/latest/docs/)\.
6+
Visit this guide's [GitHub repo](https://github.com/awsdocs/amazon-sumerian-user-guide/tree/master/scripts) for a collection of useful sample scripts\. Contributions are welcome\!
77

88
**To create a blank script**
99

@@ -25,6 +25,8 @@ The script template includes 7 methods and a [parameters](scripting-parameters.m
2525
+ `exit` – On a state machine script action, when the state is exited\.
2626
+ `cleanup` – When scene playback stops\.
2727

28+
Reference documentation for the Sumerian engine library is available on the [Sumerian website](https://content.sumerian.amazonaws.com/engine/latest/docs/)\.
29+
2830
**Topics**
2931
+ [Built\-in Scripts](scripting-builtins.md)
3032
+ [The Context Object](scripting-context.md)

0 commit comments

Comments
 (0)