model.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <script src="./4dage.js"></script>
  8. <title>Document</title>
  9. <style>
  10. html {
  11. overflow: hidden;
  12. }
  13. .bacBox {
  14. opacity: 1;
  15. pointer-events: auto;
  16. position: absolute;
  17. z-index: 998;
  18. top: 0;
  19. left: 0;
  20. width: 100%;
  21. height: 100%;
  22. background-color: #cfcfd0;
  23. transition: all 1s;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <div id="ui"></div>
  29. <div class="outerImg">
  30. <img src="./img/bg.jpg" alt="">
  31. </div>
  32. <script>
  33. let number = getQueryVariable("m");
  34. console.log('ppppppppp',number);
  35. window.autoRotate = true; // 是否自动旋转
  36. fdage.embed('https://4dscene.4dage.com/culturalrelics/HLJNG/4dage/' + number + '.4dage', {
  37. width: 800,
  38. height: 600,
  39. autoStart: true,
  40. fullFrame: true,
  41. pagePreset: false
  42. });
  43. </script>
  44. </body>
  45. </html>