Skip to content

Commit

Permalink
Gltf Plugin Sakura Demo (#12)
Browse files Browse the repository at this point in the history
* Gltf Plugin Sakura Demo
  • Loading branch information
alxart authored Nov 16, 2023
1 parent a154c25 commit d7e94fa
Show file tree
Hide file tree
Showing 3 changed files with 1,600 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/gltf-plugin-sakura/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!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>

<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>

</html>
Loading

0 comments on commit d7e94fa

Please sign in to comment.