Each folder contains one 3D video. To view the 3D video on your VR headset, please use the following steps to setup the 3D viewer.

For example, we want to watch the corgi vlogging case in "SVG_3D_corgi":

Step 1. Navigate to folder "SVG_3D_corgi":
In terminal, run: cd xxx/SVG_3D_corgi/ (xxx is the path to "SVG_3D_corgi")

Step 2. Run the HTTP server using the following command:
python -m http.server

Step 3. Check the local IP address. Ensure that your VR headset and your computer are within the same LAN 

   For example, the Mac user:
   a) Open the Apple menu and click System Settings.
   b) Click Network in the left panel and then select Wi-Fi or Ethernet (for wired connections).
   c) Click Details next to the network you're connected to.
   d) Scroll down to see your Mac's local IP address. 

Step 4. Wear your VR headset, visit the following link:
http://$IP$:8000 

You need to replace the $IP$ with your IP address in step 3.



Alternatively, you can create an online webpage (e.g., GitHub page) using the files we provided (e.g., files in "SVG_3D_corgi"), then use your VR headset to view 3D videos online through the browser (visit established online webpage).