@realsee/vreo 1.0.0-alpha.9 → 1.1.0-dev.1

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 (135) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/README.md +46 -36
  3. package/lib/PlayController/index.js +1 -1
  4. package/lib/Player/App.js +12 -5
  5. package/lib/Player/Controller.d.ts +3 -2
  6. package/lib/Player/Controller.js +31 -14
  7. package/lib/Player/index.js +31 -16
  8. package/lib/Player/modules/VideoAgent/VideoAgentMesh.d.ts +2 -2
  9. package/lib/Player/modules/VideoAgent/VideoAgentMesh.js +7 -12
  10. package/lib/Player/modules/VideoAgent/index.js +1 -1
  11. package/lib/Player/modules/Wave/index.d.ts +1 -0
  12. package/lib/Player/modules/Wave/index.js +161 -25
  13. package/lib/Player/modules/keyframes/BgMusic/index.js +48 -40
  14. package/lib/Player/modules/keyframes/PanoTag/index.js +1 -0
  15. package/lib/Player/typings.d.ts +2 -0
  16. package/lib/fivePlugins/CameraMovementPlugin/index.js +3 -2
  17. package/lib/shared-utils/Audio.d.ts +14 -0
  18. package/lib/shared-utils/Audio.js +158 -0
  19. package/lib/shared-utils/{AduioLike.d.ts → AudioLike.d.ts} +0 -0
  20. package/lib/shared-utils/{AduioLike.js → AudioLike.js} +4 -6
  21. package/lib/shared-utils/animationFrame/tween.d.ts +3 -58
  22. package/lib/shared-utils/animationFrame/tween.js +3 -9
  23. package/lib/typings/VreoUnit.d.ts +8 -5
  24. package/package.json +8 -6
  25. package/stylesheets/default.css +7 -2
  26. package/docs/.nojekyll +0 -1
  27. package/docs/assets/custom.css +0 -78
  28. package/docs/assets/highlight.css +0 -127
  29. package/docs/assets/icons.css +0 -1043
  30. package/docs/assets/icons.png +0 -0
  31. package/docs/assets/icons@2x.png +0 -0
  32. package/docs/assets/main.js +0 -52
  33. package/docs/assets/search.js +0 -1
  34. package/docs/assets/style.css +0 -1414
  35. package/docs/assets/widgets.png +0 -0
  36. package/docs/assets/widgets@2x.png +0 -0
  37. package/docs/classes/Player.AudioLike.html +0 -52
  38. package/docs/classes/Player.Controller.html +0 -54
  39. package/docs/classes/Player.Player-1.html +0 -50
  40. package/docs/classes/Player.VideoAgentMesh.html +0 -142
  41. package/docs/classes/Player.VideoAgentScene.html +0 -1
  42. package/docs/demo/assets/AppReact.6ca5d1d2.js +0 -1
  43. package/docs/demo/assets/default.5a762ce2.js +0 -3988
  44. package/docs/demo/assets/default.bc4c715d.css +0 -1
  45. package/docs/demo/assets/dynamic.efc5200d.js +0 -1
  46. package/docs/demo/assets/examples.80a27156.js +0 -25
  47. package/docs/demo/assets/examples.dac4a6fe.css +0 -1
  48. package/docs/demo/assets/index.9331038f.css +0 -1
  49. package/docs/demo/assets/index.ca7c5881.js +0 -1
  50. package/docs/demo/assets/main.c164d1d2.js +0 -1
  51. package/docs/demo/assets/react.2ee8565f.css +0 -1
  52. package/docs/demo/assets/react.a4774aef.js +0 -25
  53. package/docs/demo/assets/znRoyv06SZQeqA7m.0057e8ae.js +0 -1
  54. package/docs/demo/examples.html +0 -17
  55. package/docs/demo/index-react-dynamic.html +0 -20
  56. package/docs/demo/index-react.html +0 -20
  57. package/docs/demo/index.html +0 -19
  58. package/docs/enums/Player.InfoPanelStyleEnum.html +0 -1
  59. package/docs/enums/Player.InfoPanelTypeEnum.html +0 -3
  60. package/docs/enums/Player.PanoEffectEnum.html +0 -5
  61. package/docs/enums/Player.PanoTagEnum.html +0 -3
  62. package/docs/enums/Player.PanoTagStyleEnum.html +0 -7
  63. package/docs/enums/Player.VreoKeyframeEnum.html +0 -25
  64. package/docs/enums/fivePlugins.CameraMovementEffect.html +0 -1
  65. package/docs/enums/fivePlugins.Rotation.html +0 -1
  66. package/docs/index.html +0 -245
  67. package/docs/interfaces/Player.CustomVreoKeyframeProps.html +0 -1
  68. package/docs/interfaces/Player.PlayerConfigs.html +0 -7
  69. package/docs/interfaces/Player.Vertex.html +0 -3
  70. package/docs/interfaces/Player.VideoAgentMeshOptions.html +0 -8
  71. package/docs/interfaces/Player.VreoKeyframe.html +0 -3
  72. package/docs/interfaces/Player.VreoUnit.html +0 -3
  73. package/docs/interfaces/Player.VreoVideo.html +0 -3
  74. package/docs/interfaces/fivePlugins.CSS3DRenderPluginExportType.html +0 -4
  75. package/docs/interfaces/fivePlugins.CameraMovementOptsCallback.html +0 -1
  76. package/docs/interfaces/fivePlugins.CameraMovementPluginExportType.html +0 -7
  77. package/docs/interfaces/fivePlugins.CameraMovementPluginParameterType.html +0 -1
  78. package/docs/interfaces/fivePlugins.ModelTVVideoPluginData.html +0 -1
  79. package/docs/interfaces/fivePlugins.ModelTVVideoPluginExportType.html +0 -1
  80. package/docs/interfaces/fivePlugins.ModelTVVideoPluginParameterType.html +0 -1
  81. package/docs/interfaces/fivePlugins.Vector3Position.html +0 -3
  82. package/docs/interfaces/react.VreoActionCallbacks.html +0 -23
  83. package/docs/interfaces/react.VreoProviderProps.html +0 -1
  84. package/docs/modules/Player.html +0 -37
  85. package/docs/modules/custom.html +0 -3
  86. package/docs/modules/fivePlugins.html +0 -6
  87. package/docs/modules/react.html +0 -1
  88. package/docs/modules.html +0 -1
  89. package/resources/PlayController/createHTMLAudioElement.ts +0 -53
  90. package/resources/PlayController/index.ts +0 -154
  91. package/resources/Player/App.tsx +0 -66
  92. package/resources/Player/Controller.ts +0 -294
  93. package/resources/Player/custom/SpatialScenePanel/index.tsx +0 -264
  94. package/resources/Player/hooks.ts +0 -26
  95. package/resources/Player/index.tsx +0 -227
  96. package/resources/Player/modules/Drawer/index.tsx +0 -40
  97. package/resources/Player/modules/PopUp/index.tsx +0 -26
  98. package/resources/Player/modules/ResizeObserver/index.tsx +0 -23
  99. package/resources/Player/modules/VideoAgent/VideoAgentMesh.ts +0 -302
  100. package/resources/Player/modules/VideoAgent/VideoAgentScene.ts +0 -56
  101. package/resources/Player/modules/VideoAgent/index.tsx +0 -53
  102. package/resources/Player/modules/Wave/index.tsx +0 -18
  103. package/resources/Player/modules/keyframes/BgMusic/index.tsx +0 -66
  104. package/resources/Player/modules/keyframes/CameraMovement/index.tsx +0 -37
  105. package/resources/Player/modules/keyframes/InfoPanel/index.tsx +0 -165
  106. package/resources/Player/modules/keyframes/ModelVideo/index.tsx +0 -77
  107. package/resources/Player/modules/keyframes/PanoEffect/index.tsx +0 -99
  108. package/resources/Player/modules/keyframes/PanoEffect/lineAnime.ts +0 -31
  109. package/resources/Player/modules/keyframes/PanoTag/index.tsx +0 -82
  110. package/resources/Player/modules/keyframes/PanoTextLabel/index.tsx +0 -117
  111. package/resources/Player/modules/keyframes/Prompter/index.tsx +0 -56
  112. package/resources/Player/modules/keyframes/UpdateVRPanorama/index.tsx +0 -99
  113. package/resources/Player/modules/keyframes/VideoEffect/index.tsx +0 -115
  114. package/resources/Player/typings.ts +0 -49
  115. package/resources/fivePlugins/CSS3DRenderPlugin/centerPoint.ts +0 -5
  116. package/resources/fivePlugins/CSS3DRenderPlugin/createResizeObserver.ts +0 -17
  117. package/resources/fivePlugins/CSS3DRenderPlugin/evenNumber.ts +0 -4
  118. package/resources/fivePlugins/CSS3DRenderPlugin/index.ts +0 -254
  119. package/resources/fivePlugins/CSS3DRenderPlugin/transformPositionToVector3.ts +0 -5
  120. package/resources/fivePlugins/CameraMovementPlugin/index.ts +0 -226
  121. package/resources/fivePlugins/CameraMovementPlugin/typings.ts +0 -59
  122. package/resources/fivePlugins/ModelTVVideoPlugin/index.ts +0 -278
  123. package/resources/index.ts +0 -1
  124. package/resources/react/index.tsx +0 -121
  125. package/resources/shared-utils/AduioLike.ts +0 -109
  126. package/resources/shared-utils/Preloader.ts +0 -35
  127. package/resources/shared-utils/addResizeListener.ts +0 -46
  128. package/resources/shared-utils/animationFrame/BetterTween.ts +0 -33
  129. package/resources/shared-utils/animationFrame/index.ts +0 -48
  130. package/resources/shared-utils/animationFrame/tween.ts +0 -51
  131. package/resources/shared-utils/createTransMatrix.ts +0 -12
  132. package/resources/shared-utils/getFileExpandedName.ts +0 -6
  133. package/resources/shared-utils/getMediaInfo.ts +0 -52
  134. package/resources/shared-utils/setElementDataset.ts +0 -18
  135. package/resources/typings/VreoUnit.ts +0 -314
