Begin rust rewrite

This commit is contained in:
Rémi BERTHO 2022-09-05 14:16:10 +02:00
parent 0dc8c22491
commit dfcbd9cecf
Signed by: dalan
GPG key ID: EE3B917931C07B64
22 changed files with 23822 additions and 1096 deletions

View file

@ -5,7 +5,7 @@
<title>Panorama viewer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/photo-sphere-viewer.min.css">
<link rel="stylesheet" href="../css/photo-sphere-viewer.css">
<style>
html, body {
@ -38,22 +38,20 @@
<div id="photosphere"></div>
<script src="js/three.min.js"></script>
<script src="js/D.min.js"></script>
<script src="js/uevent.min.js"></script>
<script src="js/doT.min.js"></script>
<script src="js/photo-sphere-viewer.min.js"></script>
<script src="../js/three.min.js"></script>
<script src="../js/browser.js"></script>
<script src="../js/photo-sphere-viewer.js"></script>
<h1>Panorama</h1>>
<script>
var PSV = new PhotoSphereViewer({
var PSV = new PhotoSphereViewer.Viewer({
container: 'photosphere',
panorama: '__IMG_PATH__',
caption: 'Panorama displayed with Photo Sphere Viewer V3.5.1',
time_anim: false,
default_fov: 40,
min_fov: 5,
max_fov: 75,
caption: 'Panorama displayed with Photo Sphere Viewer V4.7.1',
autorotateDelay: false,
defaultZoomLvl: 40,
minFov: 5,
maxFov: 75,
navbar: [
'autorotate',
'zoom',