@rings-webgpu/core 1.0.6 → 1.0.7

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 (600) hide show
  1. package/dist/rings.es.js +1 -1
  2. package/dist/rings.es.js.map +1 -1
  3. package/dist/rings.es.max.js +478 -478
  4. package/dist/rings.umd.js +1 -1
  5. package/dist/rings.umd.js.map +1 -1
  6. package/dist/rings.umd.max.js +478 -478
  7. package/dist/types/Engine3D.d.ts +107 -0
  8. package/dist/types/assets/Fonts.d.ts +20 -0
  9. package/dist/types/assets/Res.d.ts +74 -0
  10. package/dist/types/assets/shader/ShaderLib.d.ts +5 -0
  11. package/dist/types/assets/shader/anim/SkeletonAnimation_shader.d.ts +3 -0
  12. package/dist/types/assets/shader/cluster/ClusterBoundsSource_cs.d.ts +1 -0
  13. package/dist/types/assets/shader/cluster/ClusterLighting_cs.d.ts +1 -0
  14. package/dist/types/assets/shader/compute/BRDFLUT.d.ts +1 -0
  15. package/dist/types/assets/shader/compute/BloomEffect_cs.d.ts +4 -0
  16. package/dist/types/assets/shader/compute/BlurEffectCreator_cs.d.ts +2 -0
  17. package/dist/types/assets/shader/compute/DDGIIrradiance_Cs.d.ts +4 -0
  18. package/dist/types/assets/shader/compute/DDGILighting_CSShader.d.ts +4 -0
  19. package/dist/types/assets/shader/compute/DepthOfView_cs.d.ts +4 -0
  20. package/dist/types/assets/shader/compute/ErpImage2CubeMapCreateCube_cs.d.ts +1 -0
  21. package/dist/types/assets/shader/compute/ErpImage2CubeMapRgbe2rgba_cs.d.ts +1 -0
  22. package/dist/types/assets/shader/compute/GTAO_cs.d.ts +4 -0
  23. package/dist/types/assets/shader/compute/GodRay_cs.d.ts +1 -0
  24. package/dist/types/assets/shader/compute/IBLEnvMapCreator_cs.d.ts +1 -0
  25. package/dist/types/assets/shader/compute/MergeRGBA_cs.d.ts +1 -0
  26. package/dist/types/assets/shader/compute/MultiBouncePass_cs.d.ts +4 -0
  27. package/dist/types/assets/shader/compute/OutLineBlendColor_cs.d.ts +1 -0
  28. package/dist/types/assets/shader/compute/OutlineCalcOutline_cs.d.ts +1 -0
  29. package/dist/types/assets/shader/compute/Outline_cs.d.ts +1 -0
  30. package/dist/types/assets/shader/compute/Picker_cs.d.ts +1 -0
  31. package/dist/types/assets/shader/compute/PreFilteredEnvironment_cs copy.d.ts +1 -0
  32. package/dist/types/assets/shader/compute/PreFilteredEnvironment_cs.d.ts +4 -0
  33. package/dist/types/assets/shader/compute/PreIntegratedLut.d.ts +1 -0
  34. package/dist/types/assets/shader/compute/SSAO_cs.d.ts +1 -0
  35. package/dist/types/assets/shader/compute/SSGI2_cs.d.ts +7 -0
  36. package/dist/types/assets/shader/compute/SSR_BlendColor_cs.d.ts +4 -0
  37. package/dist/types/assets/shader/compute/SSR_IS_cs.d.ts +1 -0
  38. package/dist/types/assets/shader/compute/SSR_RayTrace_cs.d.ts +1 -0
  39. package/dist/types/assets/shader/compute/TAACopyTex_cs.d.ts +4 -0
  40. package/dist/types/assets/shader/compute/TAASharpTex_cs.d.ts +1 -0
  41. package/dist/types/assets/shader/compute/TAA_cs.d.ts +4 -0
  42. package/dist/types/assets/shader/compute/utils/Combine_cs.d.ts +4 -0
  43. package/dist/types/assets/shader/compute/utils/Denoising_cs.d.ts +4 -0
  44. package/dist/types/assets/shader/compute/utils/TestComputeLoadBuffer.d.ts +1 -0
  45. package/dist/types/assets/shader/compute/utils/TextureCompress.d.ts +2 -0
  46. package/dist/types/assets/shader/compute/utils/tw.d.ts +4 -0
  47. package/dist/types/assets/shader/core/base/Common_frag.d.ts +1 -0
  48. package/dist/types/assets/shader/core/base/Common_vert.d.ts +1 -0
  49. package/dist/types/assets/shader/core/common/BrdfLut_frag.d.ts +1 -0
  50. package/dist/types/assets/shader/core/common/EnvMap_frag.d.ts +1 -0
  51. package/dist/types/assets/shader/core/common/GBufferStand.d.ts +1 -0
  52. package/dist/types/assets/shader/core/common/GlobalUniform.d.ts +4 -0
  53. package/dist/types/assets/shader/core/common/InstanceUniform.d.ts +1 -0
  54. package/dist/types/assets/shader/core/common/SHCommon_frag.d.ts +1 -0
  55. package/dist/types/assets/shader/core/common/WorldMatrixUniform.d.ts +1 -0
  56. package/dist/types/assets/shader/core/inline/Inline_vert.d.ts +1 -0
  57. package/dist/types/assets/shader/core/pass/CastShadow_pass.d.ts +4 -0
  58. package/dist/types/assets/shader/core/pass/FrustumCulling_cs.d.ts +4 -0
  59. package/dist/types/assets/shader/core/pass/GBuffer_pass.d.ts +1 -0
  60. package/dist/types/assets/shader/core/pass/SkyGBuffer_pass.d.ts +1 -0
  61. package/dist/types/assets/shader/core/pass/ZPassShader_cs.d.ts +1 -0
  62. package/dist/types/assets/shader/core/pass/ZPassShader_fs.d.ts +1 -0
  63. package/dist/types/assets/shader/core/pass/ZPassShader_vs.d.ts +1 -0
  64. package/dist/types/assets/shader/core/struct/ClusterLight.d.ts +4 -0
  65. package/dist/types/assets/shader/core/struct/ColorPassFragmentOutput.d.ts +1 -0
  66. package/dist/types/assets/shader/core/struct/FragmentOutput.d.ts +1 -0
  67. package/dist/types/assets/shader/core/struct/FragmentVarying.d.ts +1 -0
  68. package/dist/types/assets/shader/core/struct/ShadingInput.d.ts +1 -0
  69. package/dist/types/assets/shader/core/struct/VertexAttributeIndexShader.d.ts +1 -0
  70. package/dist/types/assets/shader/core/struct/VertexAttributes.d.ts +1 -0
  71. package/dist/types/assets/shader/env/ReflectionCG.d.ts +1 -0
  72. package/dist/types/assets/shader/glsl/Quad_glsl.d.ts +2 -0
  73. package/dist/types/assets/shader/lighting/BRDF_frag.d.ts +4 -0
  74. package/dist/types/assets/shader/lighting/BsDF_frag.d.ts +4 -0
  75. package/dist/types/assets/shader/lighting/BxDF_frag.d.ts +4 -0
  76. package/dist/types/assets/shader/lighting/Hair_frag.d.ts +1 -0
  77. package/dist/types/assets/shader/lighting/IESProfiles_frag.d.ts +1 -0
  78. package/dist/types/assets/shader/lighting/IrradianceVolumeData_frag.d.ts +1 -0
  79. package/dist/types/assets/shader/lighting/Irradiance_frag.d.ts +4 -0
  80. package/dist/types/assets/shader/lighting/LightingFunction_frag.d.ts +1 -0
  81. package/dist/types/assets/shader/lighting/UnLit_frag.d.ts +1 -0
  82. package/dist/types/assets/shader/materials/ColorLitShader.d.ts +1 -0
  83. package/dist/types/assets/shader/materials/GIProbeShader.d.ts +1 -0
  84. package/dist/types/assets/shader/materials/GSplatShader.d.ts +2 -0
  85. package/dist/types/assets/shader/materials/GlassShader.d.ts +1 -0
  86. package/dist/types/assets/shader/materials/Hair_shader.d.ts +2 -0
  87. package/dist/types/assets/shader/materials/Lambert_shader.d.ts +1 -0
  88. package/dist/types/assets/shader/materials/Lit_shader.d.ts +1 -0
  89. package/dist/types/assets/shader/materials/OutlinePass.d.ts +1 -0
  90. package/dist/types/assets/shader/materials/PBRLItShader.d.ts +4 -0
  91. package/dist/types/assets/shader/materials/PBRLitSSSShader.d.ts +4 -0
  92. package/dist/types/assets/shader/materials/ReflectionShader_shader.d.ts +1 -0
  93. package/dist/types/assets/shader/materials/UnLit.d.ts +4 -0
  94. package/dist/types/assets/shader/materials/UnLitTextureArray.d.ts +1 -0
  95. package/dist/types/assets/shader/materials/program/BxdfDebug_frag.d.ts +4 -0
  96. package/dist/types/assets/shader/materials/program/Clearcoat_frag.d.ts +1 -0
  97. package/dist/types/assets/shader/materials/program/ClusterDebug_frag.d.ts +1 -0
  98. package/dist/types/assets/shader/materials/program/NormalMap_frag.d.ts +4 -0
  99. package/dist/types/assets/shader/materials/program/ShadowMapping_frag.d.ts +1 -0
  100. package/dist/types/assets/shader/materials/uniforms/PhysicMaterialUniform_frag.d.ts +1 -0
  101. package/dist/types/assets/shader/materials/uniforms/UnLitMaterialUniform_frag.d.ts +1 -0
  102. package/dist/types/assets/shader/materials/uniforms/VideoUniform_frag.d.ts +1 -0
  103. package/dist/types/assets/shader/math/FastMathShader.d.ts +1 -0
  104. package/dist/types/assets/shader/math/MathShader.d.ts +4 -0
  105. package/dist/types/assets/shader/math/MatrixShader.d.ts +1 -0
  106. package/dist/types/assets/shader/post/FXAAShader.d.ts +1 -0
  107. package/dist/types/assets/shader/post/GlobalFog_shader.d.ts +4 -0
  108. package/dist/types/assets/shader/quad/Quad_shader.d.ts +24 -0
  109. package/dist/types/assets/shader/sky/AtmosphericScatteringSky_shader.d.ts +3 -0
  110. package/dist/types/assets/shader/sky/CubeSky_Shader.d.ts +4 -0
  111. package/dist/types/assets/shader/utils/BitUtil.d.ts +1 -0
  112. package/dist/types/assets/shader/utils/ColorUtil.d.ts +1 -0
  113. package/dist/types/assets/shader/utils/GenerayRandomDir.d.ts +1 -0
  114. package/dist/types/components/AtmosphericComponent.d.ts +28 -0
  115. package/dist/types/components/BillboardComponent.d.ts +13 -0
  116. package/dist/types/components/ColliderComponent.d.ts +15 -0
  117. package/dist/types/components/ComponentBase.d.ts +43 -0
  118. package/dist/types/components/IComponent.d.ts +27 -0
  119. package/dist/types/components/SkeletonAnimationComponent.d.ts +52 -0
  120. package/dist/types/components/Transform.d.ts +119 -0
  121. package/dist/types/components/anim/AnimatorComponent.d.ts +67 -0
  122. package/dist/types/components/anim/OAnimationEvent.d.ts +6 -0
  123. package/dist/types/components/anim/curveAnim/AnimationMonitor.d.ts +29 -0
  124. package/dist/types/components/anim/curveAnim/AttributeAnimCurve.d.ts +8 -0
  125. package/dist/types/components/anim/curveAnim/PropertyAnimClip.d.ts +29 -0
  126. package/dist/types/components/anim/curveAnim/PropertyAnimation.d.ts +31 -0
  127. package/dist/types/components/anim/curveAnim/PropertyAnimationEvent.d.ts +14 -0
  128. package/dist/types/components/anim/curveAnim/PropertyHelp.d.ts +13 -0
  129. package/dist/types/components/anim/morphAnim/MorphTargetBlender.d.ts +18 -0
  130. package/dist/types/components/anim/morphAnim/MorphTargetData.d.ts +52 -0
  131. package/dist/types/components/anim/morphAnim/MorphTargetFrame.d.ts +68 -0
  132. package/dist/types/components/anim/morphAnim/MorphTargetKey.d.ts +58 -0
  133. package/dist/types/components/anim/morphAnim/MorphTarget_shader.d.ts +8 -0
  134. package/dist/types/components/anim/skeletonAnim/Joint.d.ts +12 -0
  135. package/dist/types/components/anim/skeletonAnim/JointPose.d.ts +6 -0
  136. package/dist/types/components/anim/skeletonAnim/Skeleton.d.ts +10 -0
  137. package/dist/types/components/anim/skeletonAnim/SkeletonAnimationClip.d.ts +22 -0
  138. package/dist/types/components/anim/skeletonAnim/SkeletonAnimationClipState.d.ts +21 -0
  139. package/dist/types/components/anim/skeletonAnim/SkeletonAnimationCompute.d.ts +6 -0
  140. package/dist/types/components/anim/skeletonAnim/SkeletonPose.d.ts +16 -0
  141. package/dist/types/components/anim/skeletonAnim/buffer/SkeletonBlendComputeArgs.d.ts +23 -0
  142. package/dist/types/components/anim/skeletonAnim/buffer/SkeletonTransformComputeArgs.d.ts +23 -0
  143. package/dist/types/components/controller/CameraControllerBase.d.ts +17 -0
  144. package/dist/types/components/controller/FirstPersonCameraController.d.ts +15 -0
  145. package/dist/types/components/controller/FlyCameraController.d.ts +36 -0
  146. package/dist/types/components/controller/HoverCameraController.d.ts +54 -0
  147. package/dist/types/components/controller/OrbitController.d.ts +170 -0
  148. package/dist/types/components/controller/ThirdPersonCameraController.d.ts +16 -0
  149. package/dist/types/components/gui/GUIConfig.d.ts +23 -0
  150. package/dist/types/components/gui/GUIExtension.d.ts +5 -0
  151. package/dist/types/components/gui/GUIPick.d.ts +36 -0
  152. package/dist/types/components/gui/GUIPickHelper.d.ts +25 -0
  153. package/dist/types/components/gui/core/GUIAtlasTexture.d.ts +16 -0
  154. package/dist/types/components/gui/core/GUICanvas.d.ts +21 -0
  155. package/dist/types/components/gui/core/GUIDefine.d.ts +7 -0
  156. package/dist/types/components/gui/core/GUIGeometry.d.ts +36 -0
  157. package/dist/types/components/gui/core/GUIGeometryRebuild.d.ts +21 -0
  158. package/dist/types/components/gui/core/GUIMaterial.d.ts +29 -0
  159. package/dist/types/components/gui/core/GUIQuad.d.ts +52 -0
  160. package/dist/types/components/gui/core/GUIRenderer.d.ts +15 -0
  161. package/dist/types/components/gui/core/GUIShader.d.ts +8 -0
  162. package/dist/types/components/gui/core/GUISprite.d.ts +19 -0
  163. package/dist/types/components/gui/core/GUITexture.d.ts +12 -0
  164. package/dist/types/components/gui/uiComponents/IUIInteractive.d.ts +25 -0
  165. package/dist/types/components/gui/uiComponents/TextFieldLayout.d.ts +34 -0
  166. package/dist/types/components/gui/uiComponents/UIButton.d.ts +45 -0
  167. package/dist/types/components/gui/uiComponents/UIComponentBase.d.ts +15 -0
  168. package/dist/types/components/gui/uiComponents/UIImage.d.ts +21 -0
  169. package/dist/types/components/gui/uiComponents/UIImageGroup.d.ts +31 -0
  170. package/dist/types/components/gui/uiComponents/UIInteractive.d.ts +25 -0
  171. package/dist/types/components/gui/uiComponents/UIPanel.d.ts +38 -0
  172. package/dist/types/components/gui/uiComponents/UIRenderAble.d.ts +27 -0
  173. package/dist/types/components/gui/uiComponents/UIShadow.d.ts +31 -0
  174. package/dist/types/components/gui/uiComponents/UITextField.d.ts +36 -0
  175. package/dist/types/components/gui/uiComponents/UITransform.d.ts +60 -0
  176. package/dist/types/components/gui/uiComponents/ViewPanel.d.ts +9 -0
  177. package/dist/types/components/gui/uiComponents/WorldPanel.d.ts +13 -0
  178. package/dist/types/components/lights/DirectLight.d.ts +13 -0
  179. package/dist/types/components/lights/GILighting.d.ts +6 -0
  180. package/dist/types/components/lights/IESProfiles.d.ts +14 -0
  181. package/dist/types/components/lights/ILight.d.ts +12 -0
  182. package/dist/types/components/lights/Light.d.ts +32 -0
  183. package/dist/types/components/lights/LightBase.d.ts +127 -0
  184. package/dist/types/components/lights/LightData.d.ts +29 -0
  185. package/dist/types/components/lights/PointLight.d.ts +19 -0
  186. package/dist/types/components/lights/SpotLight.d.ts +21 -0
  187. package/dist/types/components/post/PostProcessingComponent.d.ts +16 -0
  188. package/dist/types/components/renderer/GSplatRenderer.d.ts +151 -0
  189. package/dist/types/components/renderer/GlobalIlluminationComponent.d.ts +22 -0
  190. package/dist/types/components/renderer/InstanceDrawComponent.d.ts +19 -0
  191. package/dist/types/components/renderer/MeshFilter.d.ts +9 -0
  192. package/dist/types/components/renderer/MeshRenderer.d.ts +27 -0
  193. package/dist/types/components/renderer/Reflection.d.ts +15 -0
  194. package/dist/types/components/renderer/RenderNode.d.ts +85 -0
  195. package/dist/types/components/renderer/SkinnedMeshRenderer.d.ts +26 -0
  196. package/dist/types/components/renderer/SkinnedMeshRenderer2.d.ts +37 -0
  197. package/dist/types/components/renderer/SkyRenderer.d.ts +22 -0
  198. package/dist/types/components/renderer/SphereReflection.d.ts +12 -0
  199. package/dist/types/components/shape/BoxColliderShape.d.ts +9 -0
  200. package/dist/types/components/shape/CapsuleColliderShape.d.ts +6 -0
  201. package/dist/types/components/shape/ColliderShape.d.ts +35 -0
  202. package/dist/types/components/shape/MeshColliderShape.d.ts +8 -0
  203. package/dist/types/components/shape/SphereColliderShape.d.ts +26 -0
  204. package/dist/types/core/Camera3D.d.ts +308 -0
  205. package/dist/types/core/CameraType.d.ts +5 -0
  206. package/dist/types/core/CubeCamera.d.ts +18 -0
  207. package/dist/types/core/PointShadowCubeCamera.d.ts +13 -0
  208. package/dist/types/core/Scene3D.d.ts +66 -0
  209. package/dist/types/core/View3D.d.ts +85 -0
  210. package/dist/types/core/ViewQuad.d.ts +19 -0
  211. package/dist/types/core/bound/BoundingBox.d.ts +34 -0
  212. package/dist/types/core/bound/BoundingSphere.d.ts +34 -0
  213. package/dist/types/core/bound/Frustum.d.ts +17 -0
  214. package/dist/types/core/bound/IBound.d.ts +19 -0
  215. package/dist/types/core/csm/CSM.d.ts +3 -0
  216. package/dist/types/core/csm/FrustumCSM.d.ts +32 -0
  217. package/dist/types/core/entities/Entity.d.ts +43 -0
  218. package/dist/types/core/entities/InstancedMesh.d.ts +11 -0
  219. package/dist/types/core/entities/Object3D.d.ts +66 -0
  220. package/dist/types/core/geometry/ExtrudeGeometry.d.ts +31 -0
  221. package/dist/types/core/geometry/GeometryBase.d.ts +70 -0
  222. package/dist/types/core/geometry/GeometryIndicesBuffer.d.ts +15 -0
  223. package/dist/types/core/geometry/GeometryVertexBuffer.d.ts +23 -0
  224. package/dist/types/core/geometry/GeometryVertexType.d.ts +5 -0
  225. package/dist/types/core/geometry/VertexAttribute.d.ts +15 -0
  226. package/dist/types/core/geometry/VertexAttributeData.d.ts +5 -0
  227. package/dist/types/core/geometry/VertexAttributeName.d.ts +23 -0
  228. package/dist/types/core/geometry/VertexAttributeSize.d.ts +11 -0
  229. package/dist/types/core/geometry/VertexAttributeStride.d.ts +15 -0
  230. package/dist/types/core/geometry/VertexFormat.d.ts +1 -0
  231. package/dist/types/core/pool/ObjectPool.d.ts +11 -0
  232. package/dist/types/core/pool/memory/MemoryDO.d.ts +10 -0
  233. package/dist/types/core/pool/memory/MemoryInfo.d.ts +79 -0
  234. package/dist/types/core/tree/kdTree/IKDTreeUserData.d.ts +10 -0
  235. package/dist/types/core/tree/kdTree/KDTreeEntity.d.ts +27 -0
  236. package/dist/types/core/tree/kdTree/KDTreeNode.d.ts +68 -0
  237. package/dist/types/core/tree/kdTree/KDTreeSpace.d.ts +26 -0
  238. package/dist/types/core/tree/octree/Octree.d.ts +28 -0
  239. package/dist/types/core/tree/octree/OctreeEntity.d.ts +11 -0
  240. package/dist/types/core/tree/quad/IQuadNode.d.ts +9 -0
  241. package/dist/types/core/tree/quad/QuadAABB.d.ts +26 -0
  242. package/dist/types/core/tree/quad/QuadRoot.d.ts +14 -0
  243. package/dist/types/core/tree/quad/QuadTree.d.ts +22 -0
  244. package/dist/types/core/tree/quad/QuadTreeCell.d.ts +23 -0
  245. package/dist/types/event/CEvent.d.ts +27 -0
  246. package/dist/types/event/CEventDispatcher.d.ts +13 -0
  247. package/dist/types/event/CEventListener.d.ts +13 -0
  248. package/dist/types/event/CResizeEvent.d.ts +4 -0
  249. package/dist/types/event/KeyCode.d.ts +110 -0
  250. package/dist/types/event/MouseCode.d.ts +5 -0
  251. package/dist/types/event/eventConst/KeyEvent.d.ts +6 -0
  252. package/dist/types/event/eventConst/LoaderEvent.d.ts +5 -0
  253. package/dist/types/event/eventConst/Object3DEvent.d.ts +7 -0
  254. package/dist/types/event/eventConst/PointerEvent3D.d.ts +63 -0
  255. package/dist/types/event/eventConst/UIEvent.d.ts +6 -0
  256. package/dist/types/gfx/generate/BrdfLUTGenerate.d.ts +7 -0
  257. package/dist/types/gfx/generate/PassGenerate.d.ts +9 -0
  258. package/dist/types/gfx/generate/convert/BlurEffectCreator.d.ts +7 -0
  259. package/dist/types/gfx/generate/convert/ErpImage2CubeMap.d.ts +9 -0
  260. package/dist/types/gfx/generate/convert/IBLEnvMapCreator.d.ts +12 -0
  261. package/dist/types/gfx/generate/convert/MergeRGBACreator.d.ts +5 -0
  262. package/dist/types/gfx/generate/convert/TextureCubeStdCreator.d.ts +9 -0
  263. package/dist/types/gfx/generate/convert/TextureCubeUtils.d.ts +12 -0
  264. package/dist/types/gfx/generate/convert/TextureScaleCompute.d.ts +6 -0
  265. package/dist/types/gfx/graphics/webGpu/CanvasConfig.d.ts +7 -0
  266. package/dist/types/gfx/graphics/webGpu/Context3D.d.ts +20 -0
  267. package/dist/types/gfx/graphics/webGpu/PipelinePool.d.ts +5 -0
  268. package/dist/types/gfx/graphics/webGpu/WebGPUConst.d.ts +154 -0
  269. package/dist/types/gfx/graphics/webGpu/compute/PreIntegratedLutCompute.d.ts +8 -0
  270. package/dist/types/gfx/graphics/webGpu/compute/RenderShaderCompute.d.ts +12 -0
  271. package/dist/types/gfx/graphics/webGpu/core/bindGroups/GlobalBindGroup.d.ts +18 -0
  272. package/dist/types/gfx/graphics/webGpu/core/bindGroups/GlobalBindGroupLayout.d.ts +4 -0
  273. package/dist/types/gfx/graphics/webGpu/core/bindGroups/GlobalUniformGroup.d.ts +25 -0
  274. package/dist/types/gfx/graphics/webGpu/core/bindGroups/MatrixBindGroup.d.ts +11 -0
  275. package/dist/types/gfx/graphics/webGpu/core/bindGroups/groups/LightEntries.d.ts +11 -0
  276. package/dist/types/gfx/graphics/webGpu/core/bindGroups/groups/ProbeEntries.d.ts +10 -0
  277. package/dist/types/gfx/graphics/webGpu/core/bindGroups/groups/ReflectionEntries.d.ts +12 -0
  278. package/dist/types/gfx/graphics/webGpu/core/buffer/ArrayBufferData.d.ts +1 -0
  279. package/dist/types/gfx/graphics/webGpu/core/buffer/ComputeGPUBuffer.d.ts +4 -0
  280. package/dist/types/gfx/graphics/webGpu/core/buffer/GPUBufferBase.d.ts +84 -0
  281. package/dist/types/gfx/graphics/webGpu/core/buffer/GPUBufferType.d.ts +9 -0
  282. package/dist/types/gfx/graphics/webGpu/core/buffer/IndicesGPUBuffer.d.ts +14 -0
  283. package/dist/types/gfx/graphics/webGpu/core/buffer/MaterialDataUniformGPUBuffer.d.ts +10 -0
  284. package/dist/types/gfx/graphics/webGpu/core/buffer/MatrixGPUBuffer.d.ts +8 -0
  285. package/dist/types/gfx/graphics/webGpu/core/buffer/StorageGPUBuffer.d.ts +5 -0
  286. package/dist/types/gfx/graphics/webGpu/core/buffer/StructStorageGPUBuffer.d.ts +7 -0
  287. package/dist/types/gfx/graphics/webGpu/core/buffer/UniformGPUBuffer.d.ts +5 -0
  288. package/dist/types/gfx/graphics/webGpu/core/buffer/VertexGPUBuffer.d.ts +7 -0
  289. package/dist/types/gfx/graphics/webGpu/core/texture/ITexture.d.ts +18 -0
  290. package/dist/types/gfx/graphics/webGpu/core/texture/Texture.d.ts +79 -0
  291. package/dist/types/gfx/graphics/webGpu/core/texture/TextureCube.d.ts +11 -0
  292. package/dist/types/gfx/graphics/webGpu/core/texture/TextureMipmapCompute.d.ts +9 -0
  293. package/dist/types/gfx/graphics/webGpu/core/texture/TextureMipmapGenerator.d.ts +9 -0
  294. package/dist/types/gfx/graphics/webGpu/core/uniforms/UniformNode.d.ts +34 -0
  295. package/dist/types/gfx/graphics/webGpu/descriptor/RTDescriptor.d.ts +5 -0
  296. package/dist/types/gfx/graphics/webGpu/descriptor/WebGPUDescriptorCreator.d.ts +8 -0
  297. package/dist/types/gfx/graphics/webGpu/shader/ComputeShader.d.ts +28 -0
  298. package/dist/types/gfx/graphics/webGpu/shader/RenderShaderPass.d.ts +83 -0
  299. package/dist/types/gfx/graphics/webGpu/shader/Shader.d.ts +53 -0
  300. package/dist/types/gfx/graphics/webGpu/shader/ShaderPassBase.d.ts +60 -0
  301. package/dist/types/gfx/graphics/webGpu/shader/ShaderStage.d.ts +5 -0
  302. package/dist/types/gfx/graphics/webGpu/shader/converter/GLSLLexer.d.ts +16 -0
  303. package/dist/types/gfx/graphics/webGpu/shader/converter/GLSLLexerToken.d.ts +174 -0
  304. package/dist/types/gfx/graphics/webGpu/shader/converter/GLSLPreprocessor.d.ts +10 -0
  305. package/dist/types/gfx/graphics/webGpu/shader/converter/GLSLSyntax.d.ts +14 -0
  306. package/dist/types/gfx/graphics/webGpu/shader/converter/Reader.d.ts +30 -0
  307. package/dist/types/gfx/graphics/webGpu/shader/converter/ShaderConverter.d.ts +47 -0
  308. package/dist/types/gfx/graphics/webGpu/shader/converter/StatementNode.d.ts +309 -0
  309. package/dist/types/gfx/graphics/webGpu/shader/converter/WGSLTranslator.d.ts +50 -0
  310. package/dist/types/gfx/graphics/webGpu/shader/util/MorePassParser.d.ts +25 -0
  311. package/dist/types/gfx/graphics/webGpu/shader/util/Preprocessor.d.ts +28 -0
  312. package/dist/types/gfx/graphics/webGpu/shader/util/ShaderUtil.d.ts +23 -0
  313. package/dist/types/gfx/graphics/webGpu/shader/value/ConstValue.d.ts +1 -0
  314. package/dist/types/gfx/graphics/webGpu/shader/value/DefineValue.d.ts +4 -0
  315. package/dist/types/gfx/graphics/webGpu/shader/value/ShaderReflectionInfo.d.ts +57 -0
  316. package/dist/types/gfx/graphics/webGpu/shader/value/ShaderState.d.ts +30 -0
  317. package/dist/types/gfx/graphics/webGpu/shader/value/ShaderValue.d.ts +32 -0
  318. package/dist/types/gfx/graphics/webGpu/shader/value/UniformValue.d.ts +13 -0
  319. package/dist/types/gfx/renderJob/GPUContext.d.ts +32 -0
  320. package/dist/types/gfx/renderJob/collect/CollectInfo.d.ts +7 -0
  321. package/dist/types/gfx/renderJob/collect/ComponentCollect.d.ts +29 -0
  322. package/dist/types/gfx/renderJob/collect/EntityBatchCollect.d.ts +7 -0
  323. package/dist/types/gfx/renderJob/collect/EntityCollect.d.ts +48 -0
  324. package/dist/types/gfx/renderJob/collect/RenderGroup.d.ts +7 -0
  325. package/dist/types/gfx/renderJob/collect/RenderShaderCollect.d.ts +9 -0
  326. package/dist/types/gfx/renderJob/collect/ShadowLightsCollect.d.ts +20 -0
  327. package/dist/types/gfx/renderJob/config/RTResourceConfig.d.ts +10 -0
  328. package/dist/types/gfx/renderJob/config/RenderLayer.d.ts +11 -0
  329. package/dist/types/gfx/renderJob/frame/GBufferFrame.d.ts +19 -0
  330. package/dist/types/gfx/renderJob/frame/ProbeGBufferFrame.d.ts +5 -0
  331. package/dist/types/gfx/renderJob/frame/RTFrame.d.ts +17 -0
  332. package/dist/types/gfx/renderJob/frame/RTResourceMap.d.ts +13 -0
  333. package/dist/types/gfx/renderJob/jobs/ForwardRenderJob.d.ts +7 -0
  334. package/dist/types/gfx/renderJob/jobs/RenderMap.d.ts +12 -0
  335. package/dist/types/gfx/renderJob/jobs/RendererJob.d.ts +43 -0
  336. package/dist/types/gfx/renderJob/occlusion/OcclusionSystem.d.ts +16 -0
  337. package/dist/types/gfx/renderJob/passRenderer/RenderContext.d.ts +20 -0
  338. package/dist/types/gfx/renderJob/passRenderer/RendererBase.d.ts +40 -0
  339. package/dist/types/gfx/renderJob/passRenderer/cluster/ClusterConfig.d.ts +5 -0
  340. package/dist/types/gfx/renderJob/passRenderer/cluster/ClusterLightingBuffer.d.ts +10 -0
  341. package/dist/types/gfx/renderJob/passRenderer/cluster/ClusterLightingRender.d.ts +20 -0
  342. package/dist/types/gfx/renderJob/passRenderer/color/ColorPassRenderer.d.ts +12 -0
  343. package/dist/types/gfx/renderJob/passRenderer/color/GUIPassRenderer.d.ts +13 -0
  344. package/dist/types/gfx/renderJob/passRenderer/cubeRenderer/ReflectionRenderer.d.ts +36 -0
  345. package/dist/types/gfx/renderJob/passRenderer/ddgi/DDGIIrradianceComputePass.d.ts +18 -0
  346. package/dist/types/gfx/renderJob/passRenderer/ddgi/DDGIIrradianceGPUBufferReader.d.ts +22 -0
  347. package/dist/types/gfx/renderJob/passRenderer/ddgi/DDGIIrradianceVolume.d.ts +32 -0
  348. package/dist/types/gfx/renderJob/passRenderer/ddgi/DDGILightingPass.d.ts +17 -0
  349. package/dist/types/gfx/renderJob/passRenderer/ddgi/DDGIMultiBouncePass.d.ts +13 -0
  350. package/dist/types/gfx/renderJob/passRenderer/ddgi/DDGIProbeRenderer.d.ts +46 -0
  351. package/dist/types/gfx/renderJob/passRenderer/ddgi/Probe.d.ts +6 -0
  352. package/dist/types/gfx/renderJob/passRenderer/post/PostRenderer.d.ts +19 -0
  353. package/dist/types/gfx/renderJob/passRenderer/preDepth/PreDepthPassRenderer.d.ts +16 -0
  354. package/dist/types/gfx/renderJob/passRenderer/preDepth/ZCullingCompute.d.ts +12 -0
  355. package/dist/types/gfx/renderJob/passRenderer/shadow/PointLightShadowRenderer.d.ts +32 -0
  356. package/dist/types/gfx/renderJob/passRenderer/shadow/ShadowMapPassRenderer.d.ts +27 -0
  357. package/dist/types/gfx/renderJob/passRenderer/state/PassType.d.ts +13 -0
  358. package/dist/types/gfx/renderJob/passRenderer/state/RendererMask.d.ts +18 -0
  359. package/dist/types/gfx/renderJob/passRenderer/state/RendererPassState.d.ts +27 -0
  360. package/dist/types/gfx/renderJob/post/BloomPost.d.ts +45 -0
  361. package/dist/types/gfx/renderJob/post/DepthOfFieldPost.d.ts +56 -0
  362. package/dist/types/gfx/renderJob/post/FXAAPost.d.ts +18 -0
  363. package/dist/types/gfx/renderJob/post/GBufferPost.d.ts +35 -0
  364. package/dist/types/gfx/renderJob/post/GTAOPost.d.ts +67 -0
  365. package/dist/types/gfx/renderJob/post/GlobalFog.d.ts +69 -0
  366. package/dist/types/gfx/renderJob/post/GodRayPost.d.ts +56 -0
  367. package/dist/types/gfx/renderJob/post/OutlinePost.d.ts +93 -0
  368. package/dist/types/gfx/renderJob/post/PostBase.d.ts +35 -0
  369. package/dist/types/gfx/renderJob/post/SSGIPost.d.ts +67 -0
  370. package/dist/types/gfx/renderJob/post/SSRPost.d.ts +76 -0
  371. package/dist/types/gfx/renderJob/post/TAAPost.d.ts +40 -0
  372. package/dist/types/index.d.ts +589 -0
  373. package/dist/types/io/InputSystem.d.ts +49 -0
  374. package/dist/types/io/OutlineManager.d.ts +11 -0
  375. package/dist/types/io/OutlinePostData.d.ts +22 -0
  376. package/dist/types/io/PickFire.d.ts +32 -0
  377. package/dist/types/io/PickResult.d.ts +59 -0
  378. package/dist/types/io/RayCastMeshDetail.d.ts +32 -0
  379. package/dist/types/io/TouchData.d.ts +12 -0
  380. package/dist/types/io/picker/PickCompute.d.ts +14 -0
  381. package/dist/types/loader/FileLoader.d.ts +7 -0
  382. package/dist/types/loader/LoaderBase.d.ts +30 -0
  383. package/dist/types/loader/LoaderFunctions.d.ts +7 -0
  384. package/dist/types/loader/LoaderManager.d.ts +36 -0
  385. package/dist/types/loader/parser/3dgs/GaussianSplatAsset.d.ts +21 -0
  386. package/dist/types/loader/parser/3dgs/GaussianSplatParser.d.ts +8 -0
  387. package/dist/types/loader/parser/3dgs/loaders/FormatDetector.d.ts +13 -0
  388. package/dist/types/loader/parser/3dgs/loaders/index.d.ts +10 -0
  389. package/dist/types/loader/parser/3dgs/loaders/ply/PlyLoader.d.ts +9 -0
  390. package/dist/types/loader/parser/3dgs/loaders/ply/PlyTypes.d.ts +30 -0
  391. package/dist/types/loader/parser/3dgs/loaders/ply/PlyUtils.d.ts +13 -0
  392. package/dist/types/loader/parser/3dgs/loaders/ply/index.d.ts +8 -0
  393. package/dist/types/loader/parser/AtlasParser.d.ts +10 -0
  394. package/dist/types/loader/parser/B3DMParser.d.ts +24 -0
  395. package/dist/types/loader/parser/FontParser.d.ts +54 -0
  396. package/dist/types/loader/parser/I3DMParser.d.ts +7 -0
  397. package/dist/types/loader/parser/OBJParser.d.ts +72 -0
  398. package/dist/types/loader/parser/ParserBase.d.ts +18 -0
  399. package/dist/types/loader/parser/ParserFormat.d.ts +5 -0
  400. package/dist/types/loader/parser/RGBEParser.d.ts +40 -0
  401. package/dist/types/loader/parser/b3dm/B3DMLoader.d.ts +10 -0
  402. package/dist/types/loader/parser/b3dm/B3DMLoaderBase.d.ts +9 -0
  403. package/dist/types/loader/parser/b3dm/FeatureTable.d.ts +14 -0
  404. package/dist/types/loader/parser/b3dm/arrayToString.d.ts +1 -0
  405. package/dist/types/loader/parser/b3dm/readMagicBytes.d.ts +1 -0
  406. package/dist/types/loader/parser/gis/GeoJsonParser.d.ts +29 -0
  407. package/dist/types/loader/parser/gis/GeoJsonUtil.d.ts +5 -0
  408. package/dist/types/loader/parser/gltf/GLBParser.d.ts +21 -0
  409. package/dist/types/loader/parser/gltf/GLTFInfo.d.ts +137 -0
  410. package/dist/types/loader/parser/gltf/GLTFMaterial.d.ts +24 -0
  411. package/dist/types/loader/parser/gltf/GLTFParser.d.ts +45 -0
  412. package/dist/types/loader/parser/gltf/GLTFSubParser.d.ts +47 -0
  413. package/dist/types/loader/parser/gltf/GLTFSubParserCamera.d.ts +7 -0
  414. package/dist/types/loader/parser/gltf/GLTFSubParserConverter.d.ts +17 -0
  415. package/dist/types/loader/parser/gltf/GLTFSubParserMaterial.d.ts +10 -0
  416. package/dist/types/loader/parser/gltf/GLTFSubParserMesh.d.ts +11 -0
  417. package/dist/types/loader/parser/gltf/GLTFSubParserSkeleton.d.ts +15 -0
  418. package/dist/types/loader/parser/gltf/GLTFSubParserSkin.d.ts +10 -0
  419. package/dist/types/loader/parser/gltf/GLTFType.d.ts +22 -0
  420. package/dist/types/loader/parser/gltf/TypeArray.d.ts +4 -0
  421. package/dist/types/loader/parser/gltf/extends/KHR_draco_mesh_compression.d.ts +9 -0
  422. package/dist/types/loader/parser/gltf/extends/KHR_lights_punctual.d.ts +2 -0
  423. package/dist/types/loader/parser/gltf/extends/KHR_materials_clearcoat.d.ts +7 -0
  424. package/dist/types/loader/parser/gltf/extends/KHR_materials_emissive_strength.d.ts +3 -0
  425. package/dist/types/loader/parser/gltf/extends/KHR_materials_ior.d.ts +2 -0
  426. package/dist/types/loader/parser/gltf/extends/KHR_materials_unlit.d.ts +3 -0
  427. package/dist/types/loader/parser/i3dm/I3DMLoader.d.ts +17 -0
  428. package/dist/types/loader/parser/i3dm/I3DMLoaderBase.d.ts +9 -0
  429. package/dist/types/loader/parser/kmz/3d/WayLines3D.d.ts +10 -0
  430. package/dist/types/loader/parser/kmz/3d/WayPoint3D.d.ts +11 -0
  431. package/dist/types/loader/parser/kmz/KMZParser.d.ts +8 -0
  432. package/dist/types/loader/parser/kmz/dataDef/action.d.ts +564 -0
  433. package/dist/types/loader/parser/kmz/dataDef/global.d.ts +58 -0
  434. package/dist/types/loader/parser/kmz/dataDef/index.d.ts +12 -0
  435. package/dist/types/loader/parser/kmz/dataDef/point.d.ts +129 -0
  436. package/dist/types/loader/parser/kmz/dataDef/template.d.ts +300 -0
  437. package/dist/types/loader/parser/kmz/dataDef/wayline.d.ts +97 -0
  438. package/dist/types/loader/parser/prefab/PrefabAvatarParser.d.ts +9 -0
  439. package/dist/types/loader/parser/prefab/PrefabMaterialParser.d.ts +9 -0
  440. package/dist/types/loader/parser/prefab/PrefabMeshParser.d.ts +10 -0
  441. package/dist/types/loader/parser/prefab/PrefabParser.d.ts +16 -0
  442. package/dist/types/loader/parser/prefab/PrefabStringUtil.d.ts +12 -0
  443. package/dist/types/loader/parser/prefab/PrefabTextureParser.d.ts +10 -0
  444. package/dist/types/loader/parser/prefab/mats/MaterialUtilities.d.ts +8 -0
  445. package/dist/types/loader/parser/prefab/mats/shader/LitSSSShader.d.ts +24 -0
  446. package/dist/types/loader/parser/prefab/mats/shader/LitShader.d.ts +19 -0
  447. package/dist/types/loader/parser/prefab/mats/shader/QuadShader.d.ts +4 -0
  448. package/dist/types/loader/parser/prefab/mats/shader/ReflectionShader.d.ts +19 -0
  449. package/dist/types/loader/parser/prefab/mats/shader/SkyShader.d.ts +4 -0
  450. package/dist/types/loader/parser/prefab/mats/shader/StandShader.d.ts +220 -0
  451. package/dist/types/loader/parser/prefab/mats/shader/UnLitShader.d.ts +19 -0
  452. package/dist/types/loader/parser/prefab/mats/shader/UnLitTexArrayShader.d.ts +19 -0
  453. package/dist/types/loader/parser/prefab/prefabData/BlendShapeData.d.ts +11 -0
  454. package/dist/types/loader/parser/prefab/prefabData/BlendShapePropertyData.d.ts +9 -0
  455. package/dist/types/loader/parser/prefab/prefabData/KVData.d.ts +9 -0
  456. package/dist/types/loader/parser/prefab/prefabData/PrefabAvatarData.d.ts +9 -0
  457. package/dist/types/loader/parser/prefab/prefabData/PrefabBoneData.d.ts +16 -0
  458. package/dist/types/loader/parser/prefab/prefabData/PrefabMeshData.d.ts +19 -0
  459. package/dist/types/loader/parser/prefab/prefabData/PrefabNode.d.ts +19 -0
  460. package/dist/types/loader/parser/prefab/prefabData/PrefabTextureData.d.ts +14 -0
  461. package/dist/types/loader/parser/prefab/prefabData/ValueParser.d.ts +16 -0
  462. package/dist/types/loader/parser/prefab/prefabData/ValueType.d.ts +35 -0
  463. package/dist/types/loader/parser/tileRenderer/TileSet.d.ts +45 -0
  464. package/dist/types/loader/parser/tileRenderer/TilesRenderer.d.ts +12 -0
  465. package/dist/types/materials/BlendMode.d.ts +58 -0
  466. package/dist/types/materials/ColorLitMaterial.d.ts +14 -0
  467. package/dist/types/materials/GIProbeMaterial.d.ts +15 -0
  468. package/dist/types/materials/GSplatMaterial.d.ts +20 -0
  469. package/dist/types/materials/LambertMaterial.d.ts +39 -0
  470. package/dist/types/materials/LitMaterial.d.ts +49 -0
  471. package/dist/types/materials/Material.d.ts +67 -0
  472. package/dist/types/materials/MaterialRegister.d.ts +9 -0
  473. package/dist/types/materials/ReflectionMaterial.d.ts +13 -0
  474. package/dist/types/materials/SkyMaterial.d.ts +13 -0
  475. package/dist/types/materials/UnLitMaterial.d.ts +33 -0
  476. package/dist/types/materials/UnLitTexArrayMaterial.d.ts +20 -0
  477. package/dist/types/materials/multiPass/CastPointShadowMaterialPass.d.ts +4 -0
  478. package/dist/types/materials/multiPass/CastShadowMaterialPass.d.ts +4 -0
  479. package/dist/types/materials/multiPass/DepthMaterialPass.d.ts +4 -0
  480. package/dist/types/materials/multiPass/GBufferPass.d.ts +5 -0
  481. package/dist/types/materials/multiPass/SkyGBufferPass.d.ts +4 -0
  482. package/dist/types/math/AnimationCurve.d.ts +42 -0
  483. package/dist/types/math/AnimationCurveClip.d.ts +15 -0
  484. package/dist/types/math/AnimationCurveT.d.ts +24 -0
  485. package/dist/types/math/BiMap.d.ts +9 -0
  486. package/dist/types/math/Color.d.ts +249 -0
  487. package/dist/types/math/ColorGradient.d.ts +6 -0
  488. package/dist/types/math/CubicBezierCurve.d.ts +47 -0
  489. package/dist/types/math/CubicBezierPath.d.ts +37 -0
  490. package/dist/types/math/HaltonSeq.d.ts +13 -0
  491. package/dist/types/math/Line.d.ts +39 -0
  492. package/dist/types/math/MathUtil.d.ts +86 -0
  493. package/dist/types/math/Matrix3.d.ts +183 -0
  494. package/dist/types/math/Matrix4.d.ts +563 -0
  495. package/dist/types/math/OrderMap.d.ts +11 -0
  496. package/dist/types/math/Orientation3D.d.ts +5 -0
  497. package/dist/types/math/ParticleMath.d.ts +22 -0
  498. package/dist/types/math/ParticleSystemCurves.d.ts +85 -0
  499. package/dist/types/math/Plane3D.d.ts +173 -0
  500. package/dist/types/math/PlaneClassification.d.ts +32 -0
  501. package/dist/types/math/PolynomialCurve.d.ts +43 -0
  502. package/dist/types/math/Polynomials.d.ts +12 -0
  503. package/dist/types/math/Quaternion.d.ts +42 -0
  504. package/dist/types/math/Rand.d.ts +15 -0
  505. package/dist/types/math/Random.d.ts +67 -0
  506. package/dist/types/math/Ray.d.ts +41 -0
  507. package/dist/types/math/Rect.d.ts +21 -0
  508. package/dist/types/math/TimeInterpolator.d.ts +179 -0
  509. package/dist/types/math/Triangle.d.ts +33 -0
  510. package/dist/types/math/UV.d.ts +10 -0
  511. package/dist/types/math/Vector2.d.ts +38 -0
  512. package/dist/types/math/Vector3.d.ts +107 -0
  513. package/dist/types/math/Vector4.d.ts +34 -0
  514. package/dist/types/math/enum/FrameCache.d.ts +6 -0
  515. package/dist/types/math/enum/Keyframe.d.ts +14 -0
  516. package/dist/types/math/enum/T/KeyframeT.d.ts +18 -0
  517. package/dist/types/math/enum/T/ValueOp.d.ts +4 -0
  518. package/dist/types/math/enum/WrapTimeMode.d.ts +5 -0
  519. package/dist/types/math/navigation/DoubleArray.d.ts +11 -0
  520. package/dist/types/math/navigation/Navi3DAstar.d.ts +16 -0
  521. package/dist/types/math/navigation/Navi3DConst.d.ts +5 -0
  522. package/dist/types/math/navigation/Navi3DEdge.d.ts +33 -0
  523. package/dist/types/math/navigation/Navi3DFunnel.d.ts +19 -0
  524. package/dist/types/math/navigation/Navi3DMaskType.d.ts +3 -0
  525. package/dist/types/math/navigation/Navi3DMesh.d.ts +27 -0
  526. package/dist/types/math/navigation/Navi3DPoint.d.ts +13 -0
  527. package/dist/types/math/navigation/Navi3DPoint2D.d.ts +10 -0
  528. package/dist/types/math/navigation/Navi3DPointFat.d.ts +11 -0
  529. package/dist/types/math/navigation/Navi3DRouter.d.ts +29 -0
  530. package/dist/types/math/navigation/Navi3DTriangle.d.ts +44 -0
  531. package/dist/types/setting/EngineSetting.d.ts +23 -0
  532. package/dist/types/setting/GlobalIlluminationSetting.d.ts +115 -0
  533. package/dist/types/setting/LightSetting.d.ts +3 -0
  534. package/dist/types/setting/LoaderSetting.d.ts +3 -0
  535. package/dist/types/setting/MaterialSetting.d.ts +5 -0
  536. package/dist/types/setting/OcclusionQuerySetting.d.ts +12 -0
  537. package/dist/types/setting/PickSetting.d.ts +5 -0
  538. package/dist/types/setting/ReflectionSetting.d.ts +7 -0
  539. package/dist/types/setting/RenderSetting.d.ts +51 -0
  540. package/dist/types/setting/ShadowSetting.d.ts +17 -0
  541. package/dist/types/setting/SkySetting.d.ts +8 -0
  542. package/dist/types/setting/post/BloomSetting.d.ts +11 -0
  543. package/dist/types/setting/post/DepthOfViewSetting.d.ts +7 -0
  544. package/dist/types/setting/post/GTAOSetting.d.ts +11 -0
  545. package/dist/types/setting/post/GlobalFogSetting.d.ts +19 -0
  546. package/dist/types/setting/post/GodRaySetting.d.ts +7 -0
  547. package/dist/types/setting/post/OutlineSetting.d.ts +10 -0
  548. package/dist/types/setting/post/SSRSetting.d.ts +12 -0
  549. package/dist/types/setting/post/TAASetting.d.ts +9 -0
  550. package/dist/types/shape/BoxGeometry.d.ts +28 -0
  551. package/dist/types/shape/CylinderGeometry.d.ts +60 -0
  552. package/dist/types/shape/PlaneGeometry.d.ts +11 -0
  553. package/dist/types/shape/SphereGeometry.d.ts +25 -0
  554. package/dist/types/shape/TorusGeometry.d.ts +33 -0
  555. package/dist/types/shape/TrailGeometry.d.ts +18 -0
  556. package/dist/types/shape/TriGeometry.d.ts +13 -0
  557. package/dist/types/textures/AtmosphericScatteringSky.d.ts +42 -0
  558. package/dist/types/textures/BitmapTexture2D.d.ts +12 -0
  559. package/dist/types/textures/BitmapTexture2DArray.d.ts +15 -0
  560. package/dist/types/textures/BitmapTextureCube.d.ts +14 -0
  561. package/dist/types/textures/Depth2DTextureArray.d.ts +9 -0
  562. package/dist/types/textures/DepthCubeArrayTexture.d.ts +9 -0
  563. package/dist/types/textures/Float16ArrayTexture.d.ts +28 -0
  564. package/dist/types/textures/Float32ArrayTexture.d.ts +5 -0
  565. package/dist/types/textures/HDRTexture.d.ts +7 -0
  566. package/dist/types/textures/HDRTextureCube.d.ts +16 -0
  567. package/dist/types/textures/LDRTextureCube.d.ts +13 -0
  568. package/dist/types/textures/RenderTexture.d.ts +12 -0
  569. package/dist/types/textures/SolidColorSky.d.ts +11 -0
  570. package/dist/types/textures/TextureCubeFaceData.d.ts +19 -0
  571. package/dist/types/textures/Uint32ArrayTexture.d.ts +11 -0
  572. package/dist/types/textures/Uint8ArrayTexture.d.ts +6 -0
  573. package/dist/types/textures/VirtualTexture.d.ts +29 -0
  574. package/dist/types/util/AxisObject.d.ts +11 -0
  575. package/dist/types/util/BoundUtil.d.ts +13 -0
  576. package/dist/types/util/BytesArray.d.ts +49 -0
  577. package/dist/types/util/CameraUtil.d.ts +10 -0
  578. package/dist/types/util/Convert.d.ts +1 -0
  579. package/dist/types/util/GeometryUtil.d.ts +12 -0
  580. package/dist/types/util/Global.d.ts +15 -0
  581. package/dist/types/util/GridObject.d.ts +12 -0
  582. package/dist/types/util/KelvinUtil.d.ts +40 -0
  583. package/dist/types/util/Object3DUtil.d.ts +25 -0
  584. package/dist/types/util/ProfilerUtil.d.ts +49 -0
  585. package/dist/types/util/Reference.d.ts +37 -0
  586. package/dist/types/util/SerializeDecoration.d.ts +9 -0
  587. package/dist/types/util/StringUtil.d.ts +23 -0
  588. package/dist/types/util/Time.d.ts +9 -0
  589. package/dist/types/util/Vector3Ex.d.ts +16 -0
  590. package/dist/types/util/ZSorterUtil.d.ts +13 -0
  591. package/dist/types/util/struct/Struct.d.ts +37 -0
  592. package/dist/types/util/transformUtil/Object3DTransformTools.d.ts +37 -0
  593. package/dist/types/util/transformUtil/RotationControlComponents.d.ts +21 -0
  594. package/dist/types/util/transformUtil/ScaleControlComponents.d.ts +11 -0
  595. package/dist/types/util/transformUtil/TransformAxisEnum.d.ts +11 -0
  596. package/dist/types/util/transformUtil/TransformControllerBaseComponent.d.ts +48 -0
  597. package/dist/types/util/transformUtil/TransformMode.d.ts +6 -0
  598. package/dist/types/util/transformUtil/TransformSpaceMode.d.ts +4 -0
  599. package/dist/types/util/transformUtil/TranslationControlComponents.d.ts +12 -0
  600. package/package.json +1 -1
@@ -0,0 +1,564 @@
1
+ interface ActionBaseType {
2
+ /**
3
+ * Action ID
4
+ * - [0, 65535]
5
+ * - Note: This ID must be unique within an action group. It is recommended to start from 0 and increment monotonically.
6
+ */
7
+ actionId: string;
8
+ }
9
+ /**
10
+ * Action - Take Photo
11
+ * @memberof wpml:action
12
+ */
13
+ export interface TakePhoto extends ActionBaseType {
14
+ actionActuatorFunc: 'takePhoto';
15
+ actionActuatorFuncParam: {
16
+ /**
17
+ * Payload mounting position, default main gimbal
18
+ */
19
+ payloadPositionIndex: '0';
20
+ /**
21
+ * Photo file suffix. This suffix will be added when naming generated media files.
22
+ */
23
+ fileSuffix: string;
24
+ /**
25
+ * Photo storage type
26
+ * - `zoom`: Store zoom lens photos
27
+ * - `wide`: Store wide-angle lens photos
28
+ * - `ir`: Store infrared lens photos
29
+ * - `narrow_band`: Store narrow-band lens photos
30
+ * - `visable`: Visible light photos
31
+ * - Note: To store multiple lens photos, format like `<wpml:payloadLensIndex>wide,ir,narrow_band</wpml:payloadLensIndex>` means using wide-angle, infrared and narrow-band lenses simultaneously
32
+ */
33
+ payloadLensIndex: string;
34
+ /**
35
+ * Whether to use global storage type
36
+ * - `0`: Do not use global settings
37
+ * - `1`: Use global settings
38
+ */
39
+ useGlobalPayloadLensIndex: '0' | '1';
40
+ };
41
+ }
42
+ /**
43
+ * Action - Start Recording
44
+ * @memberof wpml:action
45
+ */
46
+ export interface StartRecord extends ActionBaseType {
47
+ actionActuatorFunc: 'startRecord';
48
+ actionActuatorFuncParam: {
49
+ /**
50
+ * Payload mounting position, default main gimbal
51
+ */
52
+ payloadPositionIndex: '0';
53
+ /**
54
+ * Photo file suffix. This suffix will be added when naming generated media files.
55
+ */
56
+ fileSuffix: string;
57
+ /**
58
+ * Photo storage type
59
+ * - `zoom`: Store zoom lens photos
60
+ * - `wide`: Store wide-angle lens photos
61
+ * - `ir`: Store infrared lens photos
62
+ * - `narrow_band`: Store narrow-band lens photos
63
+ * - `visable`: Visible light photos
64
+ * - Note: To store multiple lens photos, format like `<wpml:payloadLensIndex>wide,ir,narrow_band</wpml:payloadLensIndex>` means using wide-angle, infrared and narrow-band lenses simultaneously
65
+ */
66
+ payloadLensIndex: string;
67
+ /**
68
+ * Whether to use global storage type
69
+ * - `0`: Do not use global settings
70
+ * - `1`: Use global settings
71
+ */
72
+ useGlobalPayloadLensIndex: '0' | '1';
73
+ };
74
+ }
75
+ /**
76
+ * Action - Stop Recording
77
+ * @memberof wpml:action
78
+ */
79
+ export interface StopRecord extends ActionBaseType {
80
+ actionActuatorFunc: 'stopRecord';
81
+ actionActuatorFuncParam: {
82
+ /**
83
+ * Payload mounting position, default main gimbal
84
+ */
85
+ payloadPositionIndex: '0';
86
+ /**
87
+ * Photo storage type
88
+ * - `zoom`: Store zoom lens photos
89
+ * - `wide`: Store wide-angle lens photos
90
+ * - `ir`: Store infrared lens photos
91
+ * - `narrow_band`: Store narrow-band lens photos
92
+ * - `visable`: Visible light photos
93
+ * - Note: To store multiple lens photos, format like `<wpml:payloadLensIndex>wide,ir,narrow_band</wpml:payloadLensIndex>` means using wide-angle, infrared and narrow-band lenses simultaneously
94
+ */
95
+ payloadLensIndex: string;
96
+ };
97
+ }
98
+ /**
99
+ * Action - Focus
100
+ * @memberof wpml:action
101
+ */
102
+ export interface Focus extends ActionBaseType {
103
+ actionActuatorFunc: 'focus';
104
+ actionActuatorFuncParam: {
105
+ /**
106
+ * Payload mounting position, default main gimbal
107
+ */
108
+ payloadPositionIndex: '0';
109
+ /**
110
+ * Whether to use point focus
111
+ * - `0`: Area focus
112
+ * - `1`: Point focus
113
+ */
114
+ isPointFocus: '0' | '1';
115
+ /**
116
+ * Focus point position
117
+ * - [0, 1]
118
+ * - Note: X-axis (width) coordinate of focus point or focus area top-left corner in the frame. 0 is leftmost, 1 is rightmost.
119
+ */
120
+ focusX: string;
121
+ /**
122
+ * Focus point position
123
+ * - [0, 1]
124
+ * - Note: Y-axis (height) coordinate of focus point or focus area top-left corner in the frame. 0 is topmost, 1 is bottommost.
125
+ */
126
+ focusY: string;
127
+ /**
128
+ * Focus area width ratio
129
+ * - [0, 1]
130
+ * - Note: Ratio of focus area size to entire frame, this is width ratio
131
+ * - Note: Required only when `isPointFocus` is `0` (i.e., area focus).
132
+ */
133
+ focusRegionWidth: string;
134
+ /**
135
+ * Focus area height ratio
136
+ * - [0, 1]
137
+ * - Note: Ratio of focus area size to entire frame, this is height ratio
138
+ * - Note: Required only when `isPointFocus` is `0` (i.e., area focus).
139
+ */
140
+ focusRegionHeight: string;
141
+ };
142
+ }
143
+ /**
144
+ * Action - Zoom
145
+ * @memberof wpml:action
146
+ */
147
+ export interface Zoom extends ActionBaseType {
148
+ actionActuatorFunc: 'zoom';
149
+ actionActuatorFuncParam: {
150
+ /**
151
+ * Payload mounting position, default main gimbal
152
+ */
153
+ payloadPositionIndex: '0';
154
+ /**
155
+ * Zoom focal length
156
+ * - mm
157
+ * - Greater than 0
158
+ */
159
+ focalLength: string;
160
+ };
161
+ }
162
+ /**
163
+ * Action - Create New Folder
164
+ * @memberof wpml:action
165
+ */
166
+ export interface CustomDirName extends ActionBaseType {
167
+ actionActuatorFunc: 'customDirName';
168
+ actionActuatorFuncParam: {
169
+ /**
170
+ * Payload mounting position, default main gimbal
171
+ */
172
+ payloadPositionIndex: '0';
173
+ /**
174
+ * New folder name
175
+ */
176
+ directoryName: string;
177
+ };
178
+ }
179
+ /**
180
+ * Action - Rotate Gimbal
181
+ * @memberof wpml:action
182
+ */
183
+ export interface GimbalRotate extends ActionBaseType {
184
+ actionActuatorFunc: 'gimbalRotate';
185
+ actionActuatorFuncParam: {
186
+ /**
187
+ * Payload mounting position, default main gimbal
188
+ */
189
+ payloadPositionIndex: '0';
190
+ /**
191
+ * Gimbal yaw angle rotation coordinate system
192
+ * - `north`: Relative to geographic north
193
+ */
194
+ gimbalHeadingYawBase: 'north';
195
+ /**
196
+ * Gimbal rotation mode
197
+ * - `absoluteAngle`: Absolute angle, relative to true north
198
+ */
199
+ gimbalRotateMode: 'absoluteAngle';
200
+ /**
201
+ * Whether to enable gimbal Pitch rotation
202
+ * - `0`: Disabled
203
+ * - `1`: Enabled
204
+ */
205
+ gimbalPitchRotateEnable: '0' | '1';
206
+ /**
207
+ * Gimbal Pitch rotation angle
208
+ * - Note: Different gimbals have different rotation ranges
209
+ */
210
+ gimbalPitchRotateAngle: string;
211
+ /**
212
+ * Whether to enable gimbal Roll rotation
213
+ * - `0`: Disabled
214
+ * - `1`: Enabled
215
+ */
216
+ gimbalRollRotateEnable: '0' | '1';
217
+ /**
218
+ * Gimbal Roll rotation angle
219
+ * - Note: Different gimbals have different rotation ranges
220
+ */
221
+ gimbalRollRotateAngle: string;
222
+ /**
223
+ * Whether to enable gimbal Yaw rotation
224
+ * - `0`: Disabled
225
+ * - `1`: Enabled
226
+ */
227
+ gimbalYawRotateEnable: '0' | '1';
228
+ /**
229
+ * Gimbal Yaw rotation angle
230
+ * - Note: Different gimbals have different rotation ranges
231
+ */
232
+ gimbalYawRotateAngle: string;
233
+ /**
234
+ * Whether to enable gimbal rotation time
235
+ * - `0`: Disabled
236
+ * - `1`: Enabled
237
+ */
238
+ gimbalRotateTimeEnable: '0' | '1';
239
+ /**
240
+ * Time for gimbal to complete rotation
241
+ * - s
242
+ */
243
+ gimbalRotateTime: string;
244
+ };
245
+ }
246
+ /**
247
+ * Action - Aircraft Yaw
248
+ * @memberof wpml:action
249
+ */
250
+ export interface RotateYaw extends ActionBaseType {
251
+ actionActuatorFunc: 'rotateYaw';
252
+ actionActuatorFuncParam: {
253
+ /**
254
+ * Aircraft target yaw angle (relative to geographic north)
255
+ * - °
256
+ * - [-180, 180]
257
+ * - Note: Aircraft rotates to this target yaw angle. 0° is true north, 90° is true east, -90° is true west, -180°/180° is true south.
258
+ */
259
+ aircraftHeading: string;
260
+ /**
261
+ * Aircraft yaw angle rotation mode
262
+ * - `clockwise`: Clockwise rotation
263
+ * - `counterClockwise`: Counter-clockwise rotation
264
+ */
265
+ aircraftPathMode: 'clockwise' | 'counterClockwise';
266
+ };
267
+ }
268
+ /**
269
+ * Action - Hover
270
+ * @memberof wpml:action
271
+ */
272
+ export interface Hover extends ActionBaseType {
273
+ actionActuatorFunc: 'hover';
274
+ actionActuatorFuncParam: {
275
+ /**
276
+ * Aircraft hover wait time
277
+ * - s
278
+ * - Greater than 0
279
+ */
280
+ hoverTime: string;
281
+ };
282
+ }
283
+ /**
284
+ * Action - Evenly Rotate Gimbal Pitch Angle Between Segments
285
+ * @memberof wpml:action
286
+ * - Note: `gimbalEvenlyRotate` action evenly rotates gimbal pitch angle between segments, its trigger type must be `betweenAdjacentPoints`.
287
+ */
288
+ export interface GimbalEvenlyRotate extends ActionBaseType {
289
+ actionActuatorFunc: 'gimbalEvenlyRotate';
290
+ actionActuatorFuncParam: {
291
+ /**
292
+ * Payload mounting position, default main gimbal
293
+ */
294
+ payloadPositionIndex: '0';
295
+ /**
296
+ * Gimbal Pitch rotation angle
297
+ * - Note: Different gimbals have different rotation ranges
298
+ */
299
+ gimbalPitchRotateAngle: string;
300
+ };
301
+ }
302
+ /**
303
+ * Action - Oriented Shoot/Precise Re-shoot
304
+ * @memberof wpml:action
305
+ */
306
+ export interface OrientedShoot extends ActionBaseType {
307
+ actionActuatorFunc: 'orientedShoot';
308
+ actionActuatorFuncParam: {
309
+ /**
310
+ * Payload mounting position, default main gimbal
311
+ */
312
+ payloadPositionIndex: '0';
313
+ /**
314
+ * Gimbal Pitch rotation angle
315
+ * - °
316
+ * - M30/M30T: [-120, 45]
317
+ * - M3E/M3T: [-90, 35]
318
+ * - M3D/M3TD: [-90, 30]
319
+ */
320
+ gimbalPitchRotateAngle: string;
321
+ /**
322
+ * Gimbal Yaw rotation angle
323
+ * - °
324
+ * - [-180, 180]
325
+ * - Note: For M3E/M3T, M3D/M3TD models, `wpml:gimbalYawRotateAngle` must be consistent with `wpml:aircraftHeading`
326
+ */
327
+ gimbalYawRotateAngle: string;
328
+ /**
329
+ * Target selection box center horizontal coordinate
330
+ * - px
331
+ * - [0, 960]
332
+ * - Note: Photo top-left corner is coordinate origin, horizontal direction is X-axis, vertical direction is Y-axis
333
+ */
334
+ focusX: '0';
335
+ /**
336
+ * Target selection box center vertical coordinate
337
+ * - px
338
+ * - [0, 720]
339
+ */
340
+ focusY: '0';
341
+ /**
342
+ * Target selection box width
343
+ * - px
344
+ * - [0, 960]
345
+ */
346
+ focusRegionWidth: '0';
347
+ /**
348
+ * Target selection box height
349
+ * - px
350
+ * - [0, 720]
351
+ */
352
+ focusRegionHeight: '0';
353
+ /**
354
+ * Zoom focal length
355
+ * - mm
356
+ * - Greater than 0
357
+ */
358
+ focalLength: string;
359
+ /**
360
+ * Aircraft target yaw angle (relative to geographic north)
361
+ * - [-180, 180]
362
+ * - Note: Aircraft rotates to this target yaw angle. 0° is true north, 90° is true east, -90° is true west, -180°/180° is true south.
363
+ */
364
+ aircraftHeading: string;
365
+ /**
366
+ * Whether to frame precise re-shoot target
367
+ * - `1`: Target object has been framed
368
+ * - `0`: Target object has not been framed
369
+ * - Note: When set to 1, aircraft will autonomously search for target during re-shoot. When set to 0, aircraft will only repeat actions according to aircraft attitude and payload attitude during re-shoot, without autonomous target search.
370
+ */
371
+ accurateFrameValid: '0' | '1';
372
+ /**
373
+ * Target frame angle
374
+ * - [0, 360]
375
+ * - Note: Rotation angle of target frame (clockwise rotation with Y-axis as reference)
376
+ */
377
+ targetAngle: string;
378
+ /**
379
+ * Action unique identifier
380
+ * - Note: When taking photos, this value will be written into photo files to associate actions with photo files.
381
+ */
382
+ actionUUID: string;
383
+ /**
384
+ * Photo width
385
+ * - px
386
+ */
387
+ imageWidth: '0';
388
+ /**
389
+ * Photo height
390
+ * - px
391
+ */
392
+ imageHeight: '0';
393
+ /**
394
+ * AF motor position
395
+ */
396
+ AFPos: '0';
397
+ /**
398
+ * Gimbal port number
399
+ * - Camera installation position for taking photos
400
+ * - Note: For M30/M30T models, this value is fixed at 0
401
+ */
402
+ gimbalPort: '0';
403
+ /**
404
+ * Camera type
405
+ * - `52` (Model: M30 dual camera),
406
+ * - `53` (Model: M30T triple camera)
407
+ * - `66` (Model: Mavic 3E camera)
408
+ * - `67` (Model: Mavic 3T camera)
409
+ * - `80` (Model: Matrice 3D camera)
410
+ * - `81` (Model: Matrice 3TD camera)
411
+ */
412
+ orientedCameraType: '52' | '53' | '66' | '67' | '80' | '81';
413
+ /**
414
+ * Photo file path
415
+ */
416
+ orientedFilePath: string;
417
+ /**
418
+ * Photo file size
419
+ * - Byte
420
+ */
421
+ orientedFileSize: '0';
422
+ /**
423
+ * Photo file suffix
424
+ * - This suffix will be added when naming generated media files
425
+ */
426
+ orientedFileSuffix: string;
427
+ /**
428
+ * Aperture size
429
+ */
430
+ orientedCameraApertue?: string;
431
+ /**
432
+ * Ambient brightness
433
+ */
434
+ orientedCameraLuminance?: string;
435
+ /**
436
+ * Shutter time
437
+ */
438
+ orientedCameraShutterTime?: string;
439
+ /**
440
+ * ISO
441
+ */
442
+ orientedCameraISO?: string;
443
+ /**
444
+ * Photo mode
445
+ * - `normalPhoto`: Normal photo
446
+ * - `lowLightSmartShooting`: Low light smart shooting
447
+ */
448
+ orientedPhotoMode: 'normalPhoto' | 'lowLightSmartShooting';
449
+ /**
450
+ * Photo storage type
451
+ * - `zoom`: Store zoom lens photos
452
+ * - `wide`: Store wide-angle lens photos
453
+ * - `ir`: Store infrared lens photos
454
+ * - `narrow_band`: Store narrow-band lens photos
455
+ * - `visable`: Visible light photos
456
+ * - Note: To store multiple lens photos, format like `<wpml:payloadLensIndex>wide,ir,narrow_band</wpml:payloadLensIndex>` means using wide-angle, infrared and narrow-band lenses simultaneously
457
+ */
458
+ payloadLensIndex: string;
459
+ /**
460
+ * Whether to use global storage type
461
+ * - `0`: Do not use global settings
462
+ * - `1`: Use global settings
463
+ */
464
+ useGlobalPayloadLensIndex: string;
465
+ };
466
+ }
467
+ /**
468
+ * Action - Panoramic Shot
469
+ * @memberof wpml:action
470
+ */
471
+ export interface PanoShot extends ActionBaseType {
472
+ actionActuatorFunc: 'panoShot';
473
+ actionActuatorFuncParam: {
474
+ /**
475
+ * Payload mounting position, default main gimbal
476
+ */
477
+ payloadPositionIndex: '0';
478
+ /**
479
+ * Photo storage type
480
+ * - `zoom`: Store zoom lens photos
481
+ * - `wide`: Store wide-angle lens photos
482
+ * - `ir`: Store infrared lens photos
483
+ * - `narrow_band`: Store narrow-band lens photos
484
+ * - `visable`: Visible light photos
485
+ * - Note: To store multiple lens photos, format like `<wpml:payloadLensIndex>wide,ir,narrow_band</wpml:payloadLensIndex>` means using wide-angle, infrared and narrow-band lenses simultaneously
486
+ */
487
+ payloadLensIndex: string;
488
+ /**
489
+ * Whether to use global storage type
490
+ * - `0`: Do not use global settings
491
+ * - `1`: Use global settings
492
+ */
493
+ useGlobalPayloadLensIndex: string;
494
+ /**
495
+ * Panoramic photo mode
496
+ * - `panoShot_360`: Panoramic mode
497
+ */
498
+ panoShotSubMode: 'panoShot_360';
499
+ };
500
+ }
501
+ /**
502
+ * Action information
503
+ * @memberof wpml:action
504
+ */
505
+ export type ActionType = TakePhoto | StartRecord | StopRecord | Focus | Zoom | CustomDirName | GimbalRotate | RotateYaw | Hover | GimbalEvenlyRotate | OrientedShoot | PanoShot;
506
+ /**
507
+ * Action group information
508
+ * @memberof wpml:actionGroup
509
+ */
510
+ export interface ActionGroupType {
511
+ /**
512
+ * Action list
513
+ */
514
+ action: Array<ActionType>;
515
+ /**
516
+ * Waypoint where action group ends taking effect
517
+ * - [0, 65535]
518
+ * - Note: This element must be greater than or equal to `actionGroupStartIndex`.
519
+ * - Note: When "waypoint where action group ends taking effect" is the same as "waypoint where action group starts taking effect", it means the action group only takes effect at that waypoint.
520
+ */
521
+ actionGroupEndIndex: string;
522
+ /**
523
+ * Action group ID
524
+ * - [0, 65535]
525
+ * - Note: This ID must be unique within a kmz file. It is recommended to start from 0 and increment monotonically.
526
+ */
527
+ actionGroupId: string;
528
+ /**
529
+ * Action execution mode
530
+ * - `sequence`: Sequential execution. Actions in the action group are executed in order.
531
+ */
532
+ actionGroupMode: 'sequence';
533
+ /**
534
+ * Waypoint where action group starts taking effect
535
+ * - [0, 65535]
536
+ */
537
+ actionGroupStartIndex: string;
538
+ /**
539
+ * Action group trigger
540
+ */
541
+ actionTrigger: {
542
+ /**
543
+ * Action trigger type
544
+ */
545
+ actionTriggerType: ActionTriggerType;
546
+ /**
547
+ * Action trigger parameter
548
+ * - s or m
549
+ * - Greater than 0
550
+ * Note: When `actionTriggerType` is `multipleTiming`, this element represents interval time in seconds. When `actionTriggerType` is `multipleDistance`, this element represents interval distance in meters.
551
+ */
552
+ actionTriggerParam: string;
553
+ };
554
+ }
555
+ /**
556
+ * Action trigger type
557
+ * - `reachPoint` Execute when reaching waypoint
558
+ * - `betweenAdjacentPoints` Segment trigger, evenly rotate gimbal
559
+ * - `multipleTiming` Equal time interval trigger
560
+ * - `multipleDistance` Equal distance interval trigger
561
+ * - Note: `betweenAdjacentPoints` needs to be used with `gimbalEvenlyRotate` action, `multipleTiming` with `takePhoto` action can achieve equal time interval photography, `multipleDistance` with `takePhoto` action can achieve equal distance interval photography.
562
+ */
563
+ export type ActionTriggerType = 'reachPoint' | 'betweenAdjacentPoints' | 'multipleTiming' | 'multipleDistance';
564
+ export {};
@@ -0,0 +1,58 @@
1
+ /**
2
+ * Aircraft yaw angle mode
3
+ * - `followWayline` Follow wayline direction. Aircraft nose follows wayline direction to next waypoint
4
+ * - `manually` Manual control. User can manually control aircraft nose orientation during flight to next waypoint
5
+ * - `fixed` Lock current yaw angle. Aircraft nose maintains the yaw angle after completing waypoint actions to next waypoint
6
+ * - `smoothTransition` Custom. Set target yaw angle for waypoint via `wpml:waypointHeadingAngle` and smoothly transition to next waypoint's target yaw angle during flight
7
+ * - `towardPOI` Point of interest orientation
8
+ */
9
+ export type WaypointHeadingMode = 'followWayline' | 'manually' | 'fixed' | 'smoothTransition';
10
+ /**
11
+ * Aircraft yaw angle rotation direction
12
+ * - `clockwise` Rotate aircraft yaw angle clockwise
13
+ * - `counterClockwise` Rotate aircraft yaw angle counter-clockwise
14
+ * - `followBadArc` Rotate aircraft yaw angle along shortest path
15
+ */
16
+ export type WaypointHeadingPathMode = 'clockwise' | 'counterClockwise' | 'followBadArc';
17
+ /**
18
+ * Waypoint type (waypoint turn mode)
19
+ * - `coordinateTurn` Coordinated turn, no waypoint passing, early turn
20
+ * - `toPointAndStopWithDiscontinuityCurvature` Straight flight, aircraft stops at waypoint
21
+ * - `toPointAndStopWithContinuityCurvature` Curved flight, aircraft stops at waypoint
22
+ * - `toPointAndPassWithContinuityCurvature` Curved flight, aircraft passes waypoint without stopping
23
+ * - Note: For "smooth waypoint passing, early turn" mode in DJI Pilot 2/司空 2:
24
+ * 1. Set `wpml:waypointTurnMode` to `toPointAndPassWithContinuityCurvature`
25
+ * 2. Set `wpml:useStraightLine` to `1`
26
+ */
27
+ export type WaypointTurnMode = 'coordinateTurn' | 'toPointAndStopWithDiscontinuityCurvature' | 'toPointAndStopWithContinuityCurvature' | 'toPointAndPassWithContinuityCurvature';
28
+ /**
29
+ * Fly to first waypoint mode
30
+ * - `safely` Safe mode.
31
+ * - (M300) Aircraft takes off, climbs to first waypoint height, then flies horizontally to first waypoint. If first waypoint is lower than takeoff point, fly horizontally to above first waypoint then descend after takeoff.
32
+ * - (M30) Aircraft takes off, climbs to first waypoint height, then flies horizontally to first waypoint. If first waypoint is lower than "safe takeoff height", take off to "safe takeoff height" first, then fly horizontally to above first waypoint and descend. Note: "safe takeoff height" only takes effect when aircraft has not taken off.
33
+ * - `pointToPoint` Inclined flight mode.
34
+ * - (M300) Aircraft takes off and flies inclined to first waypoint.
35
+ * - (M30) Aircraft takes off to "safe takeoff height", then climbs inclined to first waypoint. If first waypoint height is lower than "safe takeoff height", fly horizontally first then descend.
36
+ */
37
+ export type FlyToWaypointType = 'safely' | 'pointToPoint';
38
+ /**
39
+ * Wayline end action
40
+ * - `goHome` After aircraft completes wayline mission, exit wayline mode and return home.
41
+ * - `noAction` After aircraft completes wayline mission, exit wayline mode.
42
+ * - `autoLand` After aircraft completes wayline mission, exit wayline mode and land in place.
43
+ * - `gotoFirstWaypoint` After aircraft completes wayline mission, immediately fly to wayline starting point, exit wayline mode after arrival. * Note: During execution of above actions, if aircraft exits wayline mode and enters lost control state, lost control actions will be executed with priority.
44
+ */
45
+ export type FinishAction = 'goHome' | 'noAction' | 'autoLand' | 'gotoFirstWaypoint';
46
+ /**
47
+ * Whether to continue wayline execution when lost control
48
+ * - `goContinue` Continue wayline execution
49
+ * - `executeLostAction` Exit wayline, execute lost control action
50
+ */
51
+ export type ExitOnRCLost = 'goContinue' | 'executeLostAction';
52
+ /**
53
+ * Lost control action type
54
+ * - `goBack` Return home. Aircraft flies from lost control position to takeoff point
55
+ * - `landing` Land. Aircraft lands in place from lost control position
56
+ * - `hover` Hover. Aircraft hovers from lost control position
57
+ */
58
+ export type ExecuteRCLostAction = 'goBack' | 'landing' | 'hover';
@@ -0,0 +1,12 @@
1
+ import { TemplateFile } from './template';
2
+ import { WaylineFile } from './wayline';
3
+ export interface KmzFile {
4
+ /**
5
+ * Wayline template file
6
+ */
7
+ template: TemplateFile;
8
+ /**
9
+ * Wayline execution file
10
+ */
11
+ waylines: WaylineFile;
12
+ }