Skip to content

Commit

Permalink
Gltf Plugin Sakura Floors (#13)
Browse files Browse the repository at this point in the history
Gltf Plugin Sakura Floors
  • Loading branch information
alxart authored Nov 16, 2023
1 parent d7e94fa commit 07827e3
Show file tree
Hide file tree
Showing 2 changed files with 1,259 additions and 92 deletions.
59 changes: 30 additions & 29 deletions src/gltf-plugin-sakura/index.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="../favicon.png" />
<script src="../sourcebutton.js"></script>

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="../favicon.png" />
<script src="../sourcebutton.js"></script>
<title>GLTF-plugin Sakura</title>
<meta
name="description"
content="Example of adding an interactive realty scene to the map"
/>
<meta name="category" content="Common" />

<title>GLTF-plugin</title>
<meta name="description" content="Example of adding an interactive realty scene to the map" />
<meta name="category" content="Common" />

<style>
html,
body,
#container {
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
</style>
</head>

<body>
<div id="container"></div>
<script src="https://mapgl.2gis.com/api/js/v1"></script>
<script src="https://unpkg.com/@2gis/mapgl-gltf@^1/dist/bundle.js"></script>
<script src="https://unpkg.com/mapgl-snow"></script>
<script src="./index.js"></script>
</body>
<style>
html,
body,
#container {
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
</style>
</head>

<body>
<div id="container"></div>
<script src="https://mapgl.2gis.com/api/js/v1"></script>
<script src="https://unpkg.com/@2gis/mapgl-gltf@^1/dist/bundle.js"></script>
<script src="https://unpkg.com/mapgl-snow"></script>
<script src="./index.js"></script>
</body>
</html>
Loading

0 comments on commit 07827e3

Please sign in to comment.