Bachelorarbeit/packages/modelviewer.dev/docs/index.html

78 lines
2.5 KiB
HTML

<!--
/* @license
* Copyright 2020 Google Inc. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the 'License');
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an 'AS IS' BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>&lt;model-viewer&gt; Examples and Documentation</title>
<meta charset="utf-8">
<meta name="description" content="&lt;model-viewer&gt; examples and documentation">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" href="../styles/examples.css" rel="stylesheet" />
<link type="text/css" href="../styles/docs.css" rel="stylesheet" />
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png" />
<script defer src="https://web3dsurvey.com/collector.js"></script>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-169901325-1', { 'storage': 'none' });
ga('set', 'referrer', document.referrer.split('?')[0]);
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<style>
:root {
--scroll-top: 65px;
scroll-padding-top: var(--scroll-top);
}
</style>
<body>
<div class="sidebar" id="sidenav"></div>
<!-- Start of all documentation -->
<div class="outer-content">
<div id="toggle"></div>
<div id="loading-docs"></div>
<div id="augmentedreality-docs"></div>
<div id="stagingandcameras-docs"></div>
<div id="annotations-docs"></div>
<div id="lightingandenv-docs"></div>
<div id="animation-docs"></div>
<div id="scenegraph-docs"></div>
<div class="footerDocumentation">
<div class="footer">
<div style="margin-top:24px;" class="copyright">©Copyright 2018-2025 Google Inc. Licensed under the Apache License 2.0.</div>
<div id='footer-links'></div>
</div>
</div>
</div>
<script type="module" src="../examples/built/docs-and-examples.js">
</script>
<script type="module">
(() => { init('docs'); })();
(() => { initFooterLinks();})();
</script>
</body>
</html>