@@ -1 +0,0 @@
1
- <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>VideoAgentScene | Vreo</title><meta name="description" content="Documentation for Vreo"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Vreo</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Vreo</a></li><li><a href="../modules/Player.html">Player</a></li><li><a href="Player.VideoAgentScene.html">VideoAgentScene</a></li></ul><h1>Class VideoAgentScene </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">VideoAgentScene</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#camera" class="tsd-kind-icon">camera</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#disposers" class="tsd-kind-icon">disposers</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#renderer" class="tsd-kind-icon">renderer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#scene" class="tsd-kind-icon">scene</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#videoAgentMesh" class="tsd-kind-icon">video<wbr/>Agent<wbr/>Mesh</a></li></ul></section><section class="tsd-index-section "><h3>Methods</h3><ul class="tsd-index-list"><li class="tsd-kind-method tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#dispose" class="tsd-kind-icon">dispose</a></li><li class="tsd-kind-method tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#run" class="tsd-kind-icon">run</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link">constructor<a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">new <wbr/>Video<wbr/>Agent<wbr/>Scene<span class="tsd-signature-symbol">(</span>container<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">HTMLElement</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/Player.VideoAgentMeshOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">VideoAgentMeshOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="Player.VideoAgentScene.html" class="tsd-signature-type" data-tsd-kind="Class">VideoAgentScene</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/realsee-developer/vreo/blob/fa76d81/resources/Player/modules/VideoAgent/VideoAgentScene.ts#L14">resources/Player/modules/VideoAgent/VideoAgentScene.ts:14</a></li></ul></aside><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> container: <span class="tsd-signature-type">HTMLElement</span></h5></li><li><h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/Player.VideoAgentMeshOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">VideoAgentMeshOptions</a></h5></li></ul><h4 class="tsd-returns-title">Returns <a href="Player.VideoAgentScene.html" class="tsd-signature-type" data-tsd-kind="Class">VideoAgentScene</a></h4></li></ul></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="camera" class="tsd-anchor"></a><h3 class="tsd-anchor-link">camera<a href="#camera" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">camera<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">OrthographicCamera</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/realsee-developer/vreo/blob/fa76d81/resources/Player/modules/VideoAgent/VideoAgentScene.ts#L10">resources/Player/modules/VideoAgent/VideoAgentScene.ts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="disposers" class="tsd-anchor"></a><h3 class="tsd-anchor-link">disposers<a href="#disposers" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">disposers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = []</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/realsee-developer/vreo/blob/fa76d81/resources/Player/modules/VideoAgent/VideoAgentScene.ts#L12">resources/Player/modules/VideoAgent/VideoAgentScene.ts:12</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="renderer" class="tsd-anchor"></a><h3 class="tsd-anchor-link">renderer<a href="#renderer" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">renderer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">WebGLRenderer</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/realsee-developer/vreo/blob/fa76d81/resources/Player/modules/VideoAgent/VideoAgentScene.ts#L11">resources/Player/modules/VideoAgent/VideoAgentScene.ts:11</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="scene" class="tsd-anchor"></a><h3 class="tsd-anchor-link">scene<a href="#scene" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">scene<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Scene</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/realsee-developer/vreo/blob/fa76d81/resources/Player/modules/VideoAgent/VideoAgentScene.ts#L9">resources/Player/modules/VideoAgent/VideoAgentScene.ts:9</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="videoAgentMesh" class="tsd-anchor"></a><h3 class="tsd-anchor-link">video<wbr/>Agent<wbr/>Mesh<a href="#videoAgentMesh" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">video<wbr/>Agent<wbr/>Mesh<span class="tsd-signature-symbol">:</span> <a href="Player.VideoAgentMesh.html" class="tsd-signature-type" data-tsd-kind="Class">VideoAgentMesh</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/realsee-developer/vreo/blob/fa76d81/resources/Player/modules/VideoAgent/VideoAgentScene.ts#L7">resources/Player/modules/VideoAgent/VideoAgentScene.ts:7</a></li></ul></aside></section></section><section class="tsd-panel-group tsd-member-group "><h2>Methods</h2><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="dispose" class="tsd-anchor"></a><h3 class="tsd-anchor-link">dispose<a href="#dispose" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/realsee-developer/vreo/blob/fa76d81/resources/Player/modules/VideoAgent/VideoAgentScene.ts#L52">resources/Player/modules/VideoAgent/VideoAgentScene.ts:52</a></li></ul></aside><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="run" class="tsd-anchor"></a><h3 class="tsd-anchor-link">run<a href="#run" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">run<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/realsee-developer/vreo/blob/fa76d81/resources/Player/modules/VideoAgent/VideoAgentScene.ts#L43">resources/Player/modules/VideoAgent/VideoAgentScene.ts:43</a></li></ul></aside><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Modules</a></li><li class="current tsd-kind-module"><a href="../modules/Player.html">Player</a></li><li class=" tsd-kind-module"><a href="../modules/custom.html">custom</a></li><li class=" tsd-kind-module"><a href="../modules/fivePlugins.html">five<wbr/>Plugins</a></li><li class=" tsd-kind-module"><a href="../modules/react.html">react</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-class tsd-parent-kind-module"><a href="Player.VideoAgentScene.html" class="tsd-kind-icon">Video<wbr/>Agent<wbr/>Scene</a><ul><li class="tsd-kind-constructor tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#constructor" class="tsd-kind-icon">constructor</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#camera" class="tsd-kind-icon">camera</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#disposers" class="tsd-kind-icon">disposers</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#renderer" class="tsd-kind-icon">renderer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#scene" class="tsd-kind-icon">scene</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#videoAgentMesh" class="tsd-kind-icon">video<wbr/>Agent<wbr/>Mesh</a></li><li class="tsd-kind-method tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#dispose" class="tsd-kind-icon">dispose</a></li><li class="tsd-kind-method tsd-parent-kind-class"><a href="Player.VideoAgentScene.html#run" class="tsd-kind-icon">run</a></li></ul></li></ul></nav></div></div></div><footer class=""><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li><li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li><li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li><li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -1 +0,0 @@
1
- import{r as e,u as y,P as x,j as E,e as b}from"./default.5a762ce2.js";const F=e.exports.createContext(null),A=u=>{const a=y(),[t,r]=e.exports.useState(null),d=e.exports.useRef(null);return e.exports.useEffect(()=>(d.current=new x(a,u.configs||{}),r(d.current),()=>{var p;(p=d.current)==null||p.dispose()}),[]),t?E(F.Provider,{value:t,children:u.children}):E(b,{})};function c(){const u=e.exports.useContext(F);if(!u)throw new Error("VreoProvider never found.");return u}function i(){const u=c(),a=e.exports.useCallback((o,s)=>u.load(o,s),[u]),t=e.exports.useCallback(o=>u.play(o||0),[u]),r=e.exports.useCallback(()=>u.pause(),[u]),d=e.exports.useCallback(()=>u.show(),[u]),p=e.exports.useCallback(()=>u.hide(),[u]),f=e.exports.useCallback(()=>u.dispose(),[u]);return{load:a,pause:r,show:d,play:t,hide:p,dispose:f}}function n(u,a,t){const r=c();let d=[r,u];t!==void 0&&(d=d.concat(t)),e.exports.useEffect(()=>(r.on(u,a),()=>{r.off(u,a)}),d)}function C(){const u=c(),[a,t]=e.exports.useState(u.paused);return n("paused",()=>t(!0)),n("playing",()=>t(!1)),a}const B={categoryId:"b35b2980-9394-42a4-8ccb-0d2d4c8634fa",categoryText:"b4aff456-9a94-46c8-6e15-13cfa540aed8",frontRequestId:"ffc05d41-e588-48dc-adb7-d20d350ea1b4",index:0,video:{duration:249e3,start:0,end:249e3,url:"//vrlab-public.ljcdn.com/vrframework/release/audio_merged/Llk9Mhep/aitalk_text/merged.mp4"},keyframes:[{uuid:"87c795f5-95f3-435b-947e-c5ba030dd396",type:"CameraMovement",start:18600,end:28970,parsed:!1,data:{effect:"Rotate",panoIndex:0,fov:120,mode:"Panorama",latitude:-.010928962416050254,longitude:6.085904225460554,rotation:"Clockwise",rotateSpeed:.3}},{uuid:"6c21e958-5232-4097-57ef-dcbd7084073e",type:"InfoPanel",start:29010,end:40580,parsed:!1,data:{url:"//vrlab-public.ljcdn.com/release/seesay/tools/___2b82e40ca6a7d298cc6f4134a80ba58e.png",type:"Image"}},{uuid:"fb63d3aa-bbc8-41a3-379f-6714b255a894",type:"InfoPanel",start:40630,end:47950,parsed:!1,data:{url:"//vrlab-public.ljcdn.com/release/seesay/tools/___6b581b51cf12461442a31b3aef9aa504.jpg",type:"Image"}},{uuid:"89f7f29a-c816-4716-b420-2cdb58b527be",type:"CameraMovement",start:127020,end:128520,parsed:!1,data:{effect:"Move",panoIndex:8,fov:103.5,mode:"Panorama",latitude:.08334099549985256,longitude:4.765651641044329}},{uuid:"ce298bb1-5a38-4df7-5aab-1e378f598afc",type:"CameraMovement",start:13200,end:14700,parsed:!1,data:{effect:"Move",panoIndex:0,fov:120,mode:"Panorama",latitude:.08049960901252118,longitude:4.767461665999537}},{uuid:"e89aebe0-208d-43db-fc45-ddab6b2f8494",type:"CameraMovement",start:47900,end:49400,parsed:!1,data:{effect:"Move",panoIndex:0,fov:120,mode:"Panorama",latitude:.10405749787530304,longitude:5.272073180707112}},{uuid:"6d9424e0-2675-4843-b625-a762470e02ad",type:"CameraMovement",start:81800,end:83300,parsed:!1,data:{effect:"Move",panoIndex:12,fov:120,mode:"Panorama",latitude:.011858721114165922,longitude:1.2954826860590476}},{uuid:"72afc500-b4b7-4977-0685-1b432b30fd71",type:"CameraMovement",start:92500,end:94e3,parsed:!1,data:{effect:"Move",panoIndex:9,fov:120,mode:"Panorama",latitude:.003004866296355502,longitude:.13052484428045208}},{uuid:"f158594f-3863-429e-ac27-606af8b65e67",type:"CameraMovement",start:133900,end:135400,parsed:!1,data:{effect:"Move",panoIndex:6,fov:103.5,mode:"Panorama",latitude:.21615302557504054,longitude:3.7230169653291494}},{uuid:"0d3e24c0-06d4-4621-c73d-0026d2bc8a4c",type:"CameraMovement",start:179600,end:181100,parsed:!1,data:{effect:"Move",panoIndex:18,fov:105,mode:"Panorama",latitude:.14909776312915213,longitude:5.400919815605706}},{uuid:"f9ea52f9-c9d2-41c0-fa03-3177cbe77320",type:"CameraMovement",start:196180,end:197680,parsed:!1,data:{effect:"Move",panoIndex:23,fov:120,mode:"Panorama",latitude:.02935657980524926,longitude:1.2375176610076473}},{uuid:"643c8d41-777d-468e-184d-6df692f19f54",type:"CameraMovement",start:222e3,end:223500,parsed:!1,data:{effect:"Move",panoIndex:21,fov:108,mode:"Panorama",latitude:.10444027741202826,longitude:1.2490838384253422}},{uuid:"10fc17bd-b7be-4fbf-0220-a5214f9a6853",type:"CameraMovement",start:65140,end:70250,parsed:!1,data:{effect:"Rotate",panoIndex:0,fov:120,mode:"Panorama",latitude:.2917266708076339,longitude:3.22696039875224,rotation:"Anticlockwise",rotateSpeed:.6}},{uuid:"65022608-f0f2-4745-4554-e019aef325c3",type:"CameraMovement",start:208710,end:210700,parsed:!1,data:{effect:"Move",panoIndex:27,fov:81,mode:"Panorama",latitude:.09538804087572342,longitude:.13388593579664576}},{uuid:"4e8a5281-6136-4f1f-431e-666c53767f76",type:"CameraMovement",start:147600,end:152080,parsed:!1,data:{effect:"Rotate",panoIndex:6,fov:102,mode:"Panorama",latitude:.11636355189082886,longitude:5.151892672556052,rotateSpeed:.5,rotation:"Clockwise"}},{uuid:"06dc1ecb-0f89-43e1-ae79-287036f6fbcc",start:1045,end:1572,data:{text:"\u60A8\u597D",type:"Text"},type:"Prompter"},{uuid:"777ddc34-dea5-4714-ac09-5feea0e644d4",start:1672,end:5009,data:{text:"\u6211\u662F\u8D1D\u58F3\u5408\u4F5C\u623F\u4EA7\u7ECF\u7EAA\u54C1\u724C\u5FB7\u4F51\u5E97\u4E1C\u5468\u677E",type:"Text"},type:"Prompter"},{uuid:"d7fb6ef7-e1bd-4c4f-dcc2-6df3ee701b14",start:5109,end:8237,data:{text:"\u4E5F\u662F\u8D1D\u58F3\u91D1\u724C\u54C1\u8D28\u96C7\u4E3B\u3001\u5FB7\u4F51\u9886\u822A\u8005\u5E97\u4E1C",type:"Text"},type:"Prompter"},{uuid:"af2ea4f8-a88e-487e-d9e8-f648c82c3b0c",start:8337,end:10838,data:{text:"\u5728\u623F\u4EA7\u884C\u4E1A\u5DF2\u7ECF\u5DE5\u4F5C\u4E8614\u5E74",type:"Text"},type:"Prompter"},{uuid:"fe310d2f-ff41-44b8-dc92-6aab94b6014d",start:10938,end:13393,data:{text:"\u5F88\u8363\u5E78\u4E3A\u60A8\u5168\u65B9\u4F4D\u5C55\u793A\u6211\u7684\u5E97\u9762",type:"Text"},type:"Prompter"},{uuid:"a4e0f25e-1bc0-43ec-103d-8205a562c03f",start:13236,end:14646,data:{text:"\u6211\u6240\u7ECF\u8425\u7684\u8FD9\u5BB6\u5E97",type:"Text"},type:"Prompter"},{uuid:"d552e251-142b-4069-e8a6-c95a90cdd5ec",start:14746,end:16922,data:{text:"\u662F\u6B66\u6C49\u5FB7\u4F51\u6700\u5927\u7684\u4F18\u9009\u5F62\u8C61\u5E97",type:"Text"},type:"Prompter"},{uuid:"92c8baea-72af-4304-2328-bfccb6e40e31",start:17022,end:18594,data:{text:"\u5171\u670930\u591A\u540D\u5458\u5DE5",type:"Text"},type:"Prompter"},{uuid:"ff0d6154-45fb-4e08-9e7a-24ca3f05ce3e",start:18694,end:20313,data:{text:"\u5927\u5E97\u4F18\u52BF\u663E\u800C\u6613\u89C1",type:"Text"},type:"Prompter"},{uuid:"c9e8a13d-0487-49bf-44bc-0d776dc7662f",start:20413,end:22984,data:{text:"\u65E2\u80FD\u63D0\u4F9B\u66F4\u597D\u7684\u5DE5\u4F5C\u73AF\u5883\u548C\u6C1B\u56F4",type:"Text"},type:"Prompter"},{uuid:"ad608f54-b33d-4b71-8198-615a30a57b8c",start:23084,end:24587,data:{text:"\u4E5F\u66F4\u5BB9\u6613\u5438\u5F15\u5BA2\u6237",type:"Text"},type:"Prompter"},{uuid:"333ec189-0578-45e6-4004-892ccd92456a",start:24687,end:25911,data:{text:"\u63D0\u5347\u6210\u5355\u6982\u7387",type:"Text"},type:"Prompter"},{uuid:"91760827-5a1f-431d-b170-29146aacd2f9",start:26011,end:28953,data:{text:"\u63A5\u4E0B\u6765\u8DDF\u968F\u6211\u4E00\u8D77\u4E86\u89E3\u95E8\u5E97\u8BE6\u7EC6\u60C5\u51B5\u5427",type:"Text"},type:"Prompter"},{uuid:"5eb73b8f-073d-4cbe-2cc5-c6aa4c90d2d2",start:29053,end:31113,data:{text:"\u5E97\u9762\u4F4D\u4E8E\u5357\u6E56\u90BB\u91CC\u5E7F\u573A",type:"Text"},type:"Prompter"},{uuid:"e300f233-600d-4aa8-e4fc-175c7f6dabb6",start:31213,end:32460,data:{text:"\u4EA4\u901A\u6781\u5176\u4FBF\u5229",type:"Text"},type:"Prompter"},{uuid:"1ba9846d-f020-4f37-d418-9a120e0890d3",start:32560,end:35409,data:{text:"\u8DDD\u79BB7\u53F7\u7EBF\u5EFA\u5B89\u8857\u5730\u94C1\u7AD9\u4EC5300\u7C73",type:"Text"},type:"Prompter"},{uuid:"506e8fb2-e9aa-42c7-e2f3-fe19d2f65a37",start:35509,end:37174,data:{text:"500\u7C73\u5185\u6709\u5C0F\u5B66\u4E2D\u5B66",type:"Text"},type:"Prompter"},{uuid:"ee23e395-1d68-4674-67c7-f235ee0daf49",start:37274,end:39079,data:{text:"\u4E00\u516C\u91CC\u51854\u5BB6\u8D2D\u7269\u5E7F\u573A",type:"Text"},type:"Prompter"},{uuid:"5c655ed0-8768-4d34-6163-331db5abe004",start:39179,end:40566,data:{text:"\u5403\u559D\u73A9\u4E50\u5168\u8986\u76D6",type:"Text"},type:"Prompter"},{uuid:"f805ca1e-1069-45d0-7ec1-de2c3cbabadc",start:40666,end:41890,data:{text:"\u95E8\u593430\u7C73\u5BBD",type:"Text"},type:"Prompter"},{uuid:"d0a15e0c-0c90-4d58-f19e-0911e7471514",start:41990,end:43725,data:{text:"\u5728\u8FD9\u6761\u8857\u9053\u4E0A\u5F88\u663E\u773C",type:"Text"},type:"Prompter"},{uuid:"720fc0be-5a64-400b-d3f8-b750c72a162b",start:43825,end:44886,data:{text:"\u5BBD\u9614\u7684\u573A\u5730",type:"Text"},type:"Prompter"},{uuid:"77531bd9-55e0-40b9-d6e3-832f37b9dbba",start:44986,end:47835,data:{text:"\u4E5F\u65B9\u4FBF\u5F00\u5C55\u5404\u79CD\u4E30\u5BCC\u7684\u4E3B\u9898\u793E\u533A\u6D3B\u52A8",type:"Text"},type:"Prompter"},{uuid:"060100ab-a953-4184-7414-d87938681d1b",start:47935,end:48788,data:{text:"\u7531\u5916\u5411\u5185",type:"Text"},type:"Prompter"},{uuid:"6d651686-a230-479c-4a44-c13f71850869",start:48888,end:52434,data:{text:"\u8FDB\u5165\u95E8\u5E97\u9996\u5148\u6620\u5165\u773C\u5E18\u7684\u662F\u660E\u4EAE\u7684\u524D\u53F0\u63A5\u5F85\u533A",type:"Text"},type:"Prompter"},{uuid:"7f63c69e-af16-458e-6d4b-83751c21b089",start:52534,end:56219,data:{text:"\u5E38\u7528\u4E8E\u9996\u6B21\u5230\u5E97\u7684\u5BA2\u6237\u63A5\u5F85\u548C\u793E\u533A\u90BB\u91CC\u6696\u5FC3\u670D\u52A1",type:"Text"},type:"Prompter"},{uuid:"a244ce90-e416-496a-63b9-da8ec27da526",start:56319,end:59261,data:{text:"\u53EF\u80FD\u662F\u8D70\u7D2F\u4E86\u7684\u5927\u7237\u5927\u5988\u6765\u5E97\u91CC\u4E34\u65F6\u6B47\u811A",type:"Text"},type:"Prompter"},{uuid:"79eec73e-091c-4cab-e175-be96ce0f680e",start:59361,end:61746,data:{text:"\u4E5F\u53EF\u80FD\u662F\u5BB6\u957F\u6765\u4E3A\u5B69\u5B50\u6253\u5370\u4F5C\u4E1A",type:"Text"},type:"Prompter"},{uuid:"237d0697-68d4-4254-16a0-d73b3901cd83",start:61846,end:63743,data:{text:"\u6211\u4EEC\u4EE5\u6696\u5FC3\u670D\u52A1\u52A9\u6C11\u5229\u6C11",type:"Text"},type:"Prompter"},{uuid:"157b4c29-c5ac-470d-19dd-79ae2d54f5cf",start:63843,end:65090,data:{text:"\u6E29\u6696\u90BB\u91CC\u516B\u65B9",type:"Text"},type:"Prompter"},{uuid:"4f4acb0e-430a-46ac-c8a4-f38f9832270c",start:65190,end:66971,data:{text:"\u53F3\u624B\u8FB9\u662F\u5BA2\u6237\u63A5\u5F85\u533A",type:"Text"},type:"Prompter"},{uuid:"6872d4bf-9498-407e-d05c-883e7a65adb0",start:67071,end:68458,data:{text:"\u4E5F\u662F\u5BA2\u6237\u4F11\u606F\u533A",type:"Text"},type:"Prompter"},{uuid:"ee903cbc-6f8e-4a9b-a925-7b15d0a23905",start:68558,end:70246,data:{text:"\u6709\u7535\u89C6\u673A\u4F9B\u5BA2\u6237\u5A31\u4E50",type:"Text"},type:"Prompter"},{uuid:"30ab6e6b-9469-46d6-10a7-3ef0e2b2b88f",start:70346,end:73242,data:{text:"\u4F11\u606F\u533A\u65C1\u7684\u8FD9\u9762\u5899\u6302\u7740\u6211\u4EEC\u7684\u5546\u5708\u5730\u56FE",type:"Text"},type:"Prompter"},{uuid:"a2870c6e-4638-4e7d-1b03-94f17adaace1",start:73342,end:75634,data:{text:"\u8986\u76D6\u6574\u4E2A\u6B66\u6C49\u5730\u533A\u7684\u6240\u6709\u697C\u76D8",type:"Text"},type:"Prompter"},{uuid:"ac4218d6-1f0a-4af7-87fd-4ce9fd406c14",start:75734,end:78235,data:{text:"\u65E0\u8BBA\u662F\u672C\u5730\u5BA2\u6237\u8FD8\u662F\u5916\u5730\u5BA2\u6237",type:"Text"},type:"Prompter"},{uuid:"9def907f-9546-401a-66fe-125dd6fbca04",start:78335,end:80836,data:{text:"\u90FD\u80FD\u901A\u8FC7\u5730\u56FE\u6E05\u6670\u4E86\u89E3\u697C\u5E02\u5E03\u5C40",type:"Text"},type:"Prompter"},{uuid:"63489f30-bdc8-4afc-ace8-0db4e47d16dc",start:80936,end:81742,data:{text:"\u4E00\u76EE\u4E86\u7136",type:"Text"},type:"Prompter"},{uuid:"8ff1c9cc-48b0-4081-ee06-95a1066661e6",start:81842,end:84622,data:{text:"\u8FD9\u8FB9\u662F\u5BBD\u9614\u7684\u843D\u5730\u7A97\u666F\u4F11\u95F2\u5427\u53F0",type:"Text"},type:"Prompter"},{uuid:"dbd88648-2fb8-45df-843b-7f112dd093eb",start:84722,end:85807,data:{text:"\u914D\u6709\u5145\u7535\u5B9D",type:"Text"},type:"Prompter"},{uuid:"d9890f34-01f8-4841-29f0-f4f08157f7d1",start:85907,end:87317,data:{text:"\u5BA2\u6237\u53EF\u4EE5\u5728\u8FD9\u91CC\u7B49\u4EBA",type:"Text"},type:"Prompter"},{uuid:"7fe1ea7d-d435-4174-2eb8-482bfecca261",start:87417,end:90824,data:{text:"\u95E8\u5E97\u7684\u5B9D\u5988\u7ECF\u7EAA\u4EBA\u4E5F\u53EF\u4EE5\u5B89\u7F6E\u5B69\u5B50\u5728\u8FD9\u91CC\u5199\u4F5C\u4E1A",type:"Text"},type:"Prompter"},{uuid:"a4427301-90ca-4d7d-42fb-58f15fcc9192",start:90924,end:92427,data:{text:"\u7B49\u5F85\u5988\u5988\u4E00\u8D77\u4E0B\u73ED",type:"Text"},type:"Prompter"},{uuid:"6a503c9f-8589-40df-1076-b640f69c00eb",start:92527,end:94262,data:{text:"\u63A5\u4E0B\u6765\u662F\u6211\u4EEC\u7684\u8363\u8A89\u5C55\u67DC",type:"Text"},type:"Prompter"},{uuid:"86c737a6-98cb-46c7-1ef2-f85a835e8af8",start:94362,end:97304,data:{text:"\u6EE1\u5899\u7684\u8363\u8A89\u8BB0\u5F55\u4E86\u95E8\u5E97\u7684\u6BCF\u4E00\u62B9\u9AD8\u5149\u65F6\u523B",type:"Text"},type:"Prompter"},{uuid:"da039a1a-a4e6-4f2e-410e-ef768b571f39",start:97404,end:100184,data:{text:"\u6BCF\u4E00\u5458\u4E4B\u95F4\u4E92\u5E2E\u4E92\u52A9\uFF0C\u4E92\u76F8\u6210\u5C31",type:"Text"},type:"Prompter"},{uuid:"f7daa549-013c-464b-041c-da5f8a16edda",start:100284,end:102228,data:{text:"\u624D\u80FD\u4E0D\u65AD\u521B\u9020\u51FA\u65B0\u7684\u6210\u679C",type:"Text"},type:"Prompter"},{uuid:"50536aff-0854-4598-588d-94d590f47e48",start:102512,end:104177,data:{text:"\u731C\u731C\u770B\u8FD9\u9762\u5927\u5C4F\u662F\u4EC0\u4E48",type:"Text"},type:"Prompter"},{uuid:"4deb0587-7d57-4fee-30ed-4fdc7b0860e4",start:104277,end:106778,data:{text:"\u5B83\u662F\u4E00\u6B3E\u9ED1\u79D1\u6280\u2014\u2014VR\u667A\u80FD\u5927\u5C4F",type:"Text"},type:"Prompter"},{uuid:"00d161b1-fdea-4bef-c6bd-8030a9b8b570",start:106878,end:109217,data:{text:"\u201C\u5954\u8DD1\u4E24\u5C0F\u65F6,\u770B\u623F\u4E94\u5206\u949F\u201D",type:"Text"},type:"Prompter"},{uuid:"68ccb1d2-e755-4396-bd34-8f55ca3ea8e0",start:109317,end:111377,data:{text:"\u662F\u5F88\u591A\u4EBA\u771F\u5B9E\u7684\u770B\u623F\u5199\u7167",type:"Text"},type:"Prompter"},{uuid:"9e39bdee-b70a-41ad-8c59-0920cb63ed30",start:111477,end:113932,data:{text:"\u73B0\u5728\u5BA2\u6237\u4E0A\u95E8\u6211\u4EEC\u9996\u5148\u4E86\u89E3\u9700\u6C42",type:"Text"},type:"Prompter"},{uuid:"bc1b057a-4ee0-4940-ad0a-26eb68f5624f",start:114032,end:117415,data:{text:"\u7136\u540E\u5728VR\u5927\u5C4F\u4E0A\u4E3A\u5BA2\u6237\u5C55\u793A\u7B26\u5408\u8981\u6C42\u7684\u623F\u6E90",type:"Text"},type:"Prompter"},{uuid:"2430a276-93f5-4130-c501-50e6f3b5a449",start:117515,end:119180,data:{text:"\u771F\u5B9E\u8FD8\u539F\u623F\u5C4B\u7EC6\u8282",type:"Text"},type:"Prompter"},{uuid:"794bf9f6-fb9e-4d7e-7ab9-c80351ac78d3",start:119280,end:122013,data:{text:"\u8BA9\u5BA2\u6237\u5B9E\u73B0\u89C6\u89C9\u5728\u753B\u9762\u4E2D\u81EA\u7531\u6E38\u8D70",type:"Text"},type:"Prompter"},{uuid:"24d6ce8b-ebc4-4988-034a-3ec9072e2345",start:122113,end:125056,data:{text:"\u5982\u679C\u5BA2\u6237\u6EE1\u610F\uFF0C\u6211\u4EEC\u518D\u53BB\u5B9E\u5730\u5E26\u770B",type:"Text"},type:"Prompter"},{uuid:"0147dd29-25c1-418f-eab0-aabe918a4e0f",start:125156,end:126961,data:{text:"\u80FD\u591F\u6781\u5927\u63D0\u5347\u770B\u623F\u6548\u7387",type:"Text"},type:"Prompter"},{uuid:"906ce1ee-add3-4338-acaf-0bc759602981",start:127061,end:129470,data:{text:"\u518D\u5F80\u91CC\u9762\u8D70\uFF0C\u662F\u5458\u5DE5\u4F11\u606F\u533A",type:"Text"},type:"Prompter"},{uuid:"21674257-9d97-4683-2606-e07603ec22c4",start:129570,end:132071,data:{text:"\u4E5F\u53EF\u4EE5\u8BF4\u662F\u5458\u5DE5\u7684\u5F00\u653E\u5F0F\u529E\u516C\u533A",type:"Text"},type:"Prompter"},{uuid:"20d57f20-3d69-4ab5-3e1d-4b594f79a7de",start:132171,end:133859,data:{text:"\u5728\u8FD9\u91CC\u53EF\u4EE5\u5B89\u9759\u529E\u516C",type:"Text"},type:"Prompter"},{uuid:"5c8178a0-71d5-47b8-a863-cd2e04f8c8b3",start:133959,end:136460,data:{text:"\u4F11\u606F\u533A\u518D\u5F80\u91CC\u662F\u591A\u529F\u80FD\u4F11\u95F2\u533A",type:"Text"},type:"Prompter"},{uuid:"dd265f66-e1a5-4873-7111-5b4565114c83",start:136560,end:139015,data:{text:"\u770B\u4E66\u3001\u53F0\u7403\u3001\u4E52\u4E53\u7403\u4E00\u5385\u4E09\u7528",type:"Text"},type:"Prompter"},{uuid:"d66f5f7c-7bf5-43f2-d437-1003a43dff6a",start:139115,end:140200,data:{text:"\u8FD9\u4E2A\u4E52\u4E53\u7403\u53F0",type:"Text"},type:"Prompter"},{uuid:"e59e0688-6a40-4ee9-2fb5-b59f59d041c2",start:140300,end:142546,data:{text:"\u63D0\u8D77\u6765\u4E4B\u540E\u5C31\u4F1A\u53D8\u6210\u53F0\u7403\u684C",type:"Text"},type:"Prompter"},{uuid:"99fa63ef-7b12-4285-7d99-4f7e14592420",start:142646,end:144543,data:{text:"\u6211\u9F13\u52B1\u5C0F\u4F19\u4F34\u4EEC\u52B3\u9038\u7ED3\u5408",type:"Text"},type:"Prompter"},{uuid:"6cf6623d-be48-4add-5964-ebe5823dbf27",start:144643,end:147585,data:{text:"\u6240\u4EE5\u4F1A\u5C3D\u529B\u5728\u95E8\u5E97\u6253\u9020\u5458\u5DE5\u7684\u201C\u8212\u9002\u533A\u201D",type:"Text"},type:"Prompter"},{uuid:"3091e882-bc83-41f5-6eb8-e5fbb80b2df8",start:147685,end:149536,data:{text:"\u591A\u529F\u80FD\u533A\u57DF\u4FA7\u65B9\u662F\u4E66\u5427",type:"Text"},type:"Prompter"},{uuid:"728a40d3-d29c-4d17-4165-f852613d41f3",start:149636,end:150721,data:{text:"\u53EF\u4EE5\u770B\u4E66\u5145\u7535",type:"Text"},type:"Prompter"},{uuid:"54df8874-f8ab-48c8-2c49-0999451bd2a6",start:150821,end:152068,data:{text:"\u4E5F\u53EF\u4EE5\u653E\u7A7A\u51A5\u60F3",type:"Text"},type:"Prompter"},{uuid:"67d03050-ad1d-4d65-590a-4370db4d9991",start:152168,end:153578,data:{text:"\u518D\u6765\u770B\u4E00\u4E0B\u7B7E\u7EA6\u5BA4",type:"Text"},type:"Prompter"},{uuid:"4f454854-12d5-4828-3255-69c2f552946c",start:153678,end:155622,data:{text:"\u7B7E\u7EA6\u5BA4\u53EF\u4EE5\u5BB9\u7EB3\u5341\u4E8C\u4E2A\u4EBA",type:"Text"},type:"Prompter"},{uuid:"a0a55818-a4ed-46ce-4338-2563248649de",start:155722,end:157225,data:{text:"\u9664\u4E86\u5BA2\u6237\u7B7E\u7EA6\u65F6\u7528",type:"Text"},type:"Prompter"},{uuid:"22cf6cb4-5465-42b8-5c75-aa1e28811ec9",start:157325,end:160500,data:{text:"\u65E5\u5E38\u4F1A\u8BAE\u3001\u57F9\u8BAD\u6D3B\u52A8\u90FD\u53EF\u4EE5\u5728\u8FD9\u4E2A\u7A7A\u95F4\u8FDB\u884C",type:"Text"},type:"Prompter"},{uuid:"96068a33-ea7f-4e10-8342-707d799f79b0",start:160600,end:161987,data:{text:"\u8FD9\u4E5F\u662F\u5927\u5E97\u7684\u4F18\u52BF",type:"Text"},type:"Prompter"},{uuid:"f9e3976f-203d-414d-18a9-23dedd89c20f",start:162087,end:163938,data:{text:"\u901A\u8FC7\u5B9A\u671F\u7CFB\u7EDF\u6027\u57F9\u8BAD",type:"Text"},type:"Prompter"},{uuid:"6b463257-0d4c-469b-d11d-1d1a123c454e",start:164038,end:165332,data:{text:"\u8BA9\u65B0\u4EBA\u8301\u58EE\u6210\u957F",type:"Text"},type:"Prompter"},{uuid:"9190706f-41a2-40d6-2e15-311ee0027a80",start:165432,end:167492,data:{text:"\u7B7E\u7EA6\u5BA4\u7684\u5916\u5899\u4E5F\u662F\u6587\u5316\u5899",type:"Text"},type:"Prompter"},{uuid:"7d5c1cf5-2d6f-42e9-eee4-f6b4a5772cd0",start:167592,end:169652,data:{text:"\u4E3A\u4E86\u6700\u5927\u5316\u6316\u6398\u65B0\u4EBA\u7684\u6F5C\u80FD",type:"Text"},type:"Prompter"},{uuid:"00de4d50-b5af-4d32-df04-b0135fb6d30b",start:169752,end:171487,data:{text:"\u6211\u4F1A\u4E3B\u52A8\u548C\u65B0\u4EBA\u63A5\u89E6",type:"Text"},type:"Prompter"},{uuid:"e218966f-0a5d-4126-004a-9f92aec88e2c",start:171587,end:173252,data:{text:"\u53D1\u73B0\u4ED6\u4EEC\u8EAB\u4E0A\u7684\u95EA\u5149\u70B9",type:"Text"},type:"Prompter"},{uuid:"1db42aae-6ac0-45a3-0a9f-5730b8323fcd",start:173352,end:176201,data:{text:"\u4ECE\u4E2D\u6811\u7ACB\u4F18\u79C0\u7684\u6807\u6746\u5728\u95E8\u5E97\u8FDB\u884C\u5BA3\u4F20",type:"Text"},type:"Prompter"},{uuid:"5964828d-c580-405e-47af-c37cf008b22b",start:176301,end:179545,data:{text:"\u5206\u522B\u6709\u4E1A\u7EE9\u6807\u6746\u3001\u4EF7\u503C\u89C2\u6807\u6746\u548C\u6587\u5316\u6807\u6746",type:"Text"},type:"Prompter"},{uuid:"5da47b79-ce6e-40a5-b1ae-6a4d4076b201",start:179645,end:182030,data:{text:"\u6587\u5316\u5899\u6B63\u5BF9\u7684\u662F\u96C6\u4E2D\u529E\u516C\u533A\u57DF",type:"Text"},type:"Prompter"},{uuid:"d29c8b23-cd62-4a58-aa1d-59d0ba3f39df",start:182130,end:186419,data:{text:"\u623F\u4EA7\u7ECF\u7EAA\u4EBA\u804C\u4E1A\u65E9\u5DF2\u4E0D\u662F\u9760\u8DD1\u817F\u3001\u6253\u7535\u8BDD\u6362\u53D6\u4E1A\u7EE9\u7684\u804C\u4E1A",type:"Text"},type:"Prompter"},{uuid:"4ec9faa9-5780-4a4d-c0f2-c2180dd4c4ba",start:186519,end:190367,data:{text:"\u6211\u4EEC\u9700\u8981\u501F\u52A9\u8D1D\u58F3\u63D0\u4F9B\u7684\u7EBF\u4E0A\u5DE5\u5177\u7BA1\u7406\u623F\u6E90\u5BA2\u6E90\u4FE1\u606F",type:"Text"},type:"Prompter"},{uuid:"1e5e0163-3c32-416e-5fd6-3dfa7bcee00f",start:190467,end:192248,data:{text:"\u89C4\u8303\u5316\u3001\u6D41\u7A0B\u5316\u4F5C\u4E1A",type:"Text"},type:"Prompter"},{uuid:"232052ba-47ca-4f07-0ed3-f0693a740a61",start:192348,end:196126,data:{text:"\u6240\u4EE5\u6211\u4F1A\u4E3A\u6BCF\u4E00\u540D\u5458\u5DE5\u914D\u5907\u7B14\u8BB0\u672C\u6216\u8005\u53F0\u5F0F\u7535\u8111",type:"Text"},type:"Prompter"},{uuid:"87df17c4-cc0f-41e0-fa01-7a58b00d8a36",start:196226,end:199006,data:{text:"\u518D\u5F80\u524D\u8D70\u662F\u7ECF\u7406\u529E\u516C\u5BA4\u548C\u8D22\u52A1\u5BA4",type:"Text"},type:"Prompter"},{uuid:"eae26a0c-d7ce-4c55-dbfd-8489222c05cb",start:199106,end:200446,data:{text:"\u8FD9\u8FB9\u4E5F\u662F\u6587\u5316\u5899",type:"Text"},type:"Prompter"},{uuid:"2449b4d6-501f-4c6d-ad0d-32cc262f8608",start:200546,end:202327,data:{text:"\u8BB0\u5F55\u4E86\u95E8\u5E97\u7684\u70B9\u70B9\u6EF4\u6EF4",type:"Text"},type:"Prompter"},{uuid:"60b31972-9429-41ee-714d-c8e94a98db81",start:202427,end:205393,data:{text:"\u6BCF\u4E00\u4EFD\u8363\u8A89\u3001\u6BCF\u4E00\u6B21\u56E2\u5EFA\u3001\u6BCF\u4E00\u671F\u57F9\u8BAD",type:"Text"},type:"Prompter"},{uuid:"5b8c1c36-d51f-4df4-0c2d-3b515a6adfee",start:205493,end:206717,data:{text:"\u90FD\u4F1A\u5C55\u793A\u5728\u8FD9\u91CC",type:"Text"},type:"Prompter"},{uuid:"11def882-b844-4d94-07de-a8d63781fb25",start:206817,end:208668,data:{text:"\u6211\u4EEC\u7684\u5E97\u662F\u4E00\u4E2A\u6709\u7231\u7684\u56E2\u961F",type:"Text"},type:"Prompter"},{uuid:"2a7d1d8d-0cd6-46f7-02a9-d728ef8e20dd",start:208768,end:210828,data:{text:"\u201C\u5BF9\u7ECF\u7EAA\u4EBA\u597D\u201D\u662F\u6211\u7684\u7528\u5DE5\u7406\u5FF5",type:"Text"},type:"Prompter"},{uuid:"cd70bcfc-a54d-4ad2-b833-b3815af4fe9b",start:210928,end:212988,data:{text:"\u8D70\u5728\u95E8\u5E97\u91CC\u6211\u7ECF\u5E38\u601D\u8003",type:"Text"},type:"Prompter"},{uuid:"2d789507-713a-4640-3730-81ac16c03c6c",start:213088,end:215543,data:{text:"\u600E\u4E48\u80FD\u8BA9\u5458\u5DE5\u4EEC\u50CF\u5728\u5BB6\u4E00\u822C\u8212\u9002",type:"Text"},type:"Prompter"},{uuid:"4d8060e1-b2f9-4dba-943a-7cf73f2ab030",start:215643,end:217308,data:{text:"\u4E8E\u662F\u5C31\u6709\u4E86\u8FD9\u5957\u5458\u5DE5\u67DC",type:"Text"},type:"Prompter"},{uuid:"0e10450e-175e-4a46-ec71-da7c9ae23a5d",start:217408,end:220258,data:{text:"\u6BCF\u4EBA\u4E00\u4E2A\uFF0C\u65E2\u4FDD\u8BC1\u5145\u8DB3\u7684\u50A8\u5B58\u7A7A\u95F4",type:"Text"},type:"Prompter"},{uuid:"1db16507-0c1c-4c8f-6f7f-ed9f9c9f1f48",start:220358,end:221977,data:{text:"\u8FD8\u80FD\u4FDD\u8BC1\u5DE5\u4F4D\u7684\u6574\u6D01",type:"Text"},type:"Prompter"},{uuid:"19bc0567-cc66-472c-481b-58ec8a64f1eb",start:222077,end:223301,data:{text:"\u9664\u4E86\u50A8\u7269\u67DC\u4E4B\u5916",type:"Text"},type:"Prompter"},{uuid:"4a3c01fa-e0e2-4604-776c-8c70f8991e5d",start:223401,end:225415,data:{text:"\u8FD9\u91CC\u8FD8\u8BBE\u6709\u5458\u5DE5\u81EA\u5DF1\u7684\u6C34\u5427",type:"Text"},type:"Prompter"},{uuid:"8b477eb7-452d-4bd9-b703-a981a689b622",start:225515,end:227691,data:{text:"\u6709\u996E\u6C34\u673A\u3001\u5FAE\u6CE2\u7089\u548C\u51B0\u7BB1",type:"Text"},type:"Prompter"},{uuid:"82c50a7e-0868-4464-58dc-f36a49d05e7b",start:227791,end:229317,data:{text:"\u6C34\u5427\u548C\u529E\u516C\u533A\u5206\u5F00",type:"Text"},type:"Prompter"},{uuid:"2c7f7ded-e44f-413f-0450-a52e4d821031",start:229417,end:231477,data:{text:"\u662F\u4E3A\u4E86\u5C0F\u4F19\u4F34\u5728\u5DE5\u4F5C\u95F4\u9699",type:"Text"},type:"Prompter"},{uuid:"bce4d35f-c88f-45c7-dba1-a21f69cba8a3",start:231577,end:233149,data:{text:"\u53EF\u4EE5\u8D77\u6765\u591A\u6D3B\u52A8\u6D3B\u52A8",type:"Text"},type:"Prompter"},{uuid:"352eabc5-35af-4e25-f8f5-d9241f213007",start:233249,end:235146,data:{text:"\u4EE5\u4E0A\u5C31\u662F\u95E8\u5E97\u7684\u57FA\u672C\u60C5\u51B5",type:"Text"},type:"Prompter"},{uuid:"50ef5685-b5a1-4e19-54e0-9271502cb835",start:235246,end:238072,data:{text:"\u5982\u679C\u60A8\u5BF9\u623F\u4EA7\u7ECF\u7EAA\u4EBA\u8FD9\u4EFD\u804C\u4E1A\u611F\u5174\u8DA3",type:"Text"},type:"Prompter"},{uuid:"883e92b3-ea04-4abe-6099-20a317808823",start:238172,end:240743,data:{text:"\u6211\u771F\u8BDA\u9080\u8BF7\u60A8\u6765\u5230\u6211\u7684\u95E8\u5E97\u5B9E\u5730\u8003\u5BDF",type:"Text"},type:"Prompter"},{uuid:"7068453e-b2cd-4736-9a27-cf98ff3dd791",start:240843,end:243669,data:{text:"\u8FD9\u662F\u4E00\u4EFD\u4ED8\u51FA\u5373\u6240\u5F97\u3001\u6210\u957F\u4E0D\u8BBE\u9650\u7684\u804C\u4E1A",type:"Text"},type:"Prompter"},{uuid:"84a4e247-c3e9-4a20-ae14-80c1567c96f2",start:243769,end:246944,data:{text:"\u53EF\u4EE5\u5F97\u5230\u4E13\u4E1A\u7684\u57F9\u8BAD\u3001\u516C\u6B63\u900F\u660E\u7684\u664B\u5347\u901A\u9053",type:"Text"},type:"Prompter"},{uuid:"e1ba1956-24b5-4afc-ca16-97c4747c4bb4",start:247044,end:248664,data:{text:"\u91D1\u724C\u54C1\u8D28\u96C7\u4E3B,\u503C\u5F97\u6258\u4ED8\uFF01",type:"Text"},type:"Prompter"},{uuid:"66b25387-00b6-4ca8-16b9-a2a5447cbfe9",type:"InfoPanel",start:233200,end:236200,parsed:!1,data:{url:"//vrlab-public.ljcdn.com/release/seesay/tools/4___35fe05bbba927f9dedee4de525d7394f.jpg",type:"Image"}},{uuid:"02fed567-054d-4f17-9051-dc63f7632cbe",type:"CameraMovement",start:0,end:2e3,parsed:!1,data:{effect:"Move",panoIndex:0,fov:120,mode:"Panorama",latitude:.04438022675004691,longitude:5.232986472982764}},{uuid:"1024856a-5809-4492-0af6-d0f28b1bb8fc",type:"CameraMovement",start:70300,end:71800,parsed:!1,data:{effect:"Move",panoIndex:10,fov:120,mode:"Panorama",latitude:.0030048662963554655,longitude:1.1385672815664698}},{uuid:"70fc7728-cd97-4b2c-1400-2651dc6044bf",type:"CameraMovement",start:102460,end:103950,parsed:!1,data:{effect:"Move",panoIndex:12,fov:102,mode:"Panorama",latitude:.09535367780803297,longitude:4.538265211748573}},{uuid:"d2784b77-93fc-4788-4d73-564c946e6272",type:"CameraMovement",start:152100,end:153600,parsed:!1,data:{effect:"Move",panoIndex:14,fov:102,mode:"Panorama",latitude:.13272445414646844,longitude:.5147689397444273}},{uuid:"f970f558-3c7a-42d0-ad46-9feb99f04ff6",type:"CameraMovement",start:165380,end:166880,parsed:!1,data:{effect:"Move",panoIndex:18,fov:120,mode:"Panorama",latitude:.010150394708099617,longitude:1.109313455794532}},{uuid:"2173534e-8d54-4197-bb79-a7244ccac6b4",type:"CameraMovement",start:199050,end:201050,parsed:!1,data:{effect:"Move",panoIndex:28,fov:120,mode:"Panorama",latitude:.09871290045418332,longitude:4.731142937321037}},{uuid:"00f378d7-3c72-4f68-32fb-6382069d30f0",type:"CameraMovement",start:240800,end:242300,parsed:!1,data:{effect:"Move",panoIndex:0,fov:120,mode:"Panorama",latitude:.04438022675004691,longitude:5.232986472982764}}]};function D(){const u=e.exports.useRef(!1),{show:a,play:t,hide:r,pause:d,load:p}=i(),f=C();return Object.assign(window,{$load:p,$show:a}),E("div",{className:"btns",children:E("button",{onClick:async()=>{if(!f){d(),r();return}a(),u.current?t():(u.current=!0,p(B))},children:f?"\u64AD\u653E":"\u6682\u505C"})})}export{D as A,A as V};