@zephyr3d/editor 0.3.8 → 0.3.9
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.
- package/dist/assets/{index-BZ1L8ggE.js → index-CO6yA4Rj.js} +313 -11
- package/dist/assistant/zephyr-types-index.json +13834 -11679
- package/dist/index.html +1 -1
- package/dist/modules/zephyr3d_backend-webgpu.js +1 -1
- package/dist/modules/zephyr3d_backend-webgpu.js.map +1 -1
- package/dist/modules/zephyr3d_device.js +2 -2
- package/dist/modules/zephyr3d_device.js.map +1 -1
- package/dist/modules/zephyr3d_scene.js +2325 -515
- package/dist/modules/zephyr3d_scene.js.map +1 -1
- package/dist/vendor/zephyr3d/backend-webgpu/dist/renderpass_webgpu.js +1 -1
- package/dist/vendor/zephyr3d/backend-webgpu/dist/renderpass_webgpu.js.map +1 -1
- package/dist/vendor/zephyr3d/device/dist/device.js +2 -2
- package/dist/vendor/zephyr3d/device/dist/device.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/app/engine.js +3 -1
- package/dist/vendor/zephyr3d/scene/dist/app/engine.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/asset/assetmanager.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/asset/assetmanager.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/camera/camera.js +87 -0
- package/dist/vendor/zephyr3d/scene/dist/camera/camera.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/index.d.ts +158 -4
- package/dist/vendor/zephyr3d/scene/dist/index.js +3 -0
- package/dist/vendor/zephyr3d/scene/dist/index.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/material/meshmaterial.js +8 -1
- package/dist/vendor/zephyr3d/scene/dist/material/meshmaterial.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/material/shader/helper.js +6 -0
- package/dist/vendor/zephyr3d/scene/dist/material/shader/helper.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/material/skin.js +263 -0
- package/dist/vendor/zephyr3d/scene/dist/material/skin.js.map +1 -0
- package/dist/vendor/zephyr3d/scene/dist/posteffect/compositor.js +3 -0
- package/dist/vendor/zephyr3d/scene/dist/posteffect/compositor.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/posteffect/skinsss.js +194 -0
- package/dist/vendor/zephyr3d/scene/dist/posteffect/skinsss.js.map +1 -0
- package/dist/vendor/zephyr3d/scene/dist/posteffect/ssr.js +26 -49
- package/dist/vendor/zephyr3d/scene/dist/posteffect/ssr.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/posteffect/sss.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/posteffect/sss.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/posteffect/taa.js +2 -40
- package/dist/vendor/zephyr3d/scene/dist/posteffect/taa.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/render/abuffer_oit.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/render/abuffer_oit.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/render/drawable_mixin.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/render/drawable_mixin.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/render/fbm_wavegenerator.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/render/fbm_wavegenerator.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/render/gerstner_wavegenerator.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/render/gerstner_wavegenerator.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/render/globalbindgroup_allocator.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/render/globalbindgroup_allocator.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/render/lightpass.js +4 -1
- package/dist/vendor/zephyr3d/scene/dist/render/lightpass.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/render/render_queue.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/render/render_queue.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/render/renderer.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/render/renderer.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/render/rendergraph/device_pool_allocator.js +12 -5
- package/dist/vendor/zephyr3d/scene/dist/render/rendergraph/device_pool_allocator.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/render/rendergraph/forward_plus_builder.js +78 -8
- package/dist/vendor/zephyr3d/scene/dist/render/rendergraph/forward_plus_builder.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/basesprite.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/basesprite.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/batchgroup.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/batchgroup.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/environment.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/environment.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/light.js +158 -154
- package/dist/vendor/zephyr3d/scene/dist/scene/light.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/mesh.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/mesh.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/msdftext.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/msdftext.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/msdftextsprite.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/msdftextsprite.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/particlesys.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/particlesys.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/scene.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/scene.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/terrain-cm/grass.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/terrain-cm/grass.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/terrain-cm/grassmaterial.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/terrain-cm/grassmaterial.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/terrain-cm/terrain-cm.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/terrain-cm/terrain-cm.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/scene/water.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/scene/water.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/shaders/shadow.js +617 -1
- package/dist/vendor/zephyr3d/scene/dist/shaders/shadow.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/shadow/esm.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/shadow/esm.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/shadow/pcf_opt.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/shadow/pcf_opt.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/shadow/pcf_pd.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/shadow/pcf_pd.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/shadow/pcss.js +182 -0
- package/dist/vendor/zephyr3d/scene/dist/shadow/pcss.js.map +1 -0
- package/dist/vendor/zephyr3d/scene/dist/shadow/shader.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/shadow/shader.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/shadow/shadow_impl.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/shadow/shadowmapper.js +183 -105
- package/dist/vendor/zephyr3d/scene/dist/shadow/shadowmapper.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/shadow/ssm.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/shadow/ssm.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/shadow/vsm.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/shadow/vsm.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/manager.js +3 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/manager.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/animation.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/animation.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/batch.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/batch.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/camera.js +122 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/camera.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/common.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/common.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/light.js +102 -21
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/light.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/material.js +195 -3
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/material.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/mesh.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/mesh.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/node.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/node.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/particle.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/particle.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/primitive.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/primitive.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/sprite.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/sprite.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/terrain.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/terrain.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/text.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/text.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/water.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/utility/serialization/scene/water.js.map +1 -1
- package/dist/vendor/zephyr3d/scene/dist/values.js +1 -0
- package/dist/vendor/zephyr3d/scene/dist/values.js.map +1 -1
- package/electron/main.cjs +30 -6
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BaseCameraController, Scene, DirectionalLight, PerspectiveCamera, BoundingBox, BoxShape, Primitive, CylinderShape, TorusShape, PlaneShape, SphereShape, getDevice, AbstractPostEffect, CopyBlitter, Mesh, UnlitMaterial, fetchSampler, LambertMaterial, tryGetApp, getEngine, SharedModel, OrbitCameraController, BatchGroup, TetrahedronShape, PBRBlockNode, VertexColorNode, PBRMetallicRoughnessMaterial, PBRBluePrintMaterial, ConstantScalarNode, ConstantVec3Node, SwizzleNode, TextureSampleNode, SpriteBlueprintMaterial, CompMulNode, CompAddNode, CompSubNode, ConstantVec2Node, ConstantVec4Node, ConstantBooleanNode, ConstantBVec2Node, ConstantBVec3Node, ConstantBVec4Node, ConstantTexture2DNode, ConstantTextureCubeNode, MakeVectorNode, LogicallyAndNode, LogicallyOrNode, EqualNode, NotEqualNode, CompComparisonNode, AnyConditionNode, AllConditionNode, SelectionNode, TransformNode, RotateAboutAxisNode, CompDivNode, DotProductNode, CrossProductNode, Degrees2RadiansNode, Radians2DegreesNode, SinNode, CosNode, TanNode, ArcSinNode, ArcCosNode, ArcTanNode, SinHNode, CosHNode, TanHNode, ArcsineHNode, ArccosineHNode, ArctangentHNode, ExpNode, Exp2Node, LogNode, Log2Node, SqrtNode, InvSqrtNode, AbsNode, SignNode, FloorNode, CeilNode, FractNode, DDXNode, DDYNode, FWidthNode, ModNode, MinNode, MaxNode, MixNode, NormalizeNode, FaceForwardNode, ReflectNode, RefractNode, LengthNode, DistanceNode, PowNode, FmaNode, ClampNode, SaturateNode, StepNode, SmoothStepNode, Hash1Node, Hash2Node, Hash3Node, SimplexNoise2DNode, PerlinNoise2DNode, ConstantTexture2DArrayNode, PannerNode, ResolveVertexPositionNode, ResolveVertexNormalNode, ResolveVertexTangentNode, VertexOutputNode, VertexIndexNode, InstanceIndexNode, VertexUVNode, VertexNormalNode, PixelNormalNode, VertexTangentNode, VertexBinormalNode, VertexPositionNode, PixelWorldPositionNode, ViewMatrixNode, ProjectionMatrixNode, ViewProjMatrixNode, InvProjMatrixNode, InvViewProjMatrixNode, BillboardMatrixNode, CameraPositionNode, CameraVectorNode, CameraNearFarNode, SkyEnvTextureNode, ElapsedTimeNode, SpriteMaterial, Sprite, getApp, MaterialBlueprintIR, FunctionCallNode, FunctionInputNode, FunctionOutputNode, PropertyTrack, AnimationClip, SceneNode, Camera, decodeNormalizedFloatFromRGBA, linearToGamma, TetrahedronFrameShape, defineProps, Water, ClipmapTerrain, ParticleSystem, BaseLight, ScriptAttachment, RenderGraphExecutor, JointDynamicsModifier, CapsuleShape, PointLight, SpotLight, RectLight, TextSprite, MSDFText, MSDFTextSprite, ClipmapTerrainMaterial, AssetManager, ResourceManager, ScriptRegistry, OrthoCamera, Application, getInput } from "@zephyr3d/scene";
|
|
1
|
+
import { BaseCameraController, Scene, DirectionalLight, PerspectiveCamera, BoundingBox, BoxShape, Primitive, CylinderShape, TorusShape, PlaneShape, SphereShape, getDevice, AbstractPostEffect, CopyBlitter, Mesh, UnlitMaterial, fetchSampler, LambertMaterial, tryGetApp, getEngine, SharedModel, OrbitCameraController, BatchGroup, TetrahedronShape, PBRBlockNode, VertexColorNode, PBRMetallicRoughnessMaterial, PBRBluePrintMaterial, ConstantScalarNode, ConstantVec3Node, SwizzleNode, TextureSampleNode, SpriteBlueprintMaterial, CompMulNode, CompAddNode, CompSubNode, ConstantVec2Node, ConstantVec4Node, ConstantBooleanNode, ConstantBVec2Node, ConstantBVec3Node, ConstantBVec4Node, ConstantTexture2DNode, ConstantTextureCubeNode, MakeVectorNode, LogicallyAndNode, LogicallyOrNode, EqualNode, NotEqualNode, CompComparisonNode, AnyConditionNode, AllConditionNode, SelectionNode, TransformNode, RotateAboutAxisNode, CompDivNode, DotProductNode, CrossProductNode, Degrees2RadiansNode, Radians2DegreesNode, SinNode, CosNode, TanNode, ArcSinNode, ArcCosNode, ArcTanNode, SinHNode, CosHNode, TanHNode, ArcsineHNode, ArccosineHNode, ArctangentHNode, ExpNode, Exp2Node, LogNode, Log2Node, SqrtNode, InvSqrtNode, AbsNode, SignNode, FloorNode, CeilNode, FractNode, DDXNode, DDYNode, FWidthNode, ModNode, MinNode, MaxNode, MixNode, NormalizeNode, FaceForwardNode, ReflectNode, RefractNode, LengthNode, DistanceNode, PowNode, FmaNode, ClampNode, SaturateNode, StepNode, SmoothStepNode, Hash1Node, Hash2Node, Hash3Node, SimplexNoise2DNode, PerlinNoise2DNode, ConstantTexture2DArrayNode, PannerNode, ResolveVertexPositionNode, ResolveVertexNormalNode, ResolveVertexTangentNode, VertexOutputNode, VertexIndexNode, InstanceIndexNode, VertexUVNode, VertexNormalNode, PixelNormalNode, VertexTangentNode, VertexBinormalNode, VertexPositionNode, PixelWorldPositionNode, ViewMatrixNode, ProjectionMatrixNode, ViewProjMatrixNode, InvProjMatrixNode, InvViewProjMatrixNode, BillboardMatrixNode, CameraPositionNode, CameraVectorNode, CameraNearFarNode, SkyEnvTextureNode, ElapsedTimeNode, SpriteMaterial, Sprite, getApp, MaterialBlueprintIR, FunctionCallNode, FunctionInputNode, FunctionOutputNode, Shape, PropertyTrack, AnimationClip, SceneNode, Camera, decodeNormalizedFloatFromRGBA, linearToGamma, TetrahedronFrameShape, defineProps, Water, ClipmapTerrain, ParticleSystem, BaseLight, ScriptAttachment, RenderGraphExecutor, JointDynamicsModifier, CapsuleShape, PointLight, SpotLight, RectLight, TextSprite, MSDFText, MSDFTextSprite, ClipmapTerrainMaterial, AssetManager, ResourceManager, ScriptRegistry, OrthoCamera, Application, getInput } from "@zephyr3d/scene";
|
|
2
2
|
import { ImGui, imGuiSetFontGlyph, imGuiSetCharCodeMap, imGuiWantCaptureKeyboard, imGuiCalcTextSize, imGuiInFrame, imGuiNewFrame, imGuiEndFrame, imGuiInjectEvent, imGuiInit } from "@zephyr3d/imgui";
|
|
3
3
|
import { Observable, Vector3, Quaternion, Matrix3x3, Matrix4x4, ASSERT, CubeFace, AABB, makeObservable, DRef, Vector2, Vector4, Interpolator, splitStringByGraphemes, Disposable, VFS, VFSError, IndexedDBFS, PathUtils, randomUUID, HttpFS, MemoryFS, guessMimeType, DataTransferVFS, mimeTypeOf, degree2radian, radian2degree, DWeakRef, formatString, HttpRequest, base64ToUint8Array as base64ToUint8Array$1, uint8ArrayToBase64, GenericHtmlDirectoryReader } from "@zephyr3d/base";
|
|
4
4
|
import { Font } from "@zephyr3d/device";
|
|
@@ -33,7 +33,7 @@ import { GLTFImporter, FBXImporter } from "@zephyr3d/loaders";
|
|
|
33
33
|
}
|
|
34
34
|
})();
|
|
35
35
|
var define_ZEPHYR3D_MONACO_PACKAGES_default = [{ name: "@zephyr3d/base", devEntry: "/__zephyr_source__/base/index.ts", devRoot: "/__zephyr_source__/base/", prodDts: "./vendor/zephyr3d/base/dist/index.d.ts", useSourceInDev: true }, { name: "@zephyr3d/device", devEntry: "/__zephyr_source__/device/index.ts", devRoot: "/__zephyr_source__/device/", prodDts: "./vendor/zephyr3d/device/dist/index.d.ts", useSourceInDev: true }, { name: "@zephyr3d/scene", devEntry: "/__zephyr_source__/scene/index.ts", devRoot: "/__zephyr_source__/scene/", prodDts: "./vendor/zephyr3d/scene/dist/index.d.ts", useSourceInDev: true }, { name: "@zephyr3d/loaders", devEntry: "/__zephyr_source__/loaders/index.ts", devRoot: "/__zephyr_source__/loaders/", prodDts: "./vendor/zephyr3d/loaders/dist/index.d.ts", useSourceInDev: true }, { name: "@zephyr3d/imgui", devEntry: "/__zephyr_source__/imgui/index.ts", devRoot: "/__zephyr_source__/imgui/", prodDts: "./vendor/zephyr3d/imgui/dist/index.d.ts", useSourceInDev: false }, { name: "@zephyr3d/backend-webgl", devEntry: "/__zephyr_source__/backend-webgl/index.ts", devRoot: "/__zephyr_source__/backend-webgl/", prodDts: "./vendor/zephyr3d/backend-webgl/dist/index.d.ts", useSourceInDev: true }, { name: "@zephyr3d/backend-webgpu", devEntry: "/__zephyr_source__/backend-webgpu/index.ts", devRoot: "/__zephyr_source__/backend-webgpu/", prodDts: "./vendor/zephyr3d/backend-webgpu/dist/index.d.ts", useSourceInDev: true }, { name: "@zephyr3d/editor/editor-plugin", devEntry: "/__zephyr_source__/editor-plugin/core/pluginapi.ts", devRoot: "/__zephyr_source__/editor-plugin/", prodDts: "./vendor/zephyr3d/editor/dist/pluginapi/core/pluginapi.d.ts", useSourceInDev: true, virtualEntryPath: "file:///node_modules/@zephyr3d/editor/editor-plugin/index.d.ts" }];
|
|
36
|
-
var define_ZEPHYR3D_MONACO_SOURCE_FILES_default = ["/__zephyr_source__/base/diff.ts", "/__zephyr_source__/base/event.ts", "/__zephyr_source__/base/index.ts", "/__zephyr_source__/base/linkedlist.ts", "/__zephyr_source__/base/math/aabb.ts", "/__zephyr_source__/base/math/fft/complex.ts", "/__zephyr_source__/base/math/fft/fft.ts", "/__zephyr_source__/base/math/fft/fft2.ts", "/__zephyr_source__/base/math/fft/index.ts", "/__zephyr_source__/base/math/frustum.ts", "/__zephyr_source__/base/math/half.ts", "/__zephyr_source__/base/math/heightfield.ts", "/__zephyr_source__/base/math/index.ts", "/__zephyr_source__/base/math/interpolator.ts", "/__zephyr_source__/base/math/misc.ts", "/__zephyr_source__/base/math/noise.ts", "/__zephyr_source__/base/math/plane.ts", "/__zephyr_source__/base/math/ray.ts", "/__zephyr_source__/base/math/sh.ts", "/__zephyr_source__/base/math/tangent.ts", "/__zephyr_source__/base/math/types.ts", "/__zephyr_source__/base/math/vector.ts", "/__zephyr_source__/base/orderedstringset.ts", "/__zephyr_source__/base/prng.ts", "/__zephyr_source__/base/rectspacker.ts", "/__zephyr_source__/base/ref.ts", "/__zephyr_source__/base/utils.ts", "/__zephyr_source__/base/vfs/common.ts", "/__zephyr_source__/base/vfs/datatransferfs.ts", "/__zephyr_source__/base/vfs/httpfs.ts", "/__zephyr_source__/base/vfs/idbfs.ts", "/__zephyr_source__/base/vfs/index.ts", "/__zephyr_source__/base/vfs/memfs.ts", "/__zephyr_source__/base/vfs/nullfs.ts", "/__zephyr_source__/base/vfs/readers/generic_html_index_reader.ts", "/__zephyr_source__/base/vfs/readers/python_httpserver_reader.ts", "/__zephyr_source__/base/vfs/readers/reader.ts", "/__zephyr_source__/base/vfs/vfs.ts", "/__zephyr_source__/base/vfs/zipfs.ts", "/__zephyr_source__/device/base_types.ts", "/__zephyr_source__/device/builder/ast.ts", "/__zephyr_source__/device/builder/ast1.ts", "/__zephyr_source__/device/builder/base.ts", "/__zephyr_source__/device/builder/builtinfunc.ts", "/__zephyr_source__/device/builder/constructors.ts", "/__zephyr_source__/device/builder/errors.ts", "/__zephyr_source__/device/builder/index.ts", "/__zephyr_source__/device/builder/misc.ts", "/__zephyr_source__/device/builder/programbuilder.ts", "/__zephyr_source__/device/builder/reflection.ts", "/__zephyr_source__/device/builder/types.ts", "/__zephyr_source__/device/device.ts", "/__zephyr_source__/device/gpuobject.ts", "/__zephyr_source__/device/helpers/drawtext.ts", "/__zephyr_source__/device/helpers/font.ts", "/__zephyr_source__/device/helpers/glyphmanager.ts", "/__zephyr_source__/device/helpers/index.ts", "/__zephyr_source__/device/helpers/textureatlas.ts", "/__zephyr_source__/device/index.ts", "/__zephyr_source__/device/pool.ts", "/__zephyr_source__/device/render_states.ts", "/__zephyr_source__/device/timer.ts", "/__zephyr_source__/device/uniformdata.ts", "/__zephyr_source__/device/vertexdata.ts", "/__zephyr_source__/scene/animation/animation.ts", "/__zephyr_source__/scene/animation/animationcontroller.ts", "/__zephyr_source__/scene/animation/animationmask.ts", "/__zephyr_source__/scene/animation/animationset.ts", "/__zephyr_source__/scene/animation/animationtimeline.ts", "/__zephyr_source__/scene/animation/animationtrack.ts", "/__zephyr_source__/scene/animation/cloth/gpu_cloth_system.ts", "/__zephyr_source__/scene/animation/cloth/index.ts", "/__zephyr_source__/scene/animation/eulerrotationtrack.ts", "/__zephyr_source__/scene/animation/fixed_geometry_cache_track.ts", "/__zephyr_source__/scene/animation/geometry_cache_utils.ts", "/__zephyr_source__/scene/animation/ik/ccd_solver.ts", "/__zephyr_source__/scene/animation/ik/fabrik_solver.ts", "/__zephyr_source__/scene/animation/ik/ik_angle_constraint.ts", "/__zephyr_source__/scene/animation/ik/ik_chain.ts", "/__zephyr_source__/scene/animation/ik/ik_constraint.ts", "/__zephyr_source__/scene/animation/ik/ik_joint.ts", "/__zephyr_source__/scene/animation/ik/ik_solver.ts", "/__zephyr_source__/scene/animation/ik/ik_utils.ts", "/__zephyr_source__/scene/animation/ik/index.ts", "/__zephyr_source__/scene/animation/ik/two_bone_ik_solver.ts", "/__zephyr_source__/scene/animation/ik_modifier.ts", "/__zephyr_source__/scene/animation/index.ts", "/__zephyr_source__/scene/animation/joint_dynamics/collision.ts", "/__zephyr_source__/scene/animation/joint_dynamics/constraints.ts", "/__zephyr_source__/scene/animation/joint_dynamics/controller.ts", "/__zephyr_source__/scene/animation/joint_dynamics/index.ts", "/__zephyr_source__/scene/animation/joint_dynamics/joint_dynamics_system.ts", "/__zephyr_source__/scene/animation/joint_dynamics/solver.ts", "/__zephyr_source__/scene/animation/joint_dynamics/types.ts", "/__zephyr_source__/scene/animation/joint_dynamics_modifier.ts", "/__zephyr_source__/scene/animation/morphtarget.ts", "/__zephyr_source__/scene/animation/morphtargetgrouptrack.ts", "/__zephyr_source__/scene/animation/morphtrack.ts", "/__zephyr_source__/scene/animation/pca_geometry_cache_track.ts", "/__zephyr_source__/scene/animation/proptrack.ts", "/__zephyr_source__/scene/animation/rotationtrack.ts", "/__zephyr_source__/scene/animation/scaletrack.ts", "/__zephyr_source__/scene/animation/skeleton.ts", "/__zephyr_source__/scene/animation/skeleton_modifier.ts", "/__zephyr_source__/scene/animation/spring/index.ts", "/__zephyr_source__/scene/animation/spring/multi_chain_spring_system.ts", "/__zephyr_source__/scene/animation/spring/spring_chain.ts", "/__zephyr_source__/scene/animation/spring/spring_collider.ts", "/__zephyr_source__/scene/animation/spring/spring_constraint.ts", "/__zephyr_source__/scene/animation/spring/spring_particle.ts", "/__zephyr_source__/scene/animation/spring/spring_system.ts", "/__zephyr_source__/scene/animation/spring_modifier.ts", "/__zephyr_source__/scene/animation/translationtrack.ts", "/__zephyr_source__/scene/app/api.ts", "/__zephyr_source__/scene/app/app.ts", "/__zephyr_source__/scene/app/engine.ts", "/__zephyr_source__/scene/app/index.ts", "/__zephyr_source__/scene/app/inputmgr.ts", "/__zephyr_source__/scene/app/runtimescript.ts", "/__zephyr_source__/scene/app/screen.ts", "/__zephyr_source__/scene/app/scriptingsystem.ts", "/__zephyr_source__/scene/app/scriptregistry.ts", "/__zephyr_source__/scene/asset/assetmanager.ts", "/__zephyr_source__/scene/asset/builtin.ts", "/__zephyr_source__/scene/asset/index.ts", "/__zephyr_source__/scene/asset/loaders/dds/dds.ts", "/__zephyr_source__/scene/asset/loaders/dds/dds_loader.ts", "/__zephyr_source__/scene/asset/loaders/hdr/hdr.ts", "/__zephyr_source__/scene/asset/loaders/image/tga_Loader.ts", "/__zephyr_source__/scene/asset/loaders/image/webimage_loader.ts", "/__zephyr_source__/scene/asset/loaders/loader.ts", "/__zephyr_source__/scene/asset/loaders/zabc/zabc_loader.ts", "/__zephyr_source__/scene/asset/model.ts", "/__zephyr_source__/scene/avatar/index.ts", "/__zephyr_source__/scene/avatar/wardrobe.ts", "/__zephyr_source__/scene/blitter/bilateralblur.ts", "/__zephyr_source__/scene/blitter/blitter.ts", "/__zephyr_source__/scene/blitter/box.ts", "/__zephyr_source__/scene/blitter/copy.ts", "/__zephyr_source__/scene/blitter/gaussianblur.ts", "/__zephyr_source__/scene/blitter/index.ts", "/__zephyr_source__/scene/blitter/linearize.ts", "/__zephyr_source__/scene/blitter/linearizedepth.ts", "/__zephyr_source__/scene/camera/base.ts", "/__zephyr_source__/scene/camera/camera.ts", "/__zephyr_source__/scene/camera/fps.ts", "/__zephyr_source__/scene/camera/index.ts", "/__zephyr_source__/scene/camera/orbit.ts", "/__zephyr_source__/scene/camera/orthocamera.ts", "/__zephyr_source__/scene/camera/perspectivecamera.ts", "/__zephyr_source__/scene/index.ts", "/__zephyr_source__/scene/material/blinn.ts", "/__zephyr_source__/scene/material/grassmaterial.ts", "/__zephyr_source__/scene/material/index.ts", "/__zephyr_source__/scene/material/lambert.ts", "/__zephyr_source__/scene/material/material.ts", "/__zephyr_source__/scene/material/meshmaterial.ts", "/__zephyr_source__/scene/material/mixins/albedocolor.ts", "/__zephyr_source__/scene/material/mixins/foliage.ts", "/__zephyr_source__/scene/material/mixins/lightmodel/blinnphong.ts", "/__zephyr_source__/scene/material/mixins/lightmodel/lambert.ts", "/__zephyr_source__/scene/material/mixins/lightmodel/pbrblueprintmixin.ts", "/__zephyr_source__/scene/material/mixins/lightmodel/pbrmetallicroughness.ts", "/__zephyr_source__/scene/material/mixins/lightmodel/pbrspecularglossness.ts", "/__zephyr_source__/scene/material/mixins/lit.ts", "/__zephyr_source__/scene/material/mixins/pbr/brdf.ts", "/__zephyr_source__/scene/material/mixins/pbr/common.ts", "/__zephyr_source__/scene/material/mixins/texture.ts", "/__zephyr_source__/scene/material/mixins/vertexcolor.ts", "/__zephyr_source__/scene/material/msdf_text.ts", "/__zephyr_source__/scene/material/msdf_text_sprite.ts", "/__zephyr_source__/scene/material/mtoon.ts", "/__zephyr_source__/scene/material/particle.ts", "/__zephyr_source__/scene/material/pbrblueprint.ts", "/__zephyr_source__/scene/material/pbrmr.ts", "/__zephyr_source__/scene/material/pbrsg.ts", "/__zephyr_source__/scene/material/shader/helper.ts", "/__zephyr_source__/scene/material/sprite.ts", "/__zephyr_source__/scene/material/spriteblueprint.ts", "/__zephyr_source__/scene/material/sprite_sdf.ts", "/__zephyr_source__/scene/material/sprite_std.ts", "/__zephyr_source__/scene/material/stackedmaterial.ts", "/__zephyr_source__/scene/material/subsurfaceprofile.ts", "/__zephyr_source__/scene/material/terrain-cm.ts", "/__zephyr_source__/scene/material/unlit.ts", "/__zephyr_source__/scene/material/water.ts", "/__zephyr_source__/scene/posteffect/bloom.ts", "/__zephyr_source__/scene/posteffect/coloradjust.ts", "/__zephyr_source__/scene/posteffect/compositor.ts", "/__zephyr_source__/scene/posteffect/fxaa.ts", "/__zephyr_source__/scene/posteffect/grayscale.ts", "/__zephyr_source__/scene/posteffect/index.ts", "/__zephyr_source__/scene/posteffect/motionblur.ts", "/__zephyr_source__/scene/posteffect/posteffect.ts", "/__zephyr_source__/scene/posteffect/sao.ts", "/__zephyr_source__/scene/posteffect/ssr.ts", "/__zephyr_source__/scene/posteffect/sss.ts", "/__zephyr_source__/scene/posteffect/taa.ts", "/__zephyr_source__/scene/posteffect/tonemap.ts", "/__zephyr_source__/scene/render/abuffer_oit.ts", "/__zephyr_source__/scene/render/clipmap.ts", "/__zephyr_source__/scene/render/cluster_light.ts", "/__zephyr_source__/scene/render/cull_visitor.ts", "/__zephyr_source__/scene/render/depthpass.ts", "/__zephyr_source__/scene/render/drawable.ts", "/__zephyr_source__/scene/render/drawable_mixin.ts", "/__zephyr_source__/scene/render/envlight.ts", "/__zephyr_source__/scene/render/fbm_wavegenerator.ts", "/__zephyr_source__/scene/render/fft_wavegenerator.ts", "/__zephyr_source__/scene/render/fullscreenquad.ts", "/__zephyr_source__/scene/render/gerstner_wavegenerator.ts", "/__zephyr_source__/scene/render/globalbindgroup_allocator.ts", "/__zephyr_source__/scene/render/gpu_picking.ts", "/__zephyr_source__/scene/render/hzb.ts", "/__zephyr_source__/scene/render/index.ts", "/__zephyr_source__/scene/render/lightpass.ts", "/__zephyr_source__/scene/render/objectcolorpass.ts", "/__zephyr_source__/scene/render/oit.ts", "/__zephyr_source__/scene/render/primitive.ts", "/__zephyr_source__/scene/render/renderbundle_wrapper.ts", "/__zephyr_source__/scene/render/renderer.ts", "/__zephyr_source__/scene/render/rendergraph/device_pool_allocator.ts", "/__zephyr_source__/scene/render/rendergraph/executor.ts", "/__zephyr_source__/scene/render/rendergraph/forward_plus_builder.ts", "/__zephyr_source__/scene/render/rendergraph/history_resources.ts", "/__zephyr_source__/scene/render/rendergraph/history_resource_manager.ts", "/__zephyr_source__/scene/render/rendergraph/index.ts", "/__zephyr_source__/scene/render/rendergraph/rendergraph.ts", "/__zephyr_source__/scene/render/rendergraph/types.ts", "/__zephyr_source__/scene/render/renderpass.ts", "/__zephyr_source__/scene/render/rendertarget.ts", "/__zephyr_source__/scene/render/render_queue.ts", "/__zephyr_source__/scene/render/screenrendertarget.ts", "/__zephyr_source__/scene/render/shadowmap_pass.ts", "/__zephyr_source__/scene/render/sky.ts", "/__zephyr_source__/scene/render/wavegenerator.ts", "/__zephyr_source__/scene/render/weightedblended_oit.ts", "/__zephyr_source__/scene/scene/basesprite.ts", "/__zephyr_source__/scene/scene/batchgroup.ts", "/__zephyr_source__/scene/scene/environment.ts", "/__zephyr_source__/scene/scene/graph_node.ts", "/__zephyr_source__/scene/scene/index.ts", "/__zephyr_source__/scene/scene/light.ts", "/__zephyr_source__/scene/scene/mesh.ts", "/__zephyr_source__/scene/scene/meshdrawable.ts", "/__zephyr_source__/scene/scene/msdftext.ts", "/__zephyr_source__/scene/scene/msdftextsprite.ts", "/__zephyr_source__/scene/scene/octree.ts", "/__zephyr_source__/scene/scene/particlesys.ts", "/__zephyr_source__/scene/scene/raycast_visitor.ts", "/__zephyr_source__/scene/scene/scene.ts", "/__zephyr_source__/scene/scene/scene_node.ts", "/__zephyr_source__/scene/scene/script_attachment.ts", "/__zephyr_source__/scene/scene/sprite.ts", "/__zephyr_source__/scene/scene/terrain-cm/grass.ts", "/__zephyr_source__/scene/scene/terrain-cm/grassmaterial.ts", "/__zephyr_source__/scene/scene/terrain-cm/index.ts", "/__zephyr_source__/scene/scene/terrain-cm/terrain-cm.ts", "/__zephyr_source__/scene/scene/textsprite.ts", "/__zephyr_source__/scene/scene/visitor.ts", "/__zephyr_source__/scene/scene/water.ts", "/__zephyr_source__/scene/shaders/atmosphere.ts", "/__zephyr_source__/scene/shaders/fog.ts", "/__zephyr_source__/scene/shaders/index.ts", "/__zephyr_source__/scene/shaders/misc.ts", "/__zephyr_source__/scene/shaders/noise.ts", "/__zephyr_source__/scene/shaders/pbr.ts", "/__zephyr_source__/scene/shaders/shadow.ts", "/__zephyr_source__/scene/shaders/ssr.ts", "/__zephyr_source__/scene/shaders/temporal.ts", "/__zephyr_source__/scene/shaders/water.ts", "/__zephyr_source__/scene/shadow/esm.ts", "/__zephyr_source__/scene/shadow/index.ts", "/__zephyr_source__/scene/shadow/pcf_opt.ts", "/__zephyr_source__/scene/shadow/pcf_pd.ts", "/__zephyr_source__/scene/shadow/shader.ts", "/__zephyr_source__/scene/shadow/shadowmapper.ts", "/__zephyr_source__/scene/shadow/shadow_impl.ts", "/__zephyr_source__/scene/shadow/shadow_region.ts", "/__zephyr_source__/scene/shadow/ssm.ts", "/__zephyr_source__/scene/shadow/vsm.ts", "/__zephyr_source__/scene/shapes/box.ts", "/__zephyr_source__/scene/shapes/capsule.ts", "/__zephyr_source__/scene/shapes/cylinder.ts", "/__zephyr_source__/scene/shapes/index.ts", "/__zephyr_source__/scene/shapes/plane.ts", "/__zephyr_source__/scene/shapes/shape.ts", "/__zephyr_source__/scene/shapes/sphere.ts", "/__zephyr_source__/scene/shapes/tetrahedron.ts", "/__zephyr_source__/scene/shapes/torus.ts", "/__zephyr_source__/scene/text/font/cff_font.ts", "/__zephyr_source__/scene/text/font/font_asset.ts", "/__zephyr_source__/scene/text/font/index.ts", "/__zephyr_source__/scene/text/font/sfnt_reader.ts", "/__zephyr_source__/scene/text/font/types.ts", "/__zephyr_source__/scene/text/index.ts", "/__zephyr_source__/scene/text/msdf/generator.ts", "/__zephyr_source__/scene/text/msdf/index.ts", "/__zephyr_source__/scene/text/msdf/shape.ts", "/__zephyr_source__/scene/text/msdf/types.ts", "/__zephyr_source__/scene/text/runtime/index.ts", "/__zephyr_source__/scene/text/runtime/msdf_glyph_atlas.ts", "/__zephyr_source__/scene/text/runtime/msdf_text_atlas_manager.ts", "/__zephyr_source__/scene/text/runtime/text_layout.ts", "/__zephyr_source__/scene/utility/aabbtree.ts", "/__zephyr_source__/scene/utility/blueprint/common/constants.ts", "/__zephyr_source__/scene/utility/blueprint/common/math.ts", "/__zephyr_source__/scene/utility/blueprint/common.ts", "/__zephyr_source__/scene/utility/blueprint/material/func.ts", "/__zephyr_source__/scene/utility/blueprint/material/inputs.ts", "/__zephyr_source__/scene/utility/blueprint/material/ir.ts", "/__zephyr_source__/scene/utility/blueprint/material/pbr.ts", "/__zephyr_source__/scene/utility/blueprint/material/texture.ts", "/__zephyr_source__/scene/utility/blueprint/node.ts", "/__zephyr_source__/scene/utility/bounding_volume.ts", "/__zephyr_source__/scene/utility/debug.ts", "/__zephyr_source__/scene/utility/draco/decoder.ts", "/__zephyr_source__/scene/utility/index.ts", "/__zephyr_source__/scene/utility/misc.ts", "/__zephyr_source__/scene/utility/panorama.ts", "/__zephyr_source__/scene/utility/pmrem.ts", "/__zephyr_source__/scene/utility/rendermipmap.ts", "/__zephyr_source__/scene/utility/serialization/index.ts", "/__zephyr_source__/scene/utility/serialization/json.ts", "/__zephyr_source__/scene/utility/serialization/manager.ts", "/__zephyr_source__/scene/utility/serialization/scene/animation.ts", "/__zephyr_source__/scene/utility/serialization/scene/batch.ts", "/__zephyr_source__/scene/utility/serialization/scene/camera.ts", "/__zephyr_source__/scene/utility/serialization/scene/common.ts", "/__zephyr_source__/scene/utility/serialization/scene/light.ts", "/__zephyr_source__/scene/utility/serialization/scene/material.ts", "/__zephyr_source__/scene/utility/serialization/scene/mesh.ts", "/__zephyr_source__/scene/utility/serialization/scene/misc.ts", "/__zephyr_source__/scene/utility/serialization/scene/node.ts", "/__zephyr_source__/scene/utility/serialization/scene/particle.ts", "/__zephyr_source__/scene/utility/serialization/scene/primitive.ts", "/__zephyr_source__/scene/utility/serialization/scene/scene.ts", "/__zephyr_source__/scene/utility/serialization/scene/script.ts", "/__zephyr_source__/scene/utility/serialization/scene/sprite.ts", "/__zephyr_source__/scene/utility/serialization/scene/terrain.ts", "/__zephyr_source__/scene/utility/serialization/scene/text.ts", "/__zephyr_source__/scene/utility/serialization/scene/water.ts", "/__zephyr_source__/scene/utility/serialization/types.ts", "/__zephyr_source__/scene/utility/shprojector.ts", "/__zephyr_source__/scene/utility/textures/ggxlut.ts", "/__zephyr_source__/scene/utility/textures/gradientnoise.ts", "/__zephyr_source__/scene/utility/textures/ltcdata.ts", "/__zephyr_source__/scene/utility/textures/ltclut.ts", "/__zephyr_source__/scene/utility/textures/randomnoise.ts", "/__zephyr_source__/scene/utility/textures/sheenlut.ts", "/__zephyr_source__/scene/values.ts", "/__zephyr_source__/loaders/fbx/fbx_importer.ts", "/__zephyr_source__/loaders/fbx/index.ts", "/__zephyr_source__/loaders/fbx/parser.ts", "/__zephyr_source__/loaders/fbx/types.ts", "/__zephyr_source__/loaders/gltf/gltf_importer.ts", "/__zephyr_source__/loaders/gltf/gltf_types.ts", "/__zephyr_source__/loaders/gltf/helpers.ts", "/__zephyr_source__/loaders/gltf/index.ts", "/__zephyr_source__/loaders/importer.ts", "/__zephyr_source__/loaders/index.ts", "/__zephyr_source__/imgui/bind-imgui.d.ts", "/__zephyr_source__/imgui/bind-imgui.js", "/__zephyr_source__/imgui/emscripten.d.ts", "/__zephyr_source__/imgui/imconfig.ts", "/__zephyr_source__/imgui/imgui.ts", "/__zephyr_source__/imgui/imgui_impl.ts", "/__zephyr_source__/imgui/index.ts", "/__zephyr_source__/imgui/renderer.ts", "/__zephyr_source__/backend-webgl/basetexture_webgl.ts", "/__zephyr_source__/backend-webgl/bindgroup_webgl.ts", "/__zephyr_source__/backend-webgl/buffer_webgl.ts", "/__zephyr_source__/backend-webgl/capabilities_webgl.ts", "/__zephyr_source__/backend-webgl/constants_webgl.ts", "/__zephyr_source__/backend-webgl/device_webgl.ts", "/__zephyr_source__/backend-webgl/framebuffer_webgl.ts", "/__zephyr_source__/backend-webgl/gpuobject_webgl.ts", "/__zephyr_source__/backend-webgl/gpuprogram_webgl.ts", "/__zephyr_source__/backend-webgl/gpu_timer.ts", "/__zephyr_source__/backend-webgl/index.ts", "/__zephyr_source__/backend-webgl/indexbuffer_webgl.ts", "/__zephyr_source__/backend-webgl/renderstate_webgl.ts", "/__zephyr_source__/backend-webgl/sampler_cache.ts", "/__zephyr_source__/backend-webgl/sampler_webgl.ts", "/__zephyr_source__/backend-webgl/structuredbuffer_webgl.ts", "/__zephyr_source__/backend-webgl/texture2darray_webgl.ts", "/__zephyr_source__/backend-webgl/texture2d_webgl.ts", "/__zephyr_source__/backend-webgl/texture3d_webgl.ts", "/__zephyr_source__/backend-webgl/texturecube_webgl.ts", "/__zephyr_source__/backend-webgl/texturevideo_webgl.ts", "/__zephyr_source__/backend-webgl/utils.ts", "/__zephyr_source__/backend-webgl/vertexlayout_webgl.ts", "/__zephyr_source__/backend-webgl/webgl_enum.ts", "/__zephyr_source__/backend-webgpu/basetexture_webgpu.ts", "/__zephyr_source__/backend-webgpu/bindgroup_cache.ts", "/__zephyr_source__/backend-webgpu/bindgroup_webgpu.ts", "/__zephyr_source__/backend-webgpu/buffer_webgpu.ts", "/__zephyr_source__/backend-webgpu/capabilities_webgpu.ts", "/__zephyr_source__/backend-webgpu/commandqueue.ts", "/__zephyr_source__/backend-webgpu/computepass_webgpu.ts", "/__zephyr_source__/backend-webgpu/constants_webgpu.ts", "/__zephyr_source__/backend-webgpu/device.ts", "/__zephyr_source__/backend-webgpu/framebuffer_webgpu.ts", "/__zephyr_source__/backend-webgpu/gpuobject_webgpu.ts", "/__zephyr_source__/backend-webgpu/gpuprogram_webgpu.ts", "/__zephyr_source__/backend-webgpu/index.ts", "/__zephyr_source__/backend-webgpu/indexbuffer_webgpu.ts", "/__zephyr_source__/backend-webgpu/pipeline_cache.ts", "/__zephyr_source__/backend-webgpu/renderpass_webgpu.ts", "/__zephyr_source__/backend-webgpu/renderstates_webgpu.ts", "/__zephyr_source__/backend-webgpu/sampler_cache.ts", "/__zephyr_source__/backend-webgpu/sampler_webgpu.ts", "/__zephyr_source__/backend-webgpu/structuredbuffer_webgpu.ts", "/__zephyr_source__/backend-webgpu/texture2darray_webgpu.ts", "/__zephyr_source__/backend-webgpu/texture2d_webgpu.ts", "/__zephyr_source__/backend-webgpu/texture3d_webgpu.ts", "/__zephyr_source__/backend-webgpu/texturecube_webgpu.ts", "/__zephyr_source__/backend-webgpu/texturevideo_webgpu.ts", "/__zephyr_source__/backend-webgpu/timestamp_query.ts", "/__zephyr_source__/backend-webgpu/uploadringbuffer.ts", "/__zephyr_source__/backend-webgpu/utils_webgpu.ts", "/__zephyr_source__/backend-webgpu/vertexlayout_cache.ts", "/__zephyr_source__/backend-webgpu/vertexlayout_webgpu.ts", "/__zephyr_source__/editor-plugin/app.ts", "/__zephyr_source__/editor-plugin/commands/scenecommands.ts", "/__zephyr_source__/editor-plugin/components/assetthumbnail.ts", "/__zephyr_source__/editor-plugin/components/assistantpanel.ts", "/__zephyr_source__/editor-plugin/components/blueprint/api.ts", "/__zephyr_source__/editor-plugin/components/blueprint/grapheditor.ts", "/__zephyr_source__/editor-plugin/components/blueprint/material/func.ts", "/__zephyr_source__/editor-plugin/components/blueprint/material/inputs.ts", "/__zephyr_source__/editor-plugin/components/blueprint/material/pbr.ts", "/__zephyr_source__/editor-plugin/components/blueprint/material/texture.ts", "/__zephyr_source__/editor-plugin/components/blueprint/node.ts", "/__zephyr_source__/editor-plugin/components/blueprint/nodeeditor.ts", "/__zephyr_source__/editor-plugin/components/blueprint/nodes/constants.ts", "/__zephyr_source__/editor-plugin/components/blueprint/nodes/func.ts", "/__zephyr_source__/editor-plugin/components/blueprint/nodes/math.ts", "/__zephyr_source__/editor-plugin/components/bottomview.ts", "/__zephyr_source__/editor-plugin/components/codeeditor.ts", "/__zephyr_source__/editor-plugin/components/common.ts", "/__zephyr_source__/editor-plugin/components/curveeditor.ts", "/__zephyr_source__/editor-plugin/components/dockpanel.ts", "/__zephyr_source__/editor-plugin/components/dragdrop.ts", "/__zephyr_source__/editor-plugin/components/editablecombo.ts", "/__zephyr_source__/editor-plugin/components/filepicker.ts", "/__zephyr_source__/editor-plugin/components/grid.ts", "/__zephyr_source__/editor-plugin/components/imagelist.ts", "/__zephyr_source__/editor-plugin/components/listview.ts", "/__zephyr_source__/editor-plugin/components/logview.ts", "/__zephyr_source__/editor-plugin/components/menubar.ts", "/__zephyr_source__/editor-plugin/components/modal.ts", "/__zephyr_source__/editor-plugin/components/multicombo.ts", "/__zephyr_source__/editor-plugin/components/noisetexture.ts", "/__zephyr_source__/editor-plugin/components/ramptexture.ts", "/__zephyr_source__/editor-plugin/components/rotationeditor.ts", "/__zephyr_source__/editor-plugin/components/scenehierarchy.ts", "/__zephyr_source__/editor-plugin/components/scriptpanel.ts", "/__zephyr_source__/editor-plugin/components/skeletonview.ts", "/__zephyr_source__/editor-plugin/components/statusbar.ts", "/__zephyr_source__/editor-plugin/components/textinput.ts", "/__zephyr_source__/editor-plugin/components/texturedrawer.ts", "/__zephyr_source__/editor-plugin/components/textureviewer.ts", "/__zephyr_source__/editor-plugin/components/toolbar.ts", "/__zephyr_source__/editor-plugin/components/treeview.ts", "/__zephyr_source__/editor-plugin/components/vfsrenderer.ts", "/__zephyr_source__/editor-plugin/controllers/basecontroller.ts", "/__zephyr_source__/editor-plugin/controllers/scenecontroller.ts", "/__zephyr_source__/editor-plugin/core/build/build.ts", "/__zephyr_source__/editor-plugin/core/build/dep.ts", "/__zephyr_source__/editor-plugin/core/build/loadtypes.ts", "/__zephyr_source__/editor-plugin/core/build/plugins/depresolve.ts", "/__zephyr_source__/editor-plugin/core/build/plugins/tstranspile.ts", "/__zephyr_source__/editor-plugin/core/build/plugins/vfsurl.ts", "/__zephyr_source__/editor-plugin/core/build/templates.ts", "/__zephyr_source__/editor-plugin/core/command.ts", "/__zephyr_source__/editor-plugin/core/editor.ts", "/__zephyr_source__/editor-plugin/core/eventbus.ts", "/__zephyr_source__/editor-plugin/core/fontglyph.ts", "/__zephyr_source__/editor-plugin/core/module.ts", "/__zephyr_source__/editor-plugin/core/plugin.ts", "/__zephyr_source__/editor-plugin/core/pluginapi.ts", "/__zephyr_source__/editor-plugin/core/services/assistant.ts", "/__zephyr_source__/editor-plugin/core/services/desktop.ts", "/__zephyr_source__/editor-plugin/core/services/editorsettings.ts", "/__zephyr_source__/editor-plugin/core/services/electronfs.ts", "/__zephyr_source__/editor-plugin/core/services/project.ts", "/__zephyr_source__/editor-plugin/core/services/resource.ts", "/__zephyr_source__/editor-plugin/core/services/storage.ts", "/__zephyr_source__/editor-plugin/core/services/systemplugin.ts", "/__zephyr_source__/editor-plugin/core/version.ts", "/__zephyr_source__/editor-plugin/editor-plugin.ts", "/__zephyr_source__/editor-plugin/helpers/defaultnodename.ts", "/__zephyr_source__/editor-plugin/helpers/downloader.ts", "/__zephyr_source__/editor-plugin/helpers/editorcontroller.ts", "/__zephyr_source__/editor-plugin/helpers/emoji.ts", "/__zephyr_source__/editor-plugin/helpers/leakdetector.ts", "/__zephyr_source__/editor-plugin/helpers/mcpbridge.ts", "/__zephyr_source__/editor-plugin/helpers/mimematch.ts", "/__zephyr_source__/editor-plugin/helpers/misc.ts", "/__zephyr_source__/editor-plugin/helpers/morphtargetprops.ts", "/__zephyr_source__/editor-plugin/helpers/primitiveglb.ts", "/__zephyr_source__/editor-plugin/helpers/proxy.ts", "/__zephyr_source__/editor-plugin/helpers/scriptprops.ts", "/__zephyr_source__/editor-plugin/helpers/shapeprimitives.ts", "/__zephyr_source__/editor-plugin/models/basemodel.ts", "/__zephyr_source__/editor-plugin/models/scenemodel.ts", "/__zephyr_source__/editor-plugin/monaco-init.ts", "/__zephyr_source__/editor-plugin/types.ts", "/__zephyr_source__/editor-plugin/views/baseview.ts", "/__zephyr_source__/editor-plugin/views/dlg/aboutdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/createprojectdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/curveeditordlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/dlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/editcolortrackdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/editorsettingsdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/importdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/importoptionsdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/materialeditor.ts", "/__zephyr_source__/editor-plugin/views/dlg/materialfunceditor.ts", "/__zephyr_source__/editor-plugin/views/dlg/messagedlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/messageexdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/noisetexturedlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/opendlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/openfiledlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/openfolderdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/progressdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/projectsettingsdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/promptnamedlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/ramptexturedlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/renamedlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/savefiledlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/selectanimationdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/skeletoneditor.ts", "/__zephyr_source__/editor-plugin/views/dlg/systempluginsdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/zabccompressdlg.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/base.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/flatten.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/grass.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/height.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/hydraulicerosion.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/lower.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/raise.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/smooth.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/splat.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/thermalerosion.ts", "/__zephyr_source__/editor-plugin/views/edittools/edittool.ts", "/__zephyr_source__/editor-plugin/views/edittools/terrain.ts", "/__zephyr_source__/editor-plugin/views/gizmo/decal.ts", "/__zephyr_source__/editor-plugin/views/gizmo/gizmo.ts", "/__zephyr_source__/editor-plugin/views/gizmo/postgizmo.ts", "/__zephyr_source__/editor-plugin/views/icons.ts", "/__zephyr_source__/editor-plugin/views/misc.ts", "/__zephyr_source__/editor-plugin/views/sceneview.ts", "/__zephyr_source__/editor-plugin/workers/generated_model.ts", "/__zephyr_source__/editor-plugin/workers/zabc_pca.ts", "/__zephyr_source__/editor-plugin/workers/zip.ts"];
|
|
36
|
+
var define_ZEPHYR3D_MONACO_SOURCE_FILES_default = ["/__zephyr_source__/base/diff.ts", "/__zephyr_source__/base/event.ts", "/__zephyr_source__/base/index.ts", "/__zephyr_source__/base/linkedlist.ts", "/__zephyr_source__/base/math/aabb.ts", "/__zephyr_source__/base/math/fft/complex.ts", "/__zephyr_source__/base/math/fft/fft.ts", "/__zephyr_source__/base/math/fft/fft2.ts", "/__zephyr_source__/base/math/fft/index.ts", "/__zephyr_source__/base/math/frustum.ts", "/__zephyr_source__/base/math/half.ts", "/__zephyr_source__/base/math/heightfield.ts", "/__zephyr_source__/base/math/index.ts", "/__zephyr_source__/base/math/interpolator.ts", "/__zephyr_source__/base/math/misc.ts", "/__zephyr_source__/base/math/noise.ts", "/__zephyr_source__/base/math/plane.ts", "/__zephyr_source__/base/math/ray.ts", "/__zephyr_source__/base/math/sh.ts", "/__zephyr_source__/base/math/tangent.ts", "/__zephyr_source__/base/math/types.ts", "/__zephyr_source__/base/math/vector.ts", "/__zephyr_source__/base/orderedstringset.ts", "/__zephyr_source__/base/prng.ts", "/__zephyr_source__/base/rectspacker.ts", "/__zephyr_source__/base/ref.ts", "/__zephyr_source__/base/utils.ts", "/__zephyr_source__/base/vfs/common.ts", "/__zephyr_source__/base/vfs/datatransferfs.ts", "/__zephyr_source__/base/vfs/httpfs.ts", "/__zephyr_source__/base/vfs/idbfs.ts", "/__zephyr_source__/base/vfs/index.ts", "/__zephyr_source__/base/vfs/memfs.ts", "/__zephyr_source__/base/vfs/nullfs.ts", "/__zephyr_source__/base/vfs/readers/generic_html_index_reader.ts", "/__zephyr_source__/base/vfs/readers/python_httpserver_reader.ts", "/__zephyr_source__/base/vfs/readers/reader.ts", "/__zephyr_source__/base/vfs/vfs.ts", "/__zephyr_source__/base/vfs/zipfs.ts", "/__zephyr_source__/device/base_types.ts", "/__zephyr_source__/device/builder/ast.ts", "/__zephyr_source__/device/builder/ast1.ts", "/__zephyr_source__/device/builder/base.ts", "/__zephyr_source__/device/builder/builtinfunc.ts", "/__zephyr_source__/device/builder/constructors.ts", "/__zephyr_source__/device/builder/errors.ts", "/__zephyr_source__/device/builder/index.ts", "/__zephyr_source__/device/builder/misc.ts", "/__zephyr_source__/device/builder/programbuilder.ts", "/__zephyr_source__/device/builder/reflection.ts", "/__zephyr_source__/device/builder/types.ts", "/__zephyr_source__/device/device.ts", "/__zephyr_source__/device/gpuobject.ts", "/__zephyr_source__/device/helpers/drawtext.ts", "/__zephyr_source__/device/helpers/font.ts", "/__zephyr_source__/device/helpers/glyphmanager.ts", "/__zephyr_source__/device/helpers/index.ts", "/__zephyr_source__/device/helpers/textureatlas.ts", "/__zephyr_source__/device/index.ts", "/__zephyr_source__/device/pool.ts", "/__zephyr_source__/device/render_states.ts", "/__zephyr_source__/device/timer.ts", "/__zephyr_source__/device/uniformdata.ts", "/__zephyr_source__/device/vertexdata.ts", "/__zephyr_source__/scene/animation/animation.ts", "/__zephyr_source__/scene/animation/animationcontroller.ts", "/__zephyr_source__/scene/animation/animationmask.ts", "/__zephyr_source__/scene/animation/animationset.ts", "/__zephyr_source__/scene/animation/animationtimeline.ts", "/__zephyr_source__/scene/animation/animationtrack.ts", "/__zephyr_source__/scene/animation/cloth/gpu_cloth_system.ts", "/__zephyr_source__/scene/animation/cloth/index.ts", "/__zephyr_source__/scene/animation/eulerrotationtrack.ts", "/__zephyr_source__/scene/animation/fixed_geometry_cache_track.ts", "/__zephyr_source__/scene/animation/geometry_cache_utils.ts", "/__zephyr_source__/scene/animation/ik/ccd_solver.ts", "/__zephyr_source__/scene/animation/ik/fabrik_solver.ts", "/__zephyr_source__/scene/animation/ik/ik_angle_constraint.ts", "/__zephyr_source__/scene/animation/ik/ik_chain.ts", "/__zephyr_source__/scene/animation/ik/ik_constraint.ts", "/__zephyr_source__/scene/animation/ik/ik_joint.ts", "/__zephyr_source__/scene/animation/ik/ik_solver.ts", "/__zephyr_source__/scene/animation/ik/ik_utils.ts", "/__zephyr_source__/scene/animation/ik/index.ts", "/__zephyr_source__/scene/animation/ik/two_bone_ik_solver.ts", "/__zephyr_source__/scene/animation/ik_modifier.ts", "/__zephyr_source__/scene/animation/index.ts", "/__zephyr_source__/scene/animation/joint_dynamics/collision.ts", "/__zephyr_source__/scene/animation/joint_dynamics/constraints.ts", "/__zephyr_source__/scene/animation/joint_dynamics/controller.ts", "/__zephyr_source__/scene/animation/joint_dynamics/index.ts", "/__zephyr_source__/scene/animation/joint_dynamics/joint_dynamics_system.ts", "/__zephyr_source__/scene/animation/joint_dynamics/solver.ts", "/__zephyr_source__/scene/animation/joint_dynamics/types.ts", "/__zephyr_source__/scene/animation/joint_dynamics_modifier.ts", "/__zephyr_source__/scene/animation/morphtarget.ts", "/__zephyr_source__/scene/animation/morphtargetgrouptrack.ts", "/__zephyr_source__/scene/animation/morphtrack.ts", "/__zephyr_source__/scene/animation/pca_geometry_cache_track.ts", "/__zephyr_source__/scene/animation/proptrack.ts", "/__zephyr_source__/scene/animation/rotationtrack.ts", "/__zephyr_source__/scene/animation/scaletrack.ts", "/__zephyr_source__/scene/animation/skeleton.ts", "/__zephyr_source__/scene/animation/skeleton_modifier.ts", "/__zephyr_source__/scene/animation/spring/index.ts", "/__zephyr_source__/scene/animation/spring/multi_chain_spring_system.ts", "/__zephyr_source__/scene/animation/spring/spring_chain.ts", "/__zephyr_source__/scene/animation/spring/spring_collider.ts", "/__zephyr_source__/scene/animation/spring/spring_constraint.ts", "/__zephyr_source__/scene/animation/spring/spring_particle.ts", "/__zephyr_source__/scene/animation/spring/spring_system.ts", "/__zephyr_source__/scene/animation/spring_modifier.ts", "/__zephyr_source__/scene/animation/translationtrack.ts", "/__zephyr_source__/scene/app/api.ts", "/__zephyr_source__/scene/app/app.ts", "/__zephyr_source__/scene/app/engine.ts", "/__zephyr_source__/scene/app/index.ts", "/__zephyr_source__/scene/app/inputmgr.ts", "/__zephyr_source__/scene/app/runtimescript.ts", "/__zephyr_source__/scene/app/screen.ts", "/__zephyr_source__/scene/app/scriptingsystem.ts", "/__zephyr_source__/scene/app/scriptregistry.ts", "/__zephyr_source__/scene/asset/assetmanager.ts", "/__zephyr_source__/scene/asset/builtin.ts", "/__zephyr_source__/scene/asset/index.ts", "/__zephyr_source__/scene/asset/loaders/dds/dds.ts", "/__zephyr_source__/scene/asset/loaders/dds/dds_loader.ts", "/__zephyr_source__/scene/asset/loaders/hdr/hdr.ts", "/__zephyr_source__/scene/asset/loaders/image/tga_Loader.ts", "/__zephyr_source__/scene/asset/loaders/image/webimage_loader.ts", "/__zephyr_source__/scene/asset/loaders/loader.ts", "/__zephyr_source__/scene/asset/loaders/zabc/zabc_loader.ts", "/__zephyr_source__/scene/asset/model.ts", "/__zephyr_source__/scene/avatar/index.ts", "/__zephyr_source__/scene/avatar/wardrobe.ts", "/__zephyr_source__/scene/blitter/bilateralblur.ts", "/__zephyr_source__/scene/blitter/blitter.ts", "/__zephyr_source__/scene/blitter/box.ts", "/__zephyr_source__/scene/blitter/copy.ts", "/__zephyr_source__/scene/blitter/gaussianblur.ts", "/__zephyr_source__/scene/blitter/index.ts", "/__zephyr_source__/scene/blitter/linearize.ts", "/__zephyr_source__/scene/blitter/linearizedepth.ts", "/__zephyr_source__/scene/camera/base.ts", "/__zephyr_source__/scene/camera/camera.ts", "/__zephyr_source__/scene/camera/fps.ts", "/__zephyr_source__/scene/camera/index.ts", "/__zephyr_source__/scene/camera/orbit.ts", "/__zephyr_source__/scene/camera/orthocamera.ts", "/__zephyr_source__/scene/camera/perspectivecamera.ts", "/__zephyr_source__/scene/index.ts", "/__zephyr_source__/scene/material/blinn.ts", "/__zephyr_source__/scene/material/grassmaterial.ts", "/__zephyr_source__/scene/material/index.ts", "/__zephyr_source__/scene/material/lambert.ts", "/__zephyr_source__/scene/material/material.ts", "/__zephyr_source__/scene/material/meshmaterial.ts", "/__zephyr_source__/scene/material/mixins/albedocolor.ts", "/__zephyr_source__/scene/material/mixins/foliage.ts", "/__zephyr_source__/scene/material/mixins/lightmodel/blinnphong.ts", "/__zephyr_source__/scene/material/mixins/lightmodel/lambert.ts", "/__zephyr_source__/scene/material/mixins/lightmodel/pbrblueprintmixin.ts", "/__zephyr_source__/scene/material/mixins/lightmodel/pbrmetallicroughness.ts", "/__zephyr_source__/scene/material/mixins/lightmodel/pbrspecularglossness.ts", "/__zephyr_source__/scene/material/mixins/lit.ts", "/__zephyr_source__/scene/material/mixins/pbr/brdf.ts", "/__zephyr_source__/scene/material/mixins/pbr/common.ts", "/__zephyr_source__/scene/material/mixins/texture.ts", "/__zephyr_source__/scene/material/mixins/vertexcolor.ts", "/__zephyr_source__/scene/material/msdf_text.ts", "/__zephyr_source__/scene/material/msdf_text_sprite.ts", "/__zephyr_source__/scene/material/mtoon.ts", "/__zephyr_source__/scene/material/particle.ts", "/__zephyr_source__/scene/material/pbrblueprint.ts", "/__zephyr_source__/scene/material/pbrmr.ts", "/__zephyr_source__/scene/material/pbrsg.ts", "/__zephyr_source__/scene/material/shader/helper.ts", "/__zephyr_source__/scene/material/skin.ts", "/__zephyr_source__/scene/material/sprite.ts", "/__zephyr_source__/scene/material/spriteblueprint.ts", "/__zephyr_source__/scene/material/sprite_sdf.ts", "/__zephyr_source__/scene/material/sprite_std.ts", "/__zephyr_source__/scene/material/stackedmaterial.ts", "/__zephyr_source__/scene/material/subsurfaceprofile.ts", "/__zephyr_source__/scene/material/terrain-cm.ts", "/__zephyr_source__/scene/material/unlit.ts", "/__zephyr_source__/scene/material/water.ts", "/__zephyr_source__/scene/posteffect/bloom.ts", "/__zephyr_source__/scene/posteffect/coloradjust.ts", "/__zephyr_source__/scene/posteffect/compositor.ts", "/__zephyr_source__/scene/posteffect/fxaa.ts", "/__zephyr_source__/scene/posteffect/grayscale.ts", "/__zephyr_source__/scene/posteffect/index.ts", "/__zephyr_source__/scene/posteffect/motionblur.ts", "/__zephyr_source__/scene/posteffect/posteffect.ts", "/__zephyr_source__/scene/posteffect/sao.ts", "/__zephyr_source__/scene/posteffect/skinsss.ts", "/__zephyr_source__/scene/posteffect/ssr.ts", "/__zephyr_source__/scene/posteffect/sss.ts", "/__zephyr_source__/scene/posteffect/taa.ts", "/__zephyr_source__/scene/posteffect/tonemap.ts", "/__zephyr_source__/scene/render/abuffer_oit.ts", "/__zephyr_source__/scene/render/clipmap.ts", "/__zephyr_source__/scene/render/cluster_light.ts", "/__zephyr_source__/scene/render/cull_visitor.ts", "/__zephyr_source__/scene/render/depthpass.ts", "/__zephyr_source__/scene/render/drawable.ts", "/__zephyr_source__/scene/render/drawable_mixin.ts", "/__zephyr_source__/scene/render/envlight.ts", "/__zephyr_source__/scene/render/fbm_wavegenerator.ts", "/__zephyr_source__/scene/render/fft_wavegenerator.ts", "/__zephyr_source__/scene/render/fullscreenquad.ts", "/__zephyr_source__/scene/render/gerstner_wavegenerator.ts", "/__zephyr_source__/scene/render/globalbindgroup_allocator.ts", "/__zephyr_source__/scene/render/gpu_picking.ts", "/__zephyr_source__/scene/render/hzb.ts", "/__zephyr_source__/scene/render/index.ts", "/__zephyr_source__/scene/render/lightpass.ts", "/__zephyr_source__/scene/render/objectcolorpass.ts", "/__zephyr_source__/scene/render/oit.ts", "/__zephyr_source__/scene/render/primitive.ts", "/__zephyr_source__/scene/render/renderbundle_wrapper.ts", "/__zephyr_source__/scene/render/renderer.ts", "/__zephyr_source__/scene/render/rendergraph/device_pool_allocator.ts", "/__zephyr_source__/scene/render/rendergraph/executor.ts", "/__zephyr_source__/scene/render/rendergraph/forward_plus_builder.ts", "/__zephyr_source__/scene/render/rendergraph/history_resources.ts", "/__zephyr_source__/scene/render/rendergraph/history_resource_manager.ts", "/__zephyr_source__/scene/render/rendergraph/index.ts", "/__zephyr_source__/scene/render/rendergraph/rendergraph.ts", "/__zephyr_source__/scene/render/rendergraph/types.ts", "/__zephyr_source__/scene/render/renderpass.ts", "/__zephyr_source__/scene/render/rendertarget.ts", "/__zephyr_source__/scene/render/render_queue.ts", "/__zephyr_source__/scene/render/screenrendertarget.ts", "/__zephyr_source__/scene/render/shadowmap_pass.ts", "/__zephyr_source__/scene/render/sky.ts", "/__zephyr_source__/scene/render/wavegenerator.ts", "/__zephyr_source__/scene/render/weightedblended_oit.ts", "/__zephyr_source__/scene/scene/basesprite.ts", "/__zephyr_source__/scene/scene/batchgroup.ts", "/__zephyr_source__/scene/scene/environment.ts", "/__zephyr_source__/scene/scene/graph_node.ts", "/__zephyr_source__/scene/scene/index.ts", "/__zephyr_source__/scene/scene/light.ts", "/__zephyr_source__/scene/scene/mesh.ts", "/__zephyr_source__/scene/scene/meshdrawable.ts", "/__zephyr_source__/scene/scene/msdftext.ts", "/__zephyr_source__/scene/scene/msdftextsprite.ts", "/__zephyr_source__/scene/scene/octree.ts", "/__zephyr_source__/scene/scene/particlesys.ts", "/__zephyr_source__/scene/scene/raycast_visitor.ts", "/__zephyr_source__/scene/scene/scene.ts", "/__zephyr_source__/scene/scene/scene_node.ts", "/__zephyr_source__/scene/scene/script_attachment.ts", "/__zephyr_source__/scene/scene/sprite.ts", "/__zephyr_source__/scene/scene/terrain-cm/grass.ts", "/__zephyr_source__/scene/scene/terrain-cm/grassmaterial.ts", "/__zephyr_source__/scene/scene/terrain-cm/index.ts", "/__zephyr_source__/scene/scene/terrain-cm/terrain-cm.ts", "/__zephyr_source__/scene/scene/textsprite.ts", "/__zephyr_source__/scene/scene/visitor.ts", "/__zephyr_source__/scene/scene/water.ts", "/__zephyr_source__/scene/shaders/atmosphere.ts", "/__zephyr_source__/scene/shaders/fog.ts", "/__zephyr_source__/scene/shaders/index.ts", "/__zephyr_source__/scene/shaders/misc.ts", "/__zephyr_source__/scene/shaders/noise.ts", "/__zephyr_source__/scene/shaders/pbr.ts", "/__zephyr_source__/scene/shaders/shadow.ts", "/__zephyr_source__/scene/shaders/ssr.ts", "/__zephyr_source__/scene/shaders/temporal.ts", "/__zephyr_source__/scene/shaders/water.ts", "/__zephyr_source__/scene/shadow/esm.ts", "/__zephyr_source__/scene/shadow/index.ts", "/__zephyr_source__/scene/shadow/pcf_opt.ts", "/__zephyr_source__/scene/shadow/pcf_pd.ts", "/__zephyr_source__/scene/shadow/pcss.ts", "/__zephyr_source__/scene/shadow/shader.ts", "/__zephyr_source__/scene/shadow/shadowmapper.ts", "/__zephyr_source__/scene/shadow/shadow_impl.ts", "/__zephyr_source__/scene/shadow/shadow_region.ts", "/__zephyr_source__/scene/shadow/ssm.ts", "/__zephyr_source__/scene/shadow/vsm.ts", "/__zephyr_source__/scene/shapes/box.ts", "/__zephyr_source__/scene/shapes/capsule.ts", "/__zephyr_source__/scene/shapes/cylinder.ts", "/__zephyr_source__/scene/shapes/index.ts", "/__zephyr_source__/scene/shapes/plane.ts", "/__zephyr_source__/scene/shapes/shape.ts", "/__zephyr_source__/scene/shapes/sphere.ts", "/__zephyr_source__/scene/shapes/tetrahedron.ts", "/__zephyr_source__/scene/shapes/torus.ts", "/__zephyr_source__/scene/text/font/cff_font.ts", "/__zephyr_source__/scene/text/font/font_asset.ts", "/__zephyr_source__/scene/text/font/index.ts", "/__zephyr_source__/scene/text/font/sfnt_reader.ts", "/__zephyr_source__/scene/text/font/types.ts", "/__zephyr_source__/scene/text/index.ts", "/__zephyr_source__/scene/text/msdf/generator.ts", "/__zephyr_source__/scene/text/msdf/index.ts", "/__zephyr_source__/scene/text/msdf/shape.ts", "/__zephyr_source__/scene/text/msdf/types.ts", "/__zephyr_source__/scene/text/runtime/index.ts", "/__zephyr_source__/scene/text/runtime/msdf_glyph_atlas.ts", "/__zephyr_source__/scene/text/runtime/msdf_text_atlas_manager.ts", "/__zephyr_source__/scene/text/runtime/text_layout.ts", "/__zephyr_source__/scene/utility/aabbtree.ts", "/__zephyr_source__/scene/utility/blueprint/common/constants.ts", "/__zephyr_source__/scene/utility/blueprint/common/math.ts", "/__zephyr_source__/scene/utility/blueprint/common.ts", "/__zephyr_source__/scene/utility/blueprint/material/func.ts", "/__zephyr_source__/scene/utility/blueprint/material/inputs.ts", "/__zephyr_source__/scene/utility/blueprint/material/ir.ts", "/__zephyr_source__/scene/utility/blueprint/material/pbr.ts", "/__zephyr_source__/scene/utility/blueprint/material/texture.ts", "/__zephyr_source__/scene/utility/blueprint/node.ts", "/__zephyr_source__/scene/utility/bounding_volume.ts", "/__zephyr_source__/scene/utility/debug.ts", "/__zephyr_source__/scene/utility/draco/decoder.ts", "/__zephyr_source__/scene/utility/index.ts", "/__zephyr_source__/scene/utility/misc.ts", "/__zephyr_source__/scene/utility/panorama.ts", "/__zephyr_source__/scene/utility/pmrem.ts", "/__zephyr_source__/scene/utility/rendermipmap.ts", "/__zephyr_source__/scene/utility/serialization/index.ts", "/__zephyr_source__/scene/utility/serialization/json.ts", "/__zephyr_source__/scene/utility/serialization/manager.ts", "/__zephyr_source__/scene/utility/serialization/scene/animation.ts", "/__zephyr_source__/scene/utility/serialization/scene/batch.ts", "/__zephyr_source__/scene/utility/serialization/scene/camera.ts", "/__zephyr_source__/scene/utility/serialization/scene/common.ts", "/__zephyr_source__/scene/utility/serialization/scene/light.ts", "/__zephyr_source__/scene/utility/serialization/scene/material.ts", "/__zephyr_source__/scene/utility/serialization/scene/mesh.ts", "/__zephyr_source__/scene/utility/serialization/scene/misc.ts", "/__zephyr_source__/scene/utility/serialization/scene/node.ts", "/__zephyr_source__/scene/utility/serialization/scene/particle.ts", "/__zephyr_source__/scene/utility/serialization/scene/primitive.ts", "/__zephyr_source__/scene/utility/serialization/scene/scene.ts", "/__zephyr_source__/scene/utility/serialization/scene/script.ts", "/__zephyr_source__/scene/utility/serialization/scene/sprite.ts", "/__zephyr_source__/scene/utility/serialization/scene/terrain.ts", "/__zephyr_source__/scene/utility/serialization/scene/text.ts", "/__zephyr_source__/scene/utility/serialization/scene/water.ts", "/__zephyr_source__/scene/utility/serialization/types.ts", "/__zephyr_source__/scene/utility/shprojector.ts", "/__zephyr_source__/scene/utility/textures/ggxlut.ts", "/__zephyr_source__/scene/utility/textures/gradientnoise.ts", "/__zephyr_source__/scene/utility/textures/ltcdata.ts", "/__zephyr_source__/scene/utility/textures/ltclut.ts", "/__zephyr_source__/scene/utility/textures/randomnoise.ts", "/__zephyr_source__/scene/utility/textures/sheenlut.ts", "/__zephyr_source__/scene/values.ts", "/__zephyr_source__/loaders/fbx/fbx_importer.ts", "/__zephyr_source__/loaders/fbx/index.ts", "/__zephyr_source__/loaders/fbx/parser.ts", "/__zephyr_source__/loaders/fbx/types.ts", "/__zephyr_source__/loaders/gltf/gltf_importer.ts", "/__zephyr_source__/loaders/gltf/gltf_types.ts", "/__zephyr_source__/loaders/gltf/helpers.ts", "/__zephyr_source__/loaders/gltf/index.ts", "/__zephyr_source__/loaders/importer.ts", "/__zephyr_source__/loaders/index.ts", "/__zephyr_source__/imgui/bind-imgui.d.ts", "/__zephyr_source__/imgui/bind-imgui.js", "/__zephyr_source__/imgui/emscripten.d.ts", "/__zephyr_source__/imgui/imconfig.ts", "/__zephyr_source__/imgui/imgui.ts", "/__zephyr_source__/imgui/imgui_impl.ts", "/__zephyr_source__/imgui/index.ts", "/__zephyr_source__/imgui/renderer.ts", "/__zephyr_source__/backend-webgl/basetexture_webgl.ts", "/__zephyr_source__/backend-webgl/bindgroup_webgl.ts", "/__zephyr_source__/backend-webgl/buffer_webgl.ts", "/__zephyr_source__/backend-webgl/capabilities_webgl.ts", "/__zephyr_source__/backend-webgl/constants_webgl.ts", "/__zephyr_source__/backend-webgl/device_webgl.ts", "/__zephyr_source__/backend-webgl/framebuffer_webgl.ts", "/__zephyr_source__/backend-webgl/gpuobject_webgl.ts", "/__zephyr_source__/backend-webgl/gpuprogram_webgl.ts", "/__zephyr_source__/backend-webgl/gpu_timer.ts", "/__zephyr_source__/backend-webgl/index.ts", "/__zephyr_source__/backend-webgl/indexbuffer_webgl.ts", "/__zephyr_source__/backend-webgl/renderstate_webgl.ts", "/__zephyr_source__/backend-webgl/sampler_cache.ts", "/__zephyr_source__/backend-webgl/sampler_webgl.ts", "/__zephyr_source__/backend-webgl/structuredbuffer_webgl.ts", "/__zephyr_source__/backend-webgl/texture2darray_webgl.ts", "/__zephyr_source__/backend-webgl/texture2d_webgl.ts", "/__zephyr_source__/backend-webgl/texture3d_webgl.ts", "/__zephyr_source__/backend-webgl/texturecube_webgl.ts", "/__zephyr_source__/backend-webgl/texturevideo_webgl.ts", "/__zephyr_source__/backend-webgl/utils.ts", "/__zephyr_source__/backend-webgl/vertexlayout_webgl.ts", "/__zephyr_source__/backend-webgl/webgl_enum.ts", "/__zephyr_source__/backend-webgpu/basetexture_webgpu.ts", "/__zephyr_source__/backend-webgpu/bindgroup_cache.ts", "/__zephyr_source__/backend-webgpu/bindgroup_webgpu.ts", "/__zephyr_source__/backend-webgpu/buffer_webgpu.ts", "/__zephyr_source__/backend-webgpu/capabilities_webgpu.ts", "/__zephyr_source__/backend-webgpu/commandqueue.ts", "/__zephyr_source__/backend-webgpu/computepass_webgpu.ts", "/__zephyr_source__/backend-webgpu/constants_webgpu.ts", "/__zephyr_source__/backend-webgpu/device.ts", "/__zephyr_source__/backend-webgpu/framebuffer_webgpu.ts", "/__zephyr_source__/backend-webgpu/gpuobject_webgpu.ts", "/__zephyr_source__/backend-webgpu/gpuprogram_webgpu.ts", "/__zephyr_source__/backend-webgpu/index.ts", "/__zephyr_source__/backend-webgpu/indexbuffer_webgpu.ts", "/__zephyr_source__/backend-webgpu/pipeline_cache.ts", "/__zephyr_source__/backend-webgpu/renderpass_webgpu.ts", "/__zephyr_source__/backend-webgpu/renderstates_webgpu.ts", "/__zephyr_source__/backend-webgpu/sampler_cache.ts", "/__zephyr_source__/backend-webgpu/sampler_webgpu.ts", "/__zephyr_source__/backend-webgpu/structuredbuffer_webgpu.ts", "/__zephyr_source__/backend-webgpu/texture2darray_webgpu.ts", "/__zephyr_source__/backend-webgpu/texture2d_webgpu.ts", "/__zephyr_source__/backend-webgpu/texture3d_webgpu.ts", "/__zephyr_source__/backend-webgpu/texturecube_webgpu.ts", "/__zephyr_source__/backend-webgpu/texturevideo_webgpu.ts", "/__zephyr_source__/backend-webgpu/timestamp_query.ts", "/__zephyr_source__/backend-webgpu/uploadringbuffer.ts", "/__zephyr_source__/backend-webgpu/utils_webgpu.ts", "/__zephyr_source__/backend-webgpu/vertexlayout_cache.ts", "/__zephyr_source__/backend-webgpu/vertexlayout_webgpu.ts", "/__zephyr_source__/editor-plugin/app.ts", "/__zephyr_source__/editor-plugin/commands/scenecommands.ts", "/__zephyr_source__/editor-plugin/components/assetthumbnail.ts", "/__zephyr_source__/editor-plugin/components/assistantpanel.ts", "/__zephyr_source__/editor-plugin/components/blueprint/api.ts", "/__zephyr_source__/editor-plugin/components/blueprint/grapheditor.ts", "/__zephyr_source__/editor-plugin/components/blueprint/material/func.ts", "/__zephyr_source__/editor-plugin/components/blueprint/material/inputs.ts", "/__zephyr_source__/editor-plugin/components/blueprint/material/pbr.ts", "/__zephyr_source__/editor-plugin/components/blueprint/material/texture.ts", "/__zephyr_source__/editor-plugin/components/blueprint/node.ts", "/__zephyr_source__/editor-plugin/components/blueprint/nodeeditor.ts", "/__zephyr_source__/editor-plugin/components/blueprint/nodes/constants.ts", "/__zephyr_source__/editor-plugin/components/blueprint/nodes/func.ts", "/__zephyr_source__/editor-plugin/components/blueprint/nodes/math.ts", "/__zephyr_source__/editor-plugin/components/bottomview.ts", "/__zephyr_source__/editor-plugin/components/codeeditor.ts", "/__zephyr_source__/editor-plugin/components/common.ts", "/__zephyr_source__/editor-plugin/components/curveeditor.ts", "/__zephyr_source__/editor-plugin/components/dockpanel.ts", "/__zephyr_source__/editor-plugin/components/dragdrop.ts", "/__zephyr_source__/editor-plugin/components/editablecombo.ts", "/__zephyr_source__/editor-plugin/components/filepicker.ts", "/__zephyr_source__/editor-plugin/components/grid.ts", "/__zephyr_source__/editor-plugin/components/imagelist.ts", "/__zephyr_source__/editor-plugin/components/listview.ts", "/__zephyr_source__/editor-plugin/components/logview.ts", "/__zephyr_source__/editor-plugin/components/menubar.ts", "/__zephyr_source__/editor-plugin/components/modal.ts", "/__zephyr_source__/editor-plugin/components/multicombo.ts", "/__zephyr_source__/editor-plugin/components/noisetexture.ts", "/__zephyr_source__/editor-plugin/components/primitiveeditor.ts", "/__zephyr_source__/editor-plugin/components/ramptexture.ts", "/__zephyr_source__/editor-plugin/components/rotationeditor.ts", "/__zephyr_source__/editor-plugin/components/scenehierarchy.ts", "/__zephyr_source__/editor-plugin/components/scriptpanel.ts", "/__zephyr_source__/editor-plugin/components/skeletonview.ts", "/__zephyr_source__/editor-plugin/components/statusbar.ts", "/__zephyr_source__/editor-plugin/components/textinput.ts", "/__zephyr_source__/editor-plugin/components/texturedrawer.ts", "/__zephyr_source__/editor-plugin/components/textureviewer.ts", "/__zephyr_source__/editor-plugin/components/toolbar.ts", "/__zephyr_source__/editor-plugin/components/treeview.ts", "/__zephyr_source__/editor-plugin/components/vfsrenderer.ts", "/__zephyr_source__/editor-plugin/controllers/basecontroller.ts", "/__zephyr_source__/editor-plugin/controllers/scenecontroller.ts", "/__zephyr_source__/editor-plugin/core/build/build.ts", "/__zephyr_source__/editor-plugin/core/build/dep.ts", "/__zephyr_source__/editor-plugin/core/build/loadtypes.ts", "/__zephyr_source__/editor-plugin/core/build/plugins/depresolve.ts", "/__zephyr_source__/editor-plugin/core/build/plugins/tstranspile.ts", "/__zephyr_source__/editor-plugin/core/build/plugins/vfsurl.ts", "/__zephyr_source__/editor-plugin/core/build/templates.ts", "/__zephyr_source__/editor-plugin/core/command.ts", "/__zephyr_source__/editor-plugin/core/editor.ts", "/__zephyr_source__/editor-plugin/core/eventbus.ts", "/__zephyr_source__/editor-plugin/core/fontglyph.ts", "/__zephyr_source__/editor-plugin/core/module.ts", "/__zephyr_source__/editor-plugin/core/plugin.ts", "/__zephyr_source__/editor-plugin/core/pluginapi.ts", "/__zephyr_source__/editor-plugin/core/services/assistant.ts", "/__zephyr_source__/editor-plugin/core/services/desktop.ts", "/__zephyr_source__/editor-plugin/core/services/editorsettings.ts", "/__zephyr_source__/editor-plugin/core/services/electronfs.ts", "/__zephyr_source__/editor-plugin/core/services/project.ts", "/__zephyr_source__/editor-plugin/core/services/resource.ts", "/__zephyr_source__/editor-plugin/core/services/storage.ts", "/__zephyr_source__/editor-plugin/core/services/systemplugin.ts", "/__zephyr_source__/editor-plugin/core/version.ts", "/__zephyr_source__/editor-plugin/editor-plugin.ts", "/__zephyr_source__/editor-plugin/helpers/defaultnodename.ts", "/__zephyr_source__/editor-plugin/helpers/downloader.ts", "/__zephyr_source__/editor-plugin/helpers/editorcontroller.ts", "/__zephyr_source__/editor-plugin/helpers/emoji.ts", "/__zephyr_source__/editor-plugin/helpers/leakdetector.ts", "/__zephyr_source__/editor-plugin/helpers/mcpbridge.ts", "/__zephyr_source__/editor-plugin/helpers/mimematch.ts", "/__zephyr_source__/editor-plugin/helpers/misc.ts", "/__zephyr_source__/editor-plugin/helpers/morphtargetprops.ts", "/__zephyr_source__/editor-plugin/helpers/primitiveglb.ts", "/__zephyr_source__/editor-plugin/helpers/proxy.ts", "/__zephyr_source__/editor-plugin/helpers/scriptprops.ts", "/__zephyr_source__/editor-plugin/helpers/shapeprimitives.ts", "/__zephyr_source__/editor-plugin/models/basemodel.ts", "/__zephyr_source__/editor-plugin/models/scenemodel.ts", "/__zephyr_source__/editor-plugin/monaco-init.ts", "/__zephyr_source__/editor-plugin/types.ts", "/__zephyr_source__/editor-plugin/views/baseview.ts", "/__zephyr_source__/editor-plugin/views/dlg/aboutdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/createprojectdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/curveeditordlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/dlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/editcolortrackdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/editorsettingsdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/importdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/importoptionsdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/materialeditor.ts", "/__zephyr_source__/editor-plugin/views/dlg/materialfunceditor.ts", "/__zephyr_source__/editor-plugin/views/dlg/messagedlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/messageexdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/noisetexturedlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/opendlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/openfiledlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/openfolderdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/progressdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/projectsettingsdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/promptnamedlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/ramptexturedlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/renamedlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/savefiledlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/selectanimationdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/shapeeditordlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/skeletoneditor.ts", "/__zephyr_source__/editor-plugin/views/dlg/systempluginsdlg.ts", "/__zephyr_source__/editor-plugin/views/dlg/zabccompressdlg.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/base.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/flatten.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/grass.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/height.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/hydraulicerosion.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/lower.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/raise.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/smooth.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/splat.ts", "/__zephyr_source__/editor-plugin/views/edittools/brushes/thermalerosion.ts", "/__zephyr_source__/editor-plugin/views/edittools/edittool.ts", "/__zephyr_source__/editor-plugin/views/edittools/terrain.ts", "/__zephyr_source__/editor-plugin/views/gizmo/decal.ts", "/__zephyr_source__/editor-plugin/views/gizmo/gizmo.ts", "/__zephyr_source__/editor-plugin/views/gizmo/postgizmo.ts", "/__zephyr_source__/editor-plugin/views/icons.ts", "/__zephyr_source__/editor-plugin/views/misc.ts", "/__zephyr_source__/editor-plugin/views/sceneview.ts", "/__zephyr_source__/editor-plugin/workers/generated_model.ts", "/__zephyr_source__/editor-plugin/workers/zabc_pca.ts", "/__zephyr_source__/editor-plugin/workers/zip.ts"];
|
|
37
37
|
const monacoCssHref = "./vendor/monaco/vs/editor/editor.main.css";
|
|
38
38
|
const monacoLoaderHref = "./vendor/monaco/vs/loader.js";
|
|
39
39
|
const monacoBaseHref = "./vendor/monaco/vs";
|
|
@@ -21405,7 +21405,7 @@ function align4(value) {
|
|
|
21405
21405
|
function isNumberArray$1(value, length) {
|
|
21406
21406
|
return Array.isArray(value) && value.length === length && value.every((item) => typeof item === "number");
|
|
21407
21407
|
}
|
|
21408
|
-
let wasDragging$
|
|
21408
|
+
let wasDragging$2 = false;
|
|
21409
21409
|
class SkeletonView {
|
|
21410
21410
|
_framebuffer;
|
|
21411
21411
|
_previewTex;
|
|
@@ -21514,7 +21514,7 @@ class SkeletonView {
|
|
|
21514
21514
|
button: 0
|
|
21515
21515
|
};
|
|
21516
21516
|
this._scene.get()?.mainCamera?.handleEvent(evtPointerDown);
|
|
21517
|
-
wasDragging$
|
|
21517
|
+
wasDragging$2 = true;
|
|
21518
21518
|
} else if (io2.MouseDelta.x !== 0 || io2.MouseDelta.y !== 0) {
|
|
21519
21519
|
const evtPointerMove = {
|
|
21520
21520
|
type: "pointermove",
|
|
@@ -21528,7 +21528,7 @@ class SkeletonView {
|
|
|
21528
21528
|
};
|
|
21529
21529
|
this._scene.get()?.mainCamera?.handleEvent(evtPointerMove);
|
|
21530
21530
|
}
|
|
21531
|
-
} else if (wasDragging$
|
|
21531
|
+
} else if (wasDragging$2) {
|
|
21532
21532
|
const evtPointerUp = {
|
|
21533
21533
|
type: "pointerup",
|
|
21534
21534
|
offsetX: io2.MousePos.x,
|
|
@@ -21540,7 +21540,7 @@ class SkeletonView {
|
|
|
21540
21540
|
button: 0
|
|
21541
21541
|
};
|
|
21542
21542
|
this._scene.get()?.mainCamera?.handleEvent(evtPointerUp);
|
|
21543
|
-
wasDragging$
|
|
21543
|
+
wasDragging$2 = false;
|
|
21544
21544
|
}
|
|
21545
21545
|
camera.updateController();
|
|
21546
21546
|
}
|
|
@@ -23210,6 +23210,12 @@ class VFSRenderer extends makeObservable(Disposable)() {
|
|
|
23210
23210
|
eventBus.dispatchEvent("edit_material", name, name, null, file.meta.path);
|
|
23211
23211
|
} else if (file.meta.path.toLowerCase().endsWith(".zmf")) {
|
|
23212
23212
|
eventBus.dispatchEvent("edit_material_function", file.meta.path);
|
|
23213
|
+
} else if (file.meta.path.toLowerCase().endsWith(".zmsh")) {
|
|
23214
|
+
let name = this._vfs.basename(file.meta.path).slice(0, -5);
|
|
23215
|
+
if (this._vfs.isParentOf("/assets/@builtins", file.meta.path)) {
|
|
23216
|
+
name = `${name} (read-only)`;
|
|
23217
|
+
}
|
|
23218
|
+
eventBus.dispatchEvent("edit_primitive", name, file.meta.path);
|
|
23213
23219
|
} else {
|
|
23214
23220
|
const mimeType = this._vfs.guessMIMEType(file.meta.path);
|
|
23215
23221
|
this.openFile(file.meta.path, mimeType);
|
|
@@ -27754,7 +27760,7 @@ class CompositeCommand extends Command {
|
|
|
27754
27760
|
}
|
|
27755
27761
|
}
|
|
27756
27762
|
}
|
|
27757
|
-
let wasDragging = false;
|
|
27763
|
+
let wasDragging$1 = false;
|
|
27758
27764
|
function clonePropertyValue$1(value) {
|
|
27759
27765
|
return {
|
|
27760
27766
|
num: [...value.num ?? []],
|
|
@@ -28311,7 +28317,7 @@ class PBRMaterialEditor extends GraphEditor {
|
|
|
28311
28317
|
button: 0
|
|
28312
28318
|
};
|
|
28313
28319
|
this._previewScene.get()?.mainCamera?.handleEvent(evtPointerDown);
|
|
28314
|
-
wasDragging = true;
|
|
28320
|
+
wasDragging$1 = true;
|
|
28315
28321
|
} else if (io2.MouseDelta.x !== 0 || io2.MouseDelta.y !== 0) {
|
|
28316
28322
|
const evtPointerMove = {
|
|
28317
28323
|
type: "pointermove",
|
|
@@ -28325,7 +28331,7 @@ class PBRMaterialEditor extends GraphEditor {
|
|
|
28325
28331
|
};
|
|
28326
28332
|
this._previewScene.get()?.mainCamera?.handleEvent(evtPointerMove);
|
|
28327
28333
|
}
|
|
28328
|
-
} else if (wasDragging) {
|
|
28334
|
+
} else if (wasDragging$1) {
|
|
28329
28335
|
const evtPointerUp = {
|
|
28330
28336
|
type: "pointerup",
|
|
28331
28337
|
offsetX: io2.MousePos.x,
|
|
@@ -28337,7 +28343,7 @@ class PBRMaterialEditor extends GraphEditor {
|
|
|
28337
28343
|
button: 0
|
|
28338
28344
|
};
|
|
28339
28345
|
this._previewScene.get()?.mainCamera?.handleEvent(evtPointerUp);
|
|
28340
|
-
wasDragging = false;
|
|
28346
|
+
wasDragging$1 = false;
|
|
28341
28347
|
}
|
|
28342
28348
|
camera.updateController();
|
|
28343
28349
|
}
|
|
@@ -28903,6 +28909,294 @@ class DlgCreateProject extends DialogRenderer {
|
|
|
28903
28909
|
});
|
|
28904
28910
|
}
|
|
28905
28911
|
}
|
|
28912
|
+
let wasDragging = false;
|
|
28913
|
+
class ShapeEditor extends GraphEditor {
|
|
28914
|
+
_previewScene;
|
|
28915
|
+
_previewMesh;
|
|
28916
|
+
_defaultMaterial;
|
|
28917
|
+
_framebuffer;
|
|
28918
|
+
_previewTex;
|
|
28919
|
+
_shape;
|
|
28920
|
+
_blitter;
|
|
28921
|
+
_version;
|
|
28922
|
+
_options;
|
|
28923
|
+
constructor(label) {
|
|
28924
|
+
super(label, []);
|
|
28925
|
+
this._version = 0;
|
|
28926
|
+
this._previewScene = new DRef();
|
|
28927
|
+
this._previewMesh = new DRef();
|
|
28928
|
+
this._shape = new DRef();
|
|
28929
|
+
this._defaultMaterial = new DRef();
|
|
28930
|
+
this._framebuffer = new DRef();
|
|
28931
|
+
this._previewTex = new DRef();
|
|
28932
|
+
this._blitter = new CopyBlitter();
|
|
28933
|
+
this._blitter.srgbOut = true;
|
|
28934
|
+
this._options = null;
|
|
28935
|
+
}
|
|
28936
|
+
initPreview(primitive) {
|
|
28937
|
+
const scene = new Scene();
|
|
28938
|
+
scene.env.light.type = "ibl";
|
|
28939
|
+
const camera = new PerspectiveCamera(scene);
|
|
28940
|
+
camera.fovY = Math.PI / 3;
|
|
28941
|
+
camera.lookAt(new Vector3(0, 5, 10), Vector3.zero(), Vector3.axisPY());
|
|
28942
|
+
camera.controller = new OrbitCameraController();
|
|
28943
|
+
const light = new DirectionalLight(scene);
|
|
28944
|
+
light.intensity = 10;
|
|
28945
|
+
light.sunLight = true;
|
|
28946
|
+
light.lookAt(Vector3.one(), Vector3.zero(), Vector3.axisPY());
|
|
28947
|
+
this._previewScene.set(scene);
|
|
28948
|
+
this._previewMesh.get()?.remove();
|
|
28949
|
+
this._previewMesh.dispose();
|
|
28950
|
+
const defaultMat = new LambertMaterial();
|
|
28951
|
+
this._defaultMaterial.set(defaultMat);
|
|
28952
|
+
const previewMesh = new Mesh(this._previewScene.get(), primitive, this._defaultMaterial.get());
|
|
28953
|
+
this._previewMesh.set(previewMesh);
|
|
28954
|
+
}
|
|
28955
|
+
open() {
|
|
28956
|
+
}
|
|
28957
|
+
close() {
|
|
28958
|
+
getApp().inputManager.unuse(this.handleEvent, this);
|
|
28959
|
+
this._previewScene.dispose();
|
|
28960
|
+
this._previewMesh.dispose();
|
|
28961
|
+
this._previewTex.dispose();
|
|
28962
|
+
if (this._framebuffer.get()) {
|
|
28963
|
+
this._framebuffer.get().getColorAttachment(0).dispose();
|
|
28964
|
+
this._framebuffer.get().getDepthAttachment().dispose();
|
|
28965
|
+
this._framebuffer.dispose();
|
|
28966
|
+
}
|
|
28967
|
+
this._defaultMaterial.dispose();
|
|
28968
|
+
}
|
|
28969
|
+
handleEvent(ev, type) {
|
|
28970
|
+
if (!(ev instanceof PointerEvent)) {
|
|
28971
|
+
return false;
|
|
28972
|
+
}
|
|
28973
|
+
if (ImGui.IsPopupOpen("", ImGui.PopupFlags.AnyPopupId)) {
|
|
28974
|
+
return false;
|
|
28975
|
+
}
|
|
28976
|
+
return this._previewScene.get().mainCamera.handleEvent(ev, type);
|
|
28977
|
+
}
|
|
28978
|
+
get saved() {
|
|
28979
|
+
return this._version === 0;
|
|
28980
|
+
}
|
|
28981
|
+
async save(path) {
|
|
28982
|
+
if (path) {
|
|
28983
|
+
const VFS2 = ProjectService.VFS;
|
|
28984
|
+
const primitive = this._shape.get();
|
|
28985
|
+
if (!primitive) {
|
|
28986
|
+
return;
|
|
28987
|
+
}
|
|
28988
|
+
try {
|
|
28989
|
+
const json = {
|
|
28990
|
+
type: "Default",
|
|
28991
|
+
data: await getEngine().resourceManager.serializeObject(primitive)
|
|
28992
|
+
};
|
|
28993
|
+
await VFS2.writeFile(path, JSON.stringify(json, null, 2), { encoding: "utf8", create: true });
|
|
28994
|
+
} catch (err) {
|
|
28995
|
+
const msg = `Save primitive failed: ${err}`;
|
|
28996
|
+
console.error(msg);
|
|
28997
|
+
Dialog.messageBox("Error", msg);
|
|
28998
|
+
}
|
|
28999
|
+
this._version = 0;
|
|
29000
|
+
}
|
|
29001
|
+
}
|
|
29002
|
+
async init(path) {
|
|
29003
|
+
const shape = await getEngine().resourceManager.fetchPrimitive(path);
|
|
29004
|
+
if (!shape) {
|
|
29005
|
+
throw new Error(`Load shape failed: ${path}`);
|
|
29006
|
+
}
|
|
29007
|
+
this._shape.set(shape);
|
|
29008
|
+
this._options = shape instanceof Shape ? JSON.parse(JSON.stringify(shape.options)) : null;
|
|
29009
|
+
this.readonly = !this._options || getEngine().VFS.isParentOf("/assets/@builtins", path);
|
|
29010
|
+
this.initPreview(shape);
|
|
29011
|
+
this.propEditor.object = shape;
|
|
29012
|
+
}
|
|
29013
|
+
renderNodeEditor() {
|
|
29014
|
+
const v2 = ImGui.GetContentRegionAvail();
|
|
29015
|
+
this.renderPreviewScene(v2);
|
|
29016
|
+
}
|
|
29017
|
+
restoreState() {
|
|
29018
|
+
if (!this.readonly) {
|
|
29019
|
+
const shape = this._shape.get();
|
|
29020
|
+
if (!shape) {
|
|
29021
|
+
return;
|
|
29022
|
+
}
|
|
29023
|
+
shape.options = this._options;
|
|
29024
|
+
}
|
|
29025
|
+
}
|
|
29026
|
+
renderPreviewScene(size) {
|
|
29027
|
+
if (size.x <= 0 || size.y <= 0) {
|
|
29028
|
+
return;
|
|
29029
|
+
}
|
|
29030
|
+
const device = getDevice();
|
|
29031
|
+
if (this._framebuffer.get() && (this._framebuffer.get().getWidth() !== size.x || this._framebuffer.get().getHeight() !== size.y)) {
|
|
29032
|
+
this._framebuffer.get().getColorAttachment(0).dispose();
|
|
29033
|
+
this._framebuffer.get().getDepthAttachment().dispose();
|
|
29034
|
+
this._framebuffer.dispose();
|
|
29035
|
+
this._previewTex.dispose();
|
|
29036
|
+
}
|
|
29037
|
+
if (!this._framebuffer.get()) {
|
|
29038
|
+
const tex = device.createTexture2D("rgba16f", size.x, size.y, {
|
|
29039
|
+
mipmapping: false
|
|
29040
|
+
});
|
|
29041
|
+
const depth = device.createTexture2D("d24s8", size.x, size.y);
|
|
29042
|
+
this._framebuffer.set(device.createFrameBuffer([tex], depth));
|
|
29043
|
+
const previewTex = device.createTexture2D("rgba8unorm", size.x, size.y, { mipmapping: false });
|
|
29044
|
+
this._previewTex.set(previewTex);
|
|
29045
|
+
}
|
|
29046
|
+
device.pushDeviceStates();
|
|
29047
|
+
device.setFramebuffer(this._framebuffer.get());
|
|
29048
|
+
this._previewScene.get().render();
|
|
29049
|
+
this._blitter.blit(this._framebuffer.get().getColorAttachment(0), this._previewTex.get());
|
|
29050
|
+
device.popDeviceStates();
|
|
29051
|
+
const camera = this._previewScene.get().mainCamera;
|
|
29052
|
+
const cursorScreenPos = ImGui.GetCursorScreenPos();
|
|
29053
|
+
camera.interactionRect = [
|
|
29054
|
+
cursorScreenPos.x,
|
|
29055
|
+
cursorScreenPos.y,
|
|
29056
|
+
size.x < 0 ? 0 : size.x,
|
|
29057
|
+
size.y < 0 ? 0 : size.y
|
|
29058
|
+
];
|
|
29059
|
+
const cursorPos = ImGui.GetCursorPos();
|
|
29060
|
+
ImGui.Image(this._previewTex.get(), size, new ImGui.ImVec2(0, 1), new ImGui.ImVec2(1, 0));
|
|
29061
|
+
ImGui.SetCursorPos(cursorPos);
|
|
29062
|
+
ImGui.InvisibleButton("Button##previewScene", size);
|
|
29063
|
+
const io2 = ImGui.GetIO();
|
|
29064
|
+
if (ImGui.IsItemHovered() && io2.MouseWheel !== 0) {
|
|
29065
|
+
const evtWheel = {
|
|
29066
|
+
type: "wheel",
|
|
29067
|
+
offsetX: io2.MousePos.x,
|
|
29068
|
+
offsetY: io2.MousePos.y,
|
|
29069
|
+
ctrlKey: io2.KeyCtrl,
|
|
29070
|
+
shiftKey: io2.KeyShift,
|
|
29071
|
+
altKey: io2.KeyAlt,
|
|
29072
|
+
metaKey: io2.KeySuper,
|
|
29073
|
+
deltaX: 0,
|
|
29074
|
+
deltaY: -io2.MouseWheel * 100,
|
|
29075
|
+
deltaMode: 0,
|
|
29076
|
+
button: 1
|
|
29077
|
+
};
|
|
29078
|
+
this._previewScene.get()?.mainCamera?.handleEvent(evtWheel);
|
|
29079
|
+
}
|
|
29080
|
+
if (ImGui.IsItemActive()) {
|
|
29081
|
+
if (ImGui.IsMouseClicked(ImGui.MouseButton.Left)) {
|
|
29082
|
+
const evtPointerDown = {
|
|
29083
|
+
type: "pointerdown",
|
|
29084
|
+
offsetX: io2.MousePos.x,
|
|
29085
|
+
offsetY: io2.MousePos.y,
|
|
29086
|
+
ctrlKey: io2.KeyCtrl,
|
|
29087
|
+
shiftKey: io2.KeyShift,
|
|
29088
|
+
altKey: io2.KeyAlt,
|
|
29089
|
+
metaKey: io2.KeySuper,
|
|
29090
|
+
button: 0
|
|
29091
|
+
};
|
|
29092
|
+
this._previewScene.get()?.mainCamera?.handleEvent(evtPointerDown);
|
|
29093
|
+
wasDragging = true;
|
|
29094
|
+
} else if (io2.MouseDelta.x !== 0 || io2.MouseDelta.y !== 0) {
|
|
29095
|
+
const evtPointerMove = {
|
|
29096
|
+
type: "pointermove",
|
|
29097
|
+
offsetX: io2.MousePos.x,
|
|
29098
|
+
offsetY: io2.MousePos.y,
|
|
29099
|
+
ctrlKey: io2.KeyCtrl,
|
|
29100
|
+
shiftKey: io2.KeyShift,
|
|
29101
|
+
altKey: io2.KeyAlt,
|
|
29102
|
+
metaKey: io2.KeySuper,
|
|
29103
|
+
button: 0
|
|
29104
|
+
};
|
|
29105
|
+
this._previewScene.get()?.mainCamera?.handleEvent(evtPointerMove);
|
|
29106
|
+
}
|
|
29107
|
+
} else if (wasDragging) {
|
|
29108
|
+
const evtPointerUp = {
|
|
29109
|
+
type: "pointerup",
|
|
29110
|
+
offsetX: io2.MousePos.x,
|
|
29111
|
+
offsetY: io2.MousePos.y,
|
|
29112
|
+
ctrlKey: io2.KeyCtrl,
|
|
29113
|
+
shiftKey: io2.KeyShift,
|
|
29114
|
+
altKey: io2.KeyAlt,
|
|
29115
|
+
metaKey: io2.KeySuper,
|
|
29116
|
+
button: 0
|
|
29117
|
+
};
|
|
29118
|
+
this._previewScene.get()?.mainCamera?.handleEvent(evtPointerUp);
|
|
29119
|
+
wasDragging = false;
|
|
29120
|
+
}
|
|
29121
|
+
camera.updateController();
|
|
29122
|
+
}
|
|
29123
|
+
onPropChanged() {
|
|
29124
|
+
this.markDirty();
|
|
29125
|
+
}
|
|
29126
|
+
markDirty() {
|
|
29127
|
+
this._version = -1;
|
|
29128
|
+
}
|
|
29129
|
+
}
|
|
29130
|
+
class DlgShapeEditor extends DialogRenderer {
|
|
29131
|
+
editor;
|
|
29132
|
+
path;
|
|
29133
|
+
constructor(id2, width, height, path) {
|
|
29134
|
+
super(id2, width, height, false, false, false, false);
|
|
29135
|
+
this.path = path;
|
|
29136
|
+
this.editor = new ShapeEditor(id2);
|
|
29137
|
+
}
|
|
29138
|
+
static async editPrimitive(title, path, width, height) {
|
|
29139
|
+
const existing = DialogRenderer.findModeless(title);
|
|
29140
|
+
if (existing >= 0) {
|
|
29141
|
+
ImGui.SetWindowFocus(title);
|
|
29142
|
+
return DialogRenderer.getModeless(existing).promise;
|
|
29143
|
+
} else {
|
|
29144
|
+
return new DlgShapeEditor(title, width, height, path).show();
|
|
29145
|
+
}
|
|
29146
|
+
}
|
|
29147
|
+
async show() {
|
|
29148
|
+
const exists = await ProjectService.VFS.exists(this.path);
|
|
29149
|
+
if (exists) {
|
|
29150
|
+
const stat = await ProjectService.VFS.stat(this.path);
|
|
29151
|
+
if (stat.isFile) {
|
|
29152
|
+
await this.editor.init(this.path);
|
|
29153
|
+
}
|
|
29154
|
+
} else {
|
|
29155
|
+
await this.editor.init(this.path);
|
|
29156
|
+
}
|
|
29157
|
+
super.show();
|
|
29158
|
+
this.editor.open();
|
|
29159
|
+
}
|
|
29160
|
+
close() {
|
|
29161
|
+
this.editor.close();
|
|
29162
|
+
super.close();
|
|
29163
|
+
}
|
|
29164
|
+
doRender() {
|
|
29165
|
+
if (ImGui.BeginChild(
|
|
29166
|
+
"ShapeEditorContainer",
|
|
29167
|
+
new ImGui.ImVec2(0, -ImGui.GetFrameHeightWithSpacing()),
|
|
29168
|
+
false,
|
|
29169
|
+
ImGui.WindowFlags.NoScrollbar | ImGui.WindowFlags.NoScrollWithMouse
|
|
29170
|
+
)) {
|
|
29171
|
+
this.editor.render();
|
|
29172
|
+
}
|
|
29173
|
+
ImGui.EndChild();
|
|
29174
|
+
if (ImGui.Button("Save")) {
|
|
29175
|
+
this.editor.save(this.path);
|
|
29176
|
+
}
|
|
29177
|
+
ImGui.SameLine();
|
|
29178
|
+
if (ImGui.Button("Close")) {
|
|
29179
|
+
if (!this.editor.saved) {
|
|
29180
|
+
DlgMessageBoxEx.messageBoxEx("##SaveShape", "Primitive has changed, do you want to save it?", [
|
|
29181
|
+
"Yes",
|
|
29182
|
+
"No",
|
|
29183
|
+
"Cancel"
|
|
29184
|
+
]).then((value) => {
|
|
29185
|
+
if (value === "Yes") {
|
|
29186
|
+
this.editor.save(this.path).then(() => {
|
|
29187
|
+
this.close();
|
|
29188
|
+
});
|
|
29189
|
+
} else if (value === "No") {
|
|
29190
|
+
this.editor.restoreState();
|
|
29191
|
+
this.close();
|
|
29192
|
+
}
|
|
29193
|
+
});
|
|
29194
|
+
} else {
|
|
29195
|
+
this.close();
|
|
29196
|
+
}
|
|
29197
|
+
}
|
|
29198
|
+
}
|
|
29199
|
+
}
|
|
28906
29200
|
class Dialog {
|
|
28907
29201
|
static messageBox(title, message, width, height) {
|
|
28908
29202
|
return DlgMessage.messageBox(title, message, width, height ?? 0);
|
|
@@ -28925,6 +29219,9 @@ class Dialog {
|
|
|
28925
29219
|
static async promptImport(title, vfs, width, height) {
|
|
28926
29220
|
return DlgImport.promptImport(`${title}##Dialog`, vfs, width, height);
|
|
28927
29221
|
}
|
|
29222
|
+
static async editShape(title, path, width, height) {
|
|
29223
|
+
return DlgShapeEditor.editPrimitive(title, path, width, height);
|
|
29224
|
+
}
|
|
28928
29225
|
static async editMaterial(title, outputName, type, path, width, height) {
|
|
28929
29226
|
return DlgPBRMaterialEditor.editPBRMaterial(title, outputName, type, path, width, height);
|
|
28930
29227
|
}
|
|
@@ -36467,6 +36764,7 @@ class SceneView extends BaseView {
|
|
|
36467
36764
|
eventBus.on("workspace_drag_drop", this.handleWorkspaceDragDrop, this);
|
|
36468
36765
|
eventBus.on("assets_deleting", this.handleAssetsDeleting, this);
|
|
36469
36766
|
eventBus.on("edit_material", this.editMaterial, this);
|
|
36767
|
+
eventBus.on("edit_primitive", this.editPrimitive, this);
|
|
36470
36768
|
eventBus.on("edit_material_function", this.editMaterialFunction, this);
|
|
36471
36769
|
this.reset();
|
|
36472
36770
|
this._sceneHierarchy.selectNode(this.controller.model.scene.rootNode);
|
|
@@ -36500,6 +36798,7 @@ class SceneView extends BaseView {
|
|
|
36500
36798
|
eventBus.off("assets_deleting", this.handleAssetsDeleting, this);
|
|
36501
36799
|
eventBus.off("edit_material", this.editMaterial, this);
|
|
36502
36800
|
eventBus.off("edit_material_function", this.editMaterialFunction, this);
|
|
36801
|
+
eventBus.off("edit_primitive", this.editPrimitive, this);
|
|
36503
36802
|
this.endEditAll();
|
|
36504
36803
|
this.sceneFinialize();
|
|
36505
36804
|
}
|
|
@@ -37399,6 +37698,9 @@ class SceneView extends BaseView {
|
|
|
37399
37698
|
editMaterialFunction(path) {
|
|
37400
37699
|
Dialog.editMaterialFunction(path, path, 800, 600);
|
|
37401
37700
|
}
|
|
37701
|
+
editPrimitive(label, path) {
|
|
37702
|
+
Dialog.editShape(label, path, 800, 600);
|
|
37703
|
+
}
|
|
37402
37704
|
handleWorkspaceDragEnd() {
|
|
37403
37705
|
if (!this._workspaceDragging) {
|
|
37404
37706
|
this._renderDropZone = false;
|
|
@@ -40576,7 +40878,7 @@ class DlgEditorSettings extends DialogRenderer {
|
|
|
40576
40878
|
return this._clearApiKey;
|
|
40577
40879
|
}
|
|
40578
40880
|
}
|
|
40579
|
-
const EDITOR_VERSION = "0.3.
|
|
40881
|
+
const EDITOR_VERSION = "0.3.8";
|
|
40580
40882
|
class DlgAbout extends DialogRenderer {
|
|
40581
40883
|
static LABEL_COLUMN_WIDTH = 110;
|
|
40582
40884
|
static about(title) {
|