Bläddra i källkod

remove bundle files

Garrett Johnson 4 år sedan
förälder
incheckning
899c08c929
35 ändrade filer med 0 tillägg och 331027 borttagningar
  1. 0 45338
      example/bundle/b3dmExample.d88db709.js
  2. 0 1
      example/bundle/b3dmExample.d88db709.js.map
  3. 0 38
      example/bundle/b3dmExample.html
  4. 0 392
      example/bundle/b3dmExample.js
  5. 0 1
      example/bundle/b3dmExample.js.map
  6. 0 45249
      example/bundle/cmptExample.4b2a3f0d.js
  7. 0 1
      example/bundle/cmptExample.4b2a3f0d.js.map
  8. 0 28
      example/bundle/cmptExample.html
  9. 0 392
      example/bundle/cmptExample.js
  10. 0 1
      example/bundle/cmptExample.js.map
  11. 0 48468
      example/bundle/customMaterial.dd39ecee.js
  12. 0 1
      example/bundle/customMaterial.dd39ecee.js.map
  13. 0 28
      example/bundle/customMaterial.html
  14. 0 392
      example/bundle/customMaterial.js
  15. 0 1
      example/bundle/customMaterial.js.map
  16. 0 50074
      example/bundle/example.e31bb0bc.js
  17. 0 1
      example/bundle/example.e31bb0bc.js.map
  18. 0 45277
      example/bundle/i3dmExample.c6cc930a.js
  19. 0 1
      example/bundle/i3dmExample.c6cc930a.js.map
  20. 0 28
      example/bundle/i3dmExample.html
  21. 0 392
      example/bundle/i3dmExample.js
  22. 0 1
      example/bundle/i3dmExample.js.map
  23. 0 28
      example/bundle/index.html
  24. 0 392
      example/bundle/index.js
  25. 0 1
      example/bundle/index.js.map
  26. 0 48408
      example/bundle/offscreenShadows.ce0529e7.js
  27. 0 1
      example/bundle/offscreenShadows.ce0529e7.js.map
  28. 0 28
      example/bundle/offscreenShadows.html
  29. 0 392
      example/bundle/offscreenShadows.js
  30. 0 1
      example/bundle/offscreenShadows.js.map
  31. 0 45249
      example/bundle/pntsExample.1cabf3ff.js
  32. 0 1
      example/bundle/pntsExample.1cabf3ff.js.map
  33. 0 28
      example/bundle/pntsExample.html
  34. 0 392
      example/bundle/pntsExample.js
  35. 0 1
      example/bundle/pntsExample.js.map

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 45338
example/bundle/b3dmExample.d88db709.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/b3dmExample.d88db709.js.map


+ 0 - 38
example/bundle/b3dmExample.html

@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
-        <meta charset="utf-8">
-
-        <title>3D Tiles Renderer Batch Example</title>
-
-        <style>* {
-                margin: 0;
-                padding: 0;
-            }
-
-            html {
-                overflow: hidden;
-                font-family: Arial, Helvetica, sans-serif;
-                user-select: none;
-            }
-
-            canvas {
-                image-rendering: pixelated;
-                outline: none;
-            }
-
-			#info {
-				color: white;
-				font-family: monospace;
-				position: absolute;
-				white-space: pre;
-				line-height: 1.5em;
-				padding: 10px;;
-			}</style>
-    </head>
-    <body>
-		<div id="info"></div>
-        <script src="b3dmExample.d88db709.js"></script>
-    </body>
-</html>

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 392
example/bundle/b3dmExample.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/b3dmExample.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 45249
example/bundle/cmptExample.4b2a3f0d.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/cmptExample.4b2a3f0d.js.map


+ 0 - 28
example/bundle/cmptExample.html

@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <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>
-
-        <style>* {
-                margin: 0;
-                padding: 0;
-            }
-
-            html {
-                overflow: hidden;
-                font-family: Arial, Helvetica, sans-serif;
-                user-select: none;
-            }
-
-            canvas {
-                image-rendering: pixelated;
-                outline: none;
-            }</style>
-    </head>
-    <body>
-        <script src="cmptExample.4b2a3f0d.js"></script>
-    </body>
-</html>

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 392
example/bundle/cmptExample.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/cmptExample.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 48468
example/bundle/customMaterial.dd39ecee.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/customMaterial.dd39ecee.js.map


+ 0 - 28
example/bundle/customMaterial.html

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

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 392
example/bundle/customMaterial.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/customMaterial.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 50074
example/bundle/example.e31bb0bc.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/example.e31bb0bc.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 45277
example/bundle/i3dmExample.c6cc930a.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/i3dmExample.c6cc930a.js.map


+ 0 - 28
example/bundle/i3dmExample.html

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

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 392
example/bundle/i3dmExample.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/i3dmExample.js.map


+ 0 - 28
example/bundle/index.html

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

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 392
example/bundle/index.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/index.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 48408
example/bundle/offscreenShadows.ce0529e7.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/offscreenShadows.ce0529e7.js.map


+ 0 - 28
example/bundle/offscreenShadows.html

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

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 392
example/bundle/offscreenShadows.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/offscreenShadows.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 45249
example/bundle/pntsExample.1cabf3ff.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/pntsExample.1cabf3ff.js.map


+ 0 - 28
example/bundle/pntsExample.html

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

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 392
example/bundle/pntsExample.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 1
example/bundle/pntsExample.js.map