@ridp/threejs 1.0.1 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/esdoc/ast/source/.external-ecmascript.js.json +2801 -2801
  2. package/esdoc/ast/source/hooks/index.js.json +738 -738
  3. package/esdoc/ast/source/hooks/useGLTFLoader.js.json +9110 -9110
  4. package/esdoc/ast/source/hooks/useObb.js.json +16462 -16462
  5. package/esdoc/ast/source/hooks/useRaycaster.js.json +15555 -15555
  6. package/esdoc/ast/source/hooks/useThreeJs.js.json +52886 -52886
  7. package/esdoc/ast/source/index.js.json +569 -569
  8. package/esdoc/ast/source/instance/IDBCache.js.json +40977 -40977
  9. package/esdoc/ast/source/instance/index.js.json +231 -231
  10. package/esdoc/ast/source/utils/ImageLoader.js.json +7036 -7036
  11. package/esdoc/ast/source/utils/common.js.json +5133 -5133
  12. package/esdoc/ast/source/utils/css3dHelper.js.json +9100 -9100
  13. package/esdoc/ast/source/utils/disposeObject.js.json +5977 -5977
  14. package/esdoc/ast/source/utils/helper.js.json +10521 -10521
  15. package/esdoc/ast/source/utils/index.js.json +907 -907
  16. package/esdoc/badge.svg +17 -17
  17. package/esdoc/class/src/instance/IDBCache.js~IDBCache.html +1299 -1299
  18. package/esdoc/coverage.json +85 -85
  19. package/esdoc/css/github.css +83 -83
  20. package/esdoc/css/identifiers.css +37 -37
  21. package/esdoc/css/manual.css +134 -134
  22. package/esdoc/css/prettify-tomorrow.css +132 -132
  23. package/esdoc/css/search.css +84 -84
  24. package/esdoc/css/source.css +55 -55
  25. package/esdoc/css/style.css +608 -608
  26. package/esdoc/css/test.css +58 -58
  27. package/esdoc/file/src/hooks/index.js.html +75 -75
  28. package/esdoc/file/src/hooks/useGLTFLoader.js.html +75 -75
  29. package/esdoc/file/src/hooks/useObb.js.html +75 -75
  30. package/esdoc/file/src/hooks/useRaycaster.js.html +75 -75
  31. package/esdoc/file/src/hooks/useThreeJs.js.html +75 -75
  32. package/esdoc/file/src/index.js.html +75 -75
  33. package/esdoc/file/src/instance/IDBCache.js.html +75 -75
  34. package/esdoc/file/src/instance/index.js.html +75 -75
  35. package/esdoc/file/src/utils/ImageLoader.js.html +75 -75
  36. package/esdoc/file/src/utils/common.js.html +75 -75
  37. package/esdoc/file/src/utils/css3dHelper.js.html +75 -75
  38. package/esdoc/file/src/utils/disposeObject.js.html +75 -75
  39. package/esdoc/file/src/utils/helper.js.html +75 -75
  40. package/esdoc/file/src/utils/index.js.html +75 -75
  41. package/esdoc/function/index.html +2019 -2019
  42. package/esdoc/identifiers.html +738 -738
  43. package/esdoc/image/badge.svg +17 -17
  44. package/esdoc/image/manual-badge.svg +17 -17
  45. package/esdoc/index.html +153 -153
  46. package/esdoc/index.json +2050 -2050
  47. package/esdoc/script/inherited-summary.js +28 -28
  48. package/esdoc/script/inner-link.js +32 -32
  49. package/esdoc/script/manual.js +12 -12
  50. package/esdoc/script/patch-for-local.js +8 -8
  51. package/esdoc/script/prettify/Apache-License-2.0.txt +202 -202
  52. package/esdoc/script/prettify/prettify.js +46 -46
  53. package/esdoc/script/pretty-print.js +25 -25
  54. package/esdoc/script/search.js +117 -117
  55. package/esdoc/script/search_index.js +571 -571
  56. package/esdoc/script/test-summary.js +54 -54
  57. package/esdoc/source.html +213 -213
  58. package/esdoc/variable/index.html +225 -225
  59. package/package.json +1 -1
  60. package/dist/ImageLoader-CB_URfeZ.js +0 -860
  61. package/dist/ImageLoader-DwvBWW6h.cjs +0 -5
  62. package/dist/common-BHi3qsZW.cjs +0 -15
  63. package/dist/common-fbJUHqlj.js +0 -54
  64. package/dist/hooks.cjs +0 -1
  65. package/dist/hooks.js +0 -9
  66. package/dist/threejs.cjs +0 -1
  67. package/dist/threejs.js +0 -27
  68. package/dist/useGLTFLoader-Bl4oFaxs.js +0 -5628
  69. package/dist/useGLTFLoader-CqQ6g2t-.cjs +0 -4
  70. package/dist/utils.cjs +0 -1
  71. package/dist/utils.js +0 -19
