Advertisement
xugenyuan

'Pengpeng Simple Model Viewer' for X2.

Nov 27th, 2024 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. Hey everyone,I would like to share an app I created called 'Pengpeng Simple Model Viewer' for X2.
  2.  
  3. This app is modified from the official example and allows you to load your favorite models into X2 and interact with them using a ring to drag the model. You can also view individual models in 6DOF (six degrees of freedom).
  4.  
  5. Usage instructions:
  6. 1. Click on "Scan" to scan the QR code that contains the model download information (Example QR code viewing address: http://8.134.209.75/22.png).
  7. 2. Click on "Load Model" (please wait for the download to complete before viewing).
  8. 3. If you want to view an individual model in 6DOF, click on the "slam/6dof" section in the menu, and then click on the serial number of the model you wish to view.
  9.  
  10. Creating model QR codes:
  11. 1. Below is an example of the information contained in the QR code. Just modify the download links as needed.
  12. {
  13. "url1": "8.134.209.75/ml/7.glb",
  14. "url2": "8.134.209.75/ml/8.glb",
  15. "url3": "8.134.209.75/ml/9.glb",
  16. "url4": "8.134.209.75/ml/10.glb"
  17. }
  18.  
  19. 2. To generate QR codes more conveniently, you can visit the webpage I created: http://8.134.209.75/ml/
  20. Alternatively, you can search online for websites or software that generate QR codes.
  21.  
  22. Where can I find models? What formats are supported?
  23. 1. You can generate models using Tripo AI (https://www.tripo3d.ai/), download them in GLB format, and upload them to your personal cloud storage or any cloud service that allows sharing download links.
  24. 2. The app supports most model formats such as GLB, FBX, OBJ, as well as ZIP files containing model files and textures.
  25.  
  26. Important notes:
  27. 1. It is best to display the QR code on a computer screen and then scan it with glasses. This is because the camera on the glasses may not focus well, and the small phone screen might not be easily recognized.
  28. 2. Make sure the model download links in the QR code are not too long, as that may also affect scanning.
  29. 3. For APK installation, you can visit the official Rayneo glasses management webpage: https://open.rayneo.cn/#/webadb
  30. 4.You can also click on the install.bat file inside the downloaded compressed package to proceed with the installation, provided that the glasses are connected to the computer.
  31. Download: https://drive.google.com/file/d/16Q1ioaOfSBx3vm-HbfblaqbeTnj7ul3b/view?usp=sharing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement