texture: '/ipfs/QmNNSAJyzVSF2m16dReYgmqmiRkKa5HMKvFUgwhbRzTYto/mars1024x1024.jpg', // texture used by G1Wish planet

This commit is contained in:
fred 2023-02-27 18:04:44 +01:00
parent f0d58decfb
commit ccc807dfd5
1 changed files with 19 additions and 11 deletions

View File

@ -3,19 +3,27 @@
<head>
<title>_PLAYER_ : TW : _G1VOEU_</title>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/favicon.ico">
<link rel="stylesheet" href="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/index_fichiers/jquery-ui.min.css">
<link rel="icon" type="image/x-icon" href="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/favicon.ico">
<link rel="stylesheet" href="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/index_fichiers/jquery-ui.min.css">
<script type="text/javascript" src="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/index_fichiers/requestanimationframe.polyfill.js"></script>
<script type="text/javascript" src="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/index_fichiers/requestanimationframe.polyfill.js"></script>
<script type="text/javascript" src="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/index_fichiers/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/index_fichiers/instascan.min.js"></script>
<script type="text/javascript" src="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/index_fichiers/html5-qrcode.min.js"></script>
<script type="text/javascript" src="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/index_fichiers/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/index_fichiers/instascan.min.js"></script>
<script type="text/javascript" src="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/index_fichiers/html5-qrcode.min.js"></script>
<script type="text/javascript" src="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/index_fichiers/jquery-ui.0.min.js"></script>
<script type="text/javascript" src="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/index_fichiers/sphere-hacked.js"></script>
<script type="text/javascript" src="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/index_fichiers/jquery.earth-3d.js"></script>
<script type="text/javascript" src="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/index_fichiers/demo.js"></script>
<script type="text/javascript" src="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/index_fichiers/jquery-ui.0.min.js"></script>
<script type="text/javascript" src="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/index_fichiers/sphere-hacked.js"></script>
<script type="text/javascript" src="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/index_fichiers/jquery.earth-3d.js"></script>
<script type="text/javascript" src="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/index_fichiers/demo.js"></script>
<script type="text/javascript">
examples['simple_mars'] = function() {
$('#sphere').earth3d({
texture: '/ipfs/QmNNSAJyzVSF2m16dReYgmqmiRkKa5HMKvFUgwhbRzTYto/mars1024x1024.jpg', // texture used by G1Wish planet
dragElement: $('#locations') // where do we catch the mouse drag
});
};
</script>
<style>
body {
padding: 0;
@ -75,7 +83,7 @@
cursor: pointer;
}
</style>
<link rel="stylesheet" href="/ipfs/QmUcpeWwA5EZA8UavMU1oAfvRwZhUheBx8Mh8RGC4KHkkD/index_fichiers/demo.css">
<link rel="stylesheet" href="/ipfs/QmSAwrY6yEKsy9TvhCUMM4WBS6tfwA24QdVpYZLkuunoHa/index_fichiers/demo.css">
</head>
<body>