Skip to content

Commit 4b513d2

Browse files
authored
Update 20_3D_movie.py
1 parent 6ddb816 commit 4b513d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/20_3D_movie.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from cmx import doc
22

33
doc @ """
4-
# Playing 3D Movie in VisionPro
4+
# Playing 3D Movie in VisionPro and Quest 3
55
66
This example shows how to use background images + layers
7-
to play a 3D movie in the VisionPro.
7+
to play a 3D movie in the VisionPro and the Quest 3.
88
99
Before you start, first run the following script:
1010
@@ -97,4 +97,4 @@ async def show_heatmap(session):
9797
9898
- [ ] Add layers support to the virtual cameras.
9999
100-
"""
100+
"""

0 commit comments

Comments
 (0)