@galacean/effects-plugin-model 1.1.2 → 1.1.4

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/index.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects player model plugin
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 飂兮
6
- * Version: v1.1.2
6
+ * Version: v1.1.4
7
7
  */
8
8
 
9
9
  import { math, Transform, PLAYER_OPTIONS_ENV_EDITOR, spec, glContext, TextureSourceType, Texture, RenderPass, TextureLoadAction, DestroyOptions, RenderPassDestroyAttachmentType, Geometry, Material, Mesh, Player, Renderer, getDefaultTextureFactory, loadImage, RenderPassAttachmentStorageType, addItem, removeItem, TimelineComponent, VFXItem, Item, HitTestType, AbstractPlugin, registerPlugin } from '@galacean/effects';
@@ -10070,8 +10070,8 @@ var GLTFHelper = /** @class */ (function () {
10070
10070
 
10071
10071
  registerPlugin('tree', ModelTreePlugin, ModelTreeVFXItem, true);
10072
10072
  registerPlugin('model', ModelPlugin, ModelVFXItem);
10073
- var version = "1.1.2";
10074
- console.debug('[Galacean Effects Plugin Model] version: ' + "1.1.2");
10073
+ var version = "1.1.4";
10074
+ console.debug('[Galacean Effects Plugin Model] version: ' + "1.1.4");
10075
10075
 
10076
10076
  export { BoxMesh, CameraGestureHandlerImp, CameraGestureType, CheckerHelper, CompositionCache, CompositionHitTest, FBOOptions, Float16ArrayWrapper, GeometryBoxProxy, HitTestingProxy, HookOGLFunc, InterpolationSampler, LoaderHelper, LoaderImpl, MeshHelper, ModelPlugin, ModelTreeItem, ModelTreePlugin, ModelTreeVFXItem, ModelVFXItem, PAnimInterpType, PAnimPathType, PAnimTexture, PAnimTrack, PAnimation, PAnimationManager, PAnimationSystem, PBlendMode, PCamera, PCameraManager, PCoordinate, PEntity, PFaceSideMode, PGeometry, PGlobalState, PLight, PLightManager, PLightType, PMaterialBase, PMaterialPBR, PMaterialSkyboxFilter, PMaterialType, PMaterialUnlit, PMesh, PMorph, PObject, PObjectType, PPrimitive, PSceneManager, PShaderManager, PShadowType, PSkin, PSkybox, PSkyboxCreator, PSkyboxType, PTextureType, PTransform, PluginHelper, RayBoxTesting, RayIntersectsBoxWithRotation, RayTriangleTesting, TextureDataMode, ToggleItemBounding, TwoStatesSet, VFX_ITEM_TYPE_3D, VertexAttribBuffer, WebGLHelper, WebHelper, createAnimationSampler, createInternalMaterial, createPluginMaterial, getDefaultEffectsGLTFLoader, getDiffuseOnlyShaderCode, getGaussianBlurShaderCodeV1, getGaussianBlurShaderCodeV2, getKawaseBlurShaderCode, getNormalVisShaderCode, getPBRPassShaderCode, getPMeshList, getQuadFilterShaderCode, getRendererGPUInfo, getShadowPassShaderCode, getSimpleFilterShaderCode, getSkyBoxShaderCode, getTransparecyBaseShader, getTransparecyFilterShader, setDefaultEffectsGLTFLoader, version };
10077
10077
  //# sourceMappingURL=index.mjs.map
package/dist/loader.mjs CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects player model plugin
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 飂兮
6
- * Version: v1.1.2
6
+ * Version: v1.1.4
7
7
  */
8
8
 
9
9
  import { math, Transform, spec, PLAYER_OPTIONS_ENV_EDITOR, glContext, TextureSourceType, Texture, RenderPass, TextureLoadAction, DestroyOptions, RenderPassDestroyAttachmentType, Geometry, Renderer, Mesh, getDefaultTextureFactory, Player, loadImage } from '@galacean/effects';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-plugin-model",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Galacean Effects player model plugin",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",
@@ -33,15 +33,15 @@
33
33
  "registry": "https://registry.npmjs.org"
34
34
  },
35
35
  "dependencies": {
36
- "@galacean/effects-helper": "1.1.2"
36
+ "@galacean/effects-helper": "1.1.4"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@vvfx/resource-detection": "0.4.2-alpha.22",
40
40
  "@types/hammerjs": "^2.0.45",
41
41
  "fpsmeter": "^0.3.1",
42
42
  "hammerjs": "^2.0.8",
43
- "@galacean/effects": "1.1.2",
44
- "@galacean/effects-plugin-editor-gizmo": "1.1.2"
43
+ "@galacean/effects-plugin-editor-gizmo": "1.1.4",
44
+ "@galacean/effects": "1.1.4"
45
45
  },
46
46
  "scripts": {
47
47
  "dev": "vite",