Skip to content

Commit 4439c8c

Browse files
[Community] [Advanced 3D Features] Fix look-at bugs and minor issues (#1829)
- Fixed bugs in "👀 Look at position" and "👀 Look at 3D object" actions - Corrected parameter name in "↔️ Check the distance between two objects in 3D" - Improved wording in "😀 Change morph target value" description - Thanks @PANDAKO-GitHub
1 parent 4c20da0 commit 4439c8c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

extensions/community/A3F.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "A3F",
1010
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Graphic Design/f4c71080f9213188ee5556b1acb45ad46fe6e5225947301c363105b080fca008_Graphic Design_3d_cube_isometric.svg",
1111
"shortDescription": "This extension adds features to the built-in 3D.",
12-
"version": "1.3.1",
12+
"version": "1.3.2",
1313
"description": [
1414
"3D features added by this extension: ",
1515
"- Lighting",
@@ -1128,6 +1128,7 @@
11281128
"Object3D.lookAt(X, Y, Z);",
11291129
"Scene.scale.y = -1;",
11301130
"Object3D.up.set(0, 1, 0);",
1131+
"Object3D.updateWorldMatrix(true,false);// 必須",
11311132
"Object3D.rotateZ(-1.5707963267948966);//gdjs.toRad(90)",
11321133
"Object3D.rotateY(-1.5707963267948966);//gdjs.toRad(90)",
11331134
"//",
@@ -1990,7 +1991,7 @@
19901991
"type": "behavior"
19911992
},
19921993
{
1993-
"description": "Distance",
1994+
"description": "Operator",
19941995
"name": "Operator",
19951996
"supplementaryInformation": "[\"=\",\"<\",\">\",\"\",\"\",\"\"]",
19961997
"type": "stringWithSelector"
@@ -2475,7 +2476,7 @@
24752476
"objectGroups": []
24762477
},
24772478
{
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.",
24792480
"fullName": "😀Change morph target value",
24802481
"functionType": "Action",
24812482
"group": "Animations and images",

0 commit comments

Comments
 (0)