@galacean/effects-plugin-model 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -3
- package/dist/index.min.js +2 -2
- package/dist/index.mjs +3 -3
- package/dist/loader.mjs +1 -1
- package/package.json +4 -4
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.0.
|
|
6
|
+
* Version: v1.0.1
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { Transform, PLAYER_OPTIONS_ENV_EDITOR, spec, intersectRayBox, glContext, TextureSourceType, Texture, RenderPass, TextureLoadAction, DestroyOptions, RenderPassDestroyAttachmentType, Geometry, Material, Mesh, DEG2RAD, Player, Renderer, getDefaultTextureFactory, loadImage, RenderPassAttachmentStorageType, addItem, removeItem, VFX_ITEM_TYPE_TREE, TimelineComponent, VFXItem, HitTestType, AbstractPlugin, registerPlugin } from '@galacean/effects';
|
|
@@ -16041,8 +16041,8 @@ var GLTFHelper = /** @class */ (function () {
|
|
|
16041
16041
|
|
|
16042
16042
|
registerPlugin('tree', ModelTreePlugin, ModelTreeVFXItem, true);
|
|
16043
16043
|
registerPlugin('model', ModelPlugin, ModelVFXItem);
|
|
16044
|
-
var version = "1.0.
|
|
16045
|
-
console.debug('[Galacean Effects Plugin Model] version: ' + "1.0.
|
|
16044
|
+
var version = "1.0.1";
|
|
16045
|
+
console.debug('[Galacean Effects Plugin Model] version: ' + "1.0.1");
|
|
16046
16046
|
|
|
16047
16047
|
export { Box3, BoxMesh, CameraGestureHandlerImp, CameraGestureType, CheckerHelper, CompositionCache, CompositionHitTest, Euler, EulerOrder, FBOOptions, Float16ArrayWrapper, GeometryBoxProxy, HitTestingProxy, HookOGLFunc, InterpolationSampler, LoaderHelper, LoaderImpl, Matrix2, Matrix3, Matrix4, 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, Quaternion, RayBoxTesting, RayIntersectsBoxWithRotation, RayTriangleTesting, Sphere, TextureDataMode, ToggleItemBounding, TwoStatesSet, VFX_ITEM_TYPE_3D, Vector2, Vector3, Vector4, VertexAttribBuffer, WebGLHelper, WebHelper, createAnimationSampler, createInternalMaterial, createPluginMaterial, getDefaultEffectsGLTFLoader, getDiffuseOnlyShaderCode, getGaussianBlurShaderCodeV1, getGaussianBlurShaderCodeV2, getKawaseBlurShaderCode, getNormalVisShaderCode, getPBRPassShaderCode, getPMeshList, getQuadFilterShaderCode, getRendererGPUInfo, getShadowPassShaderCode, getSimpleFilterShaderCode, getSkyBoxShaderCode, getTransparecyBaseShader, getTransparecyFilterShader, setDefaultEffectsGLTFLoader, version };
|
|
16048
16048
|
//# 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.0.
|
|
6
|
+
* Version: v1.0.1
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { Transform, spec, PLAYER_OPTIONS_ENV_EDITOR, glContext, TextureSourceType, Texture, RenderPass, TextureLoadAction, DestroyOptions, RenderPassDestroyAttachmentType, DEG2RAD, 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.0.
|
|
3
|
+
"version": "1.0.1",
|
|
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.0.
|
|
36
|
+
"@galacean/effects-helper": "1.0.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@vvfx/resource-detection": "0.4.2-alpha.22",
|
|
40
40
|
"@types/hammerjs": "^2.0.41",
|
|
41
41
|
"fpsmeter": "^0.3.1",
|
|
42
42
|
"hammerjs": "^2.0.6",
|
|
43
|
-
"@galacean/effects-plugin-editor-gizmo": "1.0.
|
|
44
|
-
"@galacean/effects": "1.0.
|
|
43
|
+
"@galacean/effects-plugin-editor-gizmo": "1.0.1",
|
|
44
|
+
"@galacean/effects": "1.0.1"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"dev": "vite",
|