Skip to content

Commit

Permalink
feat: skeleton + bone + bonelink display
Browse files Browse the repository at this point in the history
  • Loading branch information
jvenin committed Mar 10, 2024
1 parent 26c372a commit ecc2607
Show file tree
Hide file tree
Showing 9 changed files with 39,077 additions and 37,940 deletions.
30 changes: 30 additions & 0 deletions docs/assets/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -34212,6 +34212,36 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
--------------------------------------------------------------------------------
web

Copyright 2023, the Dart project authors.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
web_locale_keymap

Expand Down
8 changes: 4 additions & 4 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "7c5035eab4a479d3fa9551a1be230010",
"index.html": "6eb22174504109ae2efc8097ed617cc1",
"/": "6eb22174504109ae2efc8097ed617cc1",
"main.dart.js": "932ceea8c988d4d3571077f3da5eec0f",
"index.html": "80d769671c86d503746ad6c013e1825f",
"/": "80d769671c86d503746ad6c013e1825f",
"main.dart.js": "72ab1052c490fbe2b325097e51bd7150",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"favicon.png": "b77adb549c05906dd4c49f910e872eb0",
"icons/favicon-16x16.png": "c4b958438bb5e326900a7afdbb21ef2f",
Expand All @@ -26,7 +26,7 @@ const RESOURCES = {"version.json": "7c5035eab4a479d3fa9551a1be230010",
"icons/ms-icon-70x70.png": "8e5ba26eaff03ac838ce061d46df3e75",
"manifest.json": "63f423934a4a81f8b53f4fa5bf24408c",
"assets/AssetManifest.json": "2cf8f3bb6077605b469906e1ef4ade28",
"assets/NOTICES": "29cc094c63cd86ef4c077b88297fa01a",
"assets/NOTICES": "9b2fb9600bf8919dadb06b84b03a8382",
"assets/FontManifest.json": "7b2a36307916a9721811788013e65289",
"assets/AssetManifest.bin.json": "d051099c1fda49840c0a3aae27e22c76",
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="paraworld_gsf_viewer">
<meta name="apple-mobile-web-app-title" content="ParaWorld GSF Viewer">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
Expand All @@ -41,12 +41,12 @@
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>

<title>paraworld_gsf_viewer</title>
<title>ParaWorld GSF Viewer</title>
<link rel="manifest" href="manifest.json">

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "2750206182";
const serviceWorkerVersion = "625822995";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit ecc2607

Please sign in to comment.