index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no' />
  5. <meta charset='utf-8'>
  6. <link rel="stylesheet" type="text/css" href="styles.css">
  7. <link rel="manifest" href="manifest.json">
  8. <style></style>
  9. <title>demo(龙泉窑)</title>
  10. <script src="playcanvas-stable.min.js"></script>
  11. <script>
  12. ASSET_PREFIX = "";
  13. SCRIPT_PREFIX = "";
  14. SCENE_PATH = "684549.json";
  15. CONTEXT_OPTIONS = {
  16. 'antialias': true,
  17. 'alpha': false,
  18. 'preserveDrawingBuffer': false,
  19. 'preferWebGl2': true
  20. };
  21. SCRIPTS = [ 16496394, 16496399, 16496395, 16496400, 16499160, 16507721, 16509019, 16728271, 16731459, 16733465, 16751415, 16888322, 16915746, 16915747, 16917355, 16928893, 16933366, 16933484, 16943631, 16943661 ];
  22. CONFIG_FILENAME = "config.json";
  23. INPUT_SETTINGS = {
  24. useKeyboard: true,
  25. useMouse: true,
  26. useGamepads: false,
  27. useTouch: true
  28. };
  29. pc.script.legacy = false;
  30. </script>
  31. </head>
  32. <body>
  33. <script src="__start__.js"></script>
  34. <script src="__loading__.js"></script>
  35. </body>
  36. </html>