|
@@ -11,6 +11,8 @@
|
|
|
<meta property="og:description" content="Audio Environment Presets">
|
|
|
<meta property="og:title" content="jMonkeyEngine Docs">
|
|
|
<link rel="stylesheet" href="../../../_/css/site-extra.css">
|
|
|
+<link rel="stylesheet" href="../../../_/css/vendor/docsearch.min.css">
|
|
|
+<!-- fetched from https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css -->
|
|
|
<link rel="icon" href="../../../_/img/favicon.ico" type="image/x-icon">
|
|
|
</head>
|
|
|
<body class="article">
|
|
@@ -535,6 +537,20 @@ Smallwaterroom = new Environment ( new float[]{ 26, 36.2f, 0.700f, -1000, -698,
|
|
|
<footer class="footer">
|
|
|
<p>Copyright 2020 jMonkeyEngine Wiki Contributors. Licensed BSD-3.</p>
|
|
|
</footer>
|
|
|
+<script src="../../../_/js/vendor/docsearch.min.js"></script>
|
|
|
+<!-- fetched from https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js -->
|
|
|
+<script>
|
|
|
+var search = docsearch({
|
|
|
+ apiKey: 'a736b6d93de805e26ec2f49b55013fbd',
|
|
|
+ indexName: 'jmonkeyengine',
|
|
|
+ inputSelector: '#search-input',
|
|
|
+ autocompleteOptions: { hint: false, keyboardShortcuts: ['s'] },
|
|
|
+ algoliaOptions: { hitsPerPage: 10 }
|
|
|
+}).autocomplete
|
|
|
+search.on('autocomplete:closed', function () { search.autocomplete.setVal() })
|
|
|
+function focusSearchInput () { document.querySelector('#search-input').focus() }
|
|
|
+if (document.querySelector('.home-link.is-current')) window.addEventListener('load', focusSearchInput)
|
|
|
+</script>
|
|
|
<script src="../../../_/js/site.js"></script>
|
|
|
<script async src="../../../_/js/vendor/highlight.js"></script>
|
|
|
</body>
|