|
@@ -1,10 +1,10 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
|
- <meta charset="utf-8">
|
|
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
|
+ <meta charset="utf-8">
|
|
|
|
|
|
- <title>3D Tiles Renderer Composite Format Example</title>
|
|
|
|
|
|
+ <title>3D Tiles Renderer Composite Format Example</title>
|
|
|
|
|
|
<style>* {
|
|
<style>* {
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -13,14 +13,14 @@
|
|
|
|
|
|
html {
|
|
html {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- font-family: Arial, Helvetica, sans-serif;
|
|
|
|
- user-select: none;
|
|
|
|
|
|
+ font-family: Arial, Helvetica, sans-serif;
|
|
|
|
+ user-select: none;
|
|
}
|
|
}
|
|
|
|
|
|
- canvas {
|
|
|
|
- image-rendering: pixelated;
|
|
|
|
- outline: none;
|
|
|
|
- }</style>
|
|
|
|
|
|
+ canvas {
|
|
|
|
+ image-rendering: pixelated;
|
|
|
|
+ outline: none;
|
|
|
|
+ }</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<script src="cmptExample.4b2a3f0d.js"></script>
|
|
<script src="cmptExample.4b2a3f0d.js"></script>
|