johnrobinsn
commited on
Commit
·
9011ced
1
Parent(s):
ad1a298
Update depth_viewer.py
Browse files- depth_viewer.py +2 -1
depth_viewer.py
CHANGED
@@ -98,7 +98,8 @@ _viewer_html = '''
|
|
98 |
|
99 |
<body>
|
100 |
<script src="https://threejs.org/build/three.min.js"></script>
|
101 |
-
<script src="https://
|
|
|
102 |
|
103 |
<script id="vshader" type="x-shader/x-vertex">
|
104 |
uniform sampler2D depth;
|
|
|
98 |
|
99 |
<body>
|
100 |
<script src="https://threejs.org/build/three.min.js"></script>
|
101 |
+
<script src="https://unpkg.com/[email protected]/dist/index.js"></script>
|
102 |
+
<!--script src="https://threejs.org/examples/js/controls/OrbitControls.js"></script-->
|
103 |
|
104 |
<script id="vshader" type="x-shader/x-vertex">
|
105 |
uniform sampler2D depth;
|