123456789101112131415161718192021222324252627282930313233343536 |
- <!doctype html>
- <html>
- <head>
- <meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no' />
- <meta charset='utf-8'>
- <link rel="stylesheet" type="text/css" href="styles.css">
- <link rel="manifest" href="manifest.json">
- <style></style>
- <title>demo(龙泉窑)</title>
- <script src="playcanvas-stable.min.js"></script>
- <script>
- ASSET_PREFIX = "";
- SCRIPT_PREFIX = "";
- SCENE_PATH = "684549.json";
- CONTEXT_OPTIONS = {
- 'antialias': true,
- 'alpha': false,
- 'preserveDrawingBuffer': false,
- 'preferWebGl2': true
- };
- SCRIPTS = [ 16496394, 16496399, 16496395, 16496400, 16499160, 16507721, 16509019, 16728271, 16731459, 16733465, 16751415, 16888322, 16915746, 16915747, 16917355, 16928893, 16933366, 16933484, 16943631, 16943661 ];
- CONFIG_FILENAME = "config.json";
- INPUT_SETTINGS = {
- useKeyboard: true,
- useMouse: true,
- useGamepads: false,
- useTouch: true
- };
- pc.script.legacy = false;
- </script>
- </head>
- <body>
- <script src="__start__.js"></script>
- <script src="__loading__.js"></script>
- </body>
- </html>
|