Skip to content

Commit eb1a0a5

Browse files
committed
chore(EXAMPLES): add missing adaptive quality example scene
The Adaptive Quality example scene was missing from the examples list so it has now been added.
1 parent 17d7136 commit eb1a0a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

EXAMPLES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,8 @@ A scene that demonstrates how to set up the climbing mechanism with different ac
212212

213213
### 038_CameraRig_CameraRig_DashTeleport
214214

215-
A Scene that shows the teleporting behaviour and also demonstrates a way to use the broadcasted RaycastHit array. In the example obstacles in the way of the dash turn off their mesh renderers while the dash is in progress.
215+
A scene that shows the teleporting behaviour and also demonstrates a way to use the broadcasted RaycastHit array. In the example obstacles in the way of the dash turn off their mesh renderers while the dash is in progress.
216+
217+
### 039_CameraRig_AdaptiveQuality
218+
219+
A scene displays the frames per second in the centre of the headset view. The debug visualization of this script is displayed near the top edge of the headset view. Pressing the trigger generates a new sphere and pressing the touchpad generates ten new spheres. Eventually when lots of spheres are present the FPS will drop and demonstrate the script.

0 commit comments

Comments
 (0)