@@ -1,58 +1,58 @@
1
- table.test-summary thead {
2
- background: #fafafa;
3
- }
4
-
5
- table.test-summary thead .test-description {
6
- width: 50%;
7
- }
8
-
9
- table.test-summary {
10
- width: 100%;
11
- margin: 10px 0;
12
- border-spacing: 0;
13
- border: 0;
14
- border-collapse: collapse;
15
- }
16
-
17
- table.test-summary thead .test-count {
18
- width: 3em;
19
- }
20
-
21
- table.test-summary tbody tr:hover {
22
- background-color: #eee;
23
- }
24
-
25
- table.test-summary td {
26
- border: solid 1px #ddd;
27
- padding: 4px 10px;
28
- vertical-align: top;
29
- }
30
-
31
- table.test-summary td p {
32
- margin: 0;
33
- }
34
-
35
- table.test-summary tr.test-interface .toggle {
36
- display: inline-block;
37
- float: left;
38
- margin-right: 4px;
39
- cursor: pointer;
40
- font-size: 0.8em;
41
- padding-top: 0.25em;
42
- }
43
-
44
- table.test-summary tr.test-interface .toggle.opened:before {
45
- content: '▼';
46
- }
47
-
48
- table.test-summary tr.test-interface .toggle.closed:before {
49
- content: '▶';
50
- }
51
-
52
- table.test-summary .test-target > span {
53
- display: block;
54
- margin-top: 4px;
55
- }
56
- table.test-summary .test-target > span:first-child {
57
- margin-top: 0;
58
- }
1
+ table.test-summary thead {
2
+ background: #fafafa;
3
+ }
4
+
5
+ table.test-summary thead .test-description {
6
+ width: 50%;
7
+ }
8
+
9
+ table.test-summary {
10
+ width: 100%;
11
+ margin: 10px 0;
12
+ border-spacing: 0;
13
+ border: 0;
14
+ border-collapse: collapse;
15
+ }
16
+
17
+ table.test-summary thead .test-count {
18
+ width: 3em;
19
+ }
20
+
21
+ table.test-summary tbody tr:hover {
22
+ background-color: #eee;
23
+ }
24
+
25
+ table.test-summary td {
26
+ border: solid 1px #ddd;
27
+ padding: 4px 10px;
28
+ vertical-align: top;
29
+ }
30
+
31
+ table.test-summary td p {
32
+ margin: 0;
33
+ }
34
+
35
+ table.test-summary tr.test-interface .toggle {
36
+ display: inline-block;
37
+ float: left;
38
+ margin-right: 4px;
39
+ cursor: pointer;
40
+ font-size: 0.8em;
41
+ padding-top: 0.25em;
42
+ }
43
+
44
+ table.test-summary tr.test-interface .toggle.opened:before {
45
+ content: '▼';
46
+ }
47
+
48
+ table.test-summary tr.test-interface .toggle.closed:before {
49
+ content: '▶';
50
+ }
51
+
52
+ table.test-summary .test-target > span {
53
+ display: block;
54
+ margin-top: 4px;
55
+ }
56
+ table.test-summary .test-target > span:first-child {
57
+ margin-top: 0;
58
+ }
@@ -1,79 +1,79 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <base data-ice="baseUrl" href="../../../">
6
- <title data-ice="title">src/hooks/index.js | @ridp/threejs</title>
7
- <link type="text/css" rel="stylesheet" href="css/style.css">
8
- <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
9
- <script src="script/prettify/prettify.js"></script>
10
- <script src="script/manual.js"></script>
11
- <link rel="stylesheet" href="./inject/css/0-cus-style.css"></head>
12
- <body class="layout-container" data-ice="rootContainer">
13
-
14
- <header>
15
- <a href="./">Home</a>
16
-
17
- <a href="identifiers.html">Reference</a>
18
- <a href="source.html">Source</a>
19
-
20
- <div class="search-box">
21
- <span>
22
- <img src="./image/search.png">
23
- <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
24
- </span>
25
- <ul class="search-result"></ul>
26
- </div>
27
- </header>
28
-
29
- <nav class="navigation" data-ice="nav"><div>
30
- <ul>
31
-
32
- <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#hooks">hooks</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useGLTFLoader">useGLTFLoader</a></span></span></li>
33
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useObb">useObb</a></span></span></li>
34
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useRaycaster">useRaycaster</a></span></span></li>
35
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useThreeJs">useThreeJs</a></span></span></li>
36
- <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-intersectColor">intersectColor</a></span></span></li>
37
- <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-obbObjects">obbObjects</a></span></span></li>
38
- <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#instance">instance</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/instance/IDBCache.js~IDBCache.html">IDBCache</a></span></span></li>
39
- <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#utils">utils</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-ImageLoader">ImageLoader</a></span></span></li>
40
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-initEnvImage">initEnvImage</a></span></span></li>
41
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getCommonParent">getCommonParent</a></span></span></li>
42
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createInfoPlane">createInfoPlane</a></span></span></li>
43
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createTagPlane">createTagPlane</a></span></span></li>
44
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-disposeThreeObject">disposeThreeObject</a></span></span></li>
45
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createArrowHelper">createArrowHelper</a></span></span></li>
46
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createAxesHelper">createAxesHelper</a></span></span></li>
47
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createBox3Helper">createBox3Helper</a></span></span></li>
48
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createCameraHelper">createCameraHelper</a></span></span></li>
49
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createGridHelper">createGridHelper</a></span></span></li>
50
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createMapControls">createMapControls</a></span></span></li>
51
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createOrbitControl">createOrbitControl</a></span></span></li>
52
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createRaycaster">createRaycaster</a></span></span></li>
53
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createStats">createStats</a></span></span></li>
54
- </ul>
55
- </div>
56
- </nav>
57
-
58
- <div class="content" data-ice="content"><h1 data-ice="title">src/hooks/index.js</h1>
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <base data-ice="baseUrl" href="../../../">
6
+ <title data-ice="title">src/hooks/index.js | @ridp/threejs</title>
7
+ <link type="text/css" rel="stylesheet" href="css/style.css">
8
+ <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
9
+ <script src="script/prettify/prettify.js"></script>
10
+ <script src="script/manual.js"></script>
11
+ <link rel="stylesheet" href="./inject/css/0-cus-style.css"></head>
12
+ <body class="layout-container" data-ice="rootContainer">
13
+
14
+ <header>
15
+ <a href="./">Home</a>
16
+
17
+ <a href="identifiers.html">Reference</a>
18
+ <a href="source.html">Source</a>
19
+
20
+ <div class="search-box">
21
+ <span>
22
+ <img src="./image/search.png">
23
+ <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
24
+ </span>
25
+ <ul class="search-result"></ul>
26
+ </div>
27
+ </header>
28
+
29
+ <nav class="navigation" data-ice="nav"><div>
30
+ <ul>
31
+
32
+ <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#hooks">hooks</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useGLTFLoader">useGLTFLoader</a></span></span></li>
33
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useObb">useObb</a></span></span></li>
34
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useRaycaster">useRaycaster</a></span></span></li>
35
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useThreeJs">useThreeJs</a></span></span></li>
36
+ <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-intersectColor">intersectColor</a></span></span></li>
37
+ <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-obbObjects">obbObjects</a></span></span></li>
38
+ <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#instance">instance</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/instance/IDBCache.js~IDBCache.html">IDBCache</a></span></span></li>
39
+ <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#utils">utils</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-ImageLoader">ImageLoader</a></span></span></li>
40
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-initEnvImage">initEnvImage</a></span></span></li>
41
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getCommonParent">getCommonParent</a></span></span></li>
42
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createInfoPlane">createInfoPlane</a></span></span></li>
43
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createTagPlane">createTagPlane</a></span></span></li>
44
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-disposeThreeObject">disposeThreeObject</a></span></span></li>
45
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createArrowHelper">createArrowHelper</a></span></span></li>
46
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createAxesHelper">createAxesHelper</a></span></span></li>
47
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createBox3Helper">createBox3Helper</a></span></span></li>
48
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createCameraHelper">createCameraHelper</a></span></span></li>
49
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createGridHelper">createGridHelper</a></span></span></li>
50
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createMapControls">createMapControls</a></span></span></li>
51
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createOrbitControl">createOrbitControl</a></span></span></li>
52
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createRaycaster">createRaycaster</a></span></span></li>
53
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createStats">createStats</a></span></span></li>
54
+ </ul>
55
+ </div>
56
+ </nav>
57
+
58
+ <div class="content" data-ice="content"><h1 data-ice="title">src/hooks/index.js</h1>
59
59
  <pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">export * from &quot;./useThreeJs&quot;;
60
60
  export * from &quot;./useRaycaster&quot;;
61
61
  export * from &quot;./useObb&quot;;
62
62
  export * from &quot;./useGLTFLoader&quot;;
63
- </code></pre>
64
-
65
- </div>
66
-
67
- <footer class="footer">
68
- Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a>
69
- </footer>
70
-
71
- <script src="script/search_index.js"></script>
72
- <script src="script/search.js"></script>
73
- <script src="script/pretty-print.js"></script>
74
- <script src="script/inherited-summary.js"></script>
75
- <script src="script/test-summary.js"></script>
76
- <script src="script/inner-link.js"></script>
77
- <script src="script/patch-for-local.js"></script>
78
- </body>
79
- </html>
63
+ </code></pre>
64
+
65
+ </div>
66
+
67
+ <footer class="footer">
68
+ Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a>
69
+ </footer>
70
+
71
+ <script src="script/search_index.js"></script>
72
+ <script src="script/search.js"></script>
73
+ <script src="script/pretty-print.js"></script>
74
+ <script src="script/inherited-summary.js"></script>
75
+ <script src="script/test-summary.js"></script>
76
+ <script src="script/inner-link.js"></script>
77
+ <script src="script/patch-for-local.js"></script>
78
+ </body>
79
+ </html>
@@ -1,61 +1,61 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <base data-ice="baseUrl" href="../../../">
6
- <title data-ice="title">src/hooks/useGLTFLoader.js | @ridp/threejs</title>
7
- <link type="text/css" rel="stylesheet" href="css/style.css">
8
- <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
9
- <script src="script/prettify/prettify.js"></script>
10
- <script src="script/manual.js"></script>
11
- <link rel="stylesheet" href="./inject/css/0-cus-style.css"></head>
12
- <body class="layout-container" data-ice="rootContainer">
13
-
14
- <header>
15
- <a href="./">Home</a>
16
-
17
- <a href="identifiers.html">Reference</a>
18
- <a href="source.html">Source</a>
19
-
20
- <div class="search-box">
21
- <span>
22
- <img src="./image/search.png">
23
- <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
24
- </span>
25
- <ul class="search-result"></ul>
26
- </div>
27
- </header>
28
-
29
- <nav class="navigation" data-ice="nav"><div>
30
- <ul>
31
-
32
- <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#hooks">hooks</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useGLTFLoader">useGLTFLoader</a></span></span></li>
33
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useObb">useObb</a></span></span></li>
34
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useRaycaster">useRaycaster</a></span></span></li>
35
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useThreeJs">useThreeJs</a></span></span></li>
36
- <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-intersectColor">intersectColor</a></span></span></li>
37
- <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-obbObjects">obbObjects</a></span></span></li>
38
- <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#instance">instance</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/instance/IDBCache.js~IDBCache.html">IDBCache</a></span></span></li>
39
- <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#utils">utils</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-ImageLoader">ImageLoader</a></span></span></li>
40
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-initEnvImage">initEnvImage</a></span></span></li>
41
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getCommonParent">getCommonParent</a></span></span></li>
42
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createInfoPlane">createInfoPlane</a></span></span></li>
43
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createTagPlane">createTagPlane</a></span></span></li>
44
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-disposeThreeObject">disposeThreeObject</a></span></span></li>
45
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createArrowHelper">createArrowHelper</a></span></span></li>
46
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createAxesHelper">createAxesHelper</a></span></span></li>
47
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createBox3Helper">createBox3Helper</a></span></span></li>
48
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createCameraHelper">createCameraHelper</a></span></span></li>
49
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createGridHelper">createGridHelper</a></span></span></li>
50
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createMapControls">createMapControls</a></span></span></li>
51
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createOrbitControl">createOrbitControl</a></span></span></li>
52
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createRaycaster">createRaycaster</a></span></span></li>
53
- <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createStats">createStats</a></span></span></li>
54
- </ul>
55
- </div>
56
- </nav>
57
-
58
- <div class="content" data-ice="content"><h1 data-ice="title">src/hooks/useGLTFLoader.js</h1>
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <base data-ice="baseUrl" href="../../../">
6
+ <title data-ice="title">src/hooks/useGLTFLoader.js | @ridp/threejs</title>
7
+ <link type="text/css" rel="stylesheet" href="css/style.css">
8
+ <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
9
+ <script src="script/prettify/prettify.js"></script>
10
+ <script src="script/manual.js"></script>
11
+ <link rel="stylesheet" href="./inject/css/0-cus-style.css"></head>
12
+ <body class="layout-container" data-ice="rootContainer">
13
+
14
+ <header>
15
+ <a href="./">Home</a>
16
+
17
+ <a href="identifiers.html">Reference</a>
18
+ <a href="source.html">Source</a>
19
+
20
+ <div class="search-box">
21
+ <span>
22
+ <img src="./image/search.png">
23
+ <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
24
+ </span>
25
+ <ul class="search-result"></ul>
26
+ </div>
27
+ </header>
28
+
29
+ <nav class="navigation" data-ice="nav"><div>
30
+ <ul>
31
+
32
+ <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#hooks">hooks</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useGLTFLoader">useGLTFLoader</a></span></span></li>
33
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useObb">useObb</a></span></span></li>
34
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useRaycaster">useRaycaster</a></span></span></li>
35
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-useThreeJs">useThreeJs</a></span></span></li>
36
+ <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-intersectColor">intersectColor</a></span></span></li>
37
+ <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-obbObjects">obbObjects</a></span></span></li>
38
+ <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#instance">instance</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/instance/IDBCache.js~IDBCache.html">IDBCache</a></span></span></li>
39
+ <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#utils">utils</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-ImageLoader">ImageLoader</a></span></span></li>
40
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-initEnvImage">initEnvImage</a></span></span></li>
41
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getCommonParent">getCommonParent</a></span></span></li>
42
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createInfoPlane">createInfoPlane</a></span></span></li>
43
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createTagPlane">createTagPlane</a></span></span></li>
44
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-disposeThreeObject">disposeThreeObject</a></span></span></li>
45
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createArrowHelper">createArrowHelper</a></span></span></li>
46
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createAxesHelper">createAxesHelper</a></span></span></li>
47
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createBox3Helper">createBox3Helper</a></span></span></li>
48
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createCameraHelper">createCameraHelper</a></span></span></li>
49
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createGridHelper">createGridHelper</a></span></span></li>
50
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createMapControls">createMapControls</a></span></span></li>
51
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createOrbitControl">createOrbitControl</a></span></span></li>
52
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createRaycaster">createRaycaster</a></span></span></li>
53
+ <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createStats">createStats</a></span></span></li>
54
+ </ul>
55
+ </div>
56
+ </nav>
57
+
58
+ <div class="content" data-ice="content"><h1 data-ice="title">src/hooks/useGLTFLoader.js</h1>
59
59
  <pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">import { GLTFLoader } from &quot;three/addons/loaders/GLTFLoader.js&quot;;
60
60
  import { DRACOLoader } from &quot;three/addons/loaders/DRACOLoader.js&quot;;
61
61
  import { IDBCache } from &quot;../instance/IDBCache&quot;;
@@ -127,20 +127,20 @@ export const useGLTFLoader = () =&gt; {
127
127
  asyncCacheLoad,
128
128
  };
129
129
  };
130
- </code></pre>
131
-
132
- </div>
133
-
134
- <footer class="footer">
135
- Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a>
136
- </footer>
137
-
138
- <script src="script/search_index.js"></script>
139
- <script src="script/search.js"></script>
140
- <script src="script/pretty-print.js"></script>
141
- <script src="script/inherited-summary.js"></script>
142
- <script src="script/test-summary.js"></script>
143
- <script src="script/inner-link.js"></script>
144
- <script src="script/patch-for-local.js"></script>
145
- </body>
146
- </html>
130
+ </code></pre>
131
+
132
+ </div>
133
+
134
+ <footer class="footer">
135
+ Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a>
136
+ </footer>
137
+
138
+ <script src="script/search_index.js"></script>
139
+ <script src="script/search.js"></script>
140
+ <script src="script/pretty-print.js"></script>
141
+ <script src="script/inherited-summary.js"></script>
142
+ <script src="script/test-summary.js"></script>
143
+ <script src="script/inner-link.js"></script>
144
+ <script src="script/patch-for-local.js"></script>
145
+ </body>
146
+ </html>