@galacean/effects-plugin-model 1.1.6 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.6
6
+ * Version: v1.1.8
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';
@@ -10071,8 +10071,8 @@ var GLTFHelper = /** @class */ (function () {
10071
10071
 
10072
10072
  registerPlugin('tree', ModelTreePlugin, ModelTreeVFXItem, true);
10073
10073
  registerPlugin('model', ModelPlugin, ModelVFXItem);
10074
- var version = "1.1.6";
10075
- console.debug('[Galacean Effects Plugin Model] version: ' + "1.1.6");
10074
+ var version = "1.1.8";
10075
+ console.debug('[Galacean Effects Plugin Model] version: ' + "1.1.8");
10076
10076
 
10077
10077
  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 };
10078
10078
  //# 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.6
6
+ * Version: v1.1.8
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.6",
3
+ "version": "1.1.8",
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.6"
36
+ "@galacean/effects-helper": "1.1.8"
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.6",
44
- "@galacean/effects-plugin-editor-gizmo": "1.1.6"
43
+ "@galacean/effects": "1.1.8",
44
+ "@galacean/effects-plugin-editor-gizmo": "1.1.8"
45
45
  },
46
46
  "scripts": {
47
47
  "dev": "vite",