81 lines
2.6 KiB
HTML
81 lines
2.6 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><model-viewer-effects> Documentation</title>
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="<model-viewer-effects> 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>
|
|
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="effectcomposer-docs"></div>
|
|
<div id="bloom-docs"></div>
|
|
<div id="selectivebloom-docs"></div>
|
|
<div id="pixelate-docs"></div>
|
|
<div id="colorgrade-docs"></div>
|
|
<div id="outline-docs"></div>
|
|
<div id="glitch-docs"></div>
|
|
<div id="ssao-docs"></div>
|
|
<div id="smaa-docs"></div>
|
|
<div id="blendmodemixin-docs"></div>
|
|
<div id="selectivemixin-docs"></div>
|
|
<div class="footerDocumentation">
|
|
<div class="footer">
|
|
<div style="margin-top:24px;" class="copyright">©Copyright 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('mve'); })();
|
|
(() => { initFooterLinks();})();
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html> |