|
9 | 9 | "name": "A3F", |
10 | 10 | "previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Graphic Design/f4c71080f9213188ee5556b1acb45ad46fe6e5225947301c363105b080fca008_Graphic Design_3d_cube_isometric.svg", |
11 | 11 | "shortDescription": "This extension adds features to the built-in 3D.", |
12 | | - "version": "1.3.1", |
| 12 | + "version": "1.3.2", |
13 | 13 | "description": [ |
14 | 14 | "3D features added by this extension: ", |
15 | 15 | "- Lighting", |
|
1128 | 1128 | "Object3D.lookAt(X, Y, Z);", |
1129 | 1129 | "Scene.scale.y = -1;", |
1130 | 1130 | "Object3D.up.set(0, 1, 0);", |
| 1131 | + "Object3D.updateWorldMatrix(true,false);// 必須", |
1131 | 1132 | "Object3D.rotateZ(-1.5707963267948966);//gdjs.toRad(90)", |
1132 | 1133 | "Object3D.rotateY(-1.5707963267948966);//gdjs.toRad(90)", |
1133 | 1134 | "//", |
|
1990 | 1991 | "type": "behavior" |
1991 | 1992 | }, |
1992 | 1993 | { |
1993 | | - "description": "Distance", |
| 1994 | + "description": "Operator", |
1994 | 1995 | "name": "Operator", |
1995 | 1996 | "supplementaryInformation": "[\"=\",\"<\",\">\",\"≤\",\"≥\",\"≠\"]", |
1996 | 1997 | "type": "stringWithSelector" |
|
2475 | 2476 | "objectGroups": [] |
2476 | 2477 | }, |
2477 | 2478 | { |
2478 | | - "description": "Change morph target values of 3D models.\nThe names of the morph target must be checked in advance using the \"🛟Output morph target names\" action or a 3D modeling tool.\nNote that if a morph target is affected by a playing animation, it will override this change. In that case, please pause the animation.", |
| 2479 | + "description": "Change morph target values of 3D objects.\nThe names of the morph target must be checked in advance using the \"🛟Output morph target names\" action or a 3D modeling tool.\nNote that if a morph target is affected by a playing animation, it will override this change. In that case, please pause the animation.", |
2479 | 2480 | "fullName": "😀Change morph target value", |
2480 | 2481 | "functionType": "Action", |
2481 | 2482 | "group": "Animations and images", |
|
0 commit comments