GDevelop-extensions icon indicating copy to clipboard operation
GDevelop-extensions copied to clipboard

Points for 3D

Open github-actions[bot] opened this issue 7 months ago • 0 comments

Description

Points Functionality to 3d objects just like the 2d points work.

How to use the extension

Add the behaviour to a 3dObject and set the local coordinate coordinates in the behaviour points. The behaviour automaticallu calculates the translated world coordinates depending on the parent objects position and angles.

You can fetch the translated values like this Image

You can also modify the Local Points just like writing a variable inthe behaviour properties with events.

Image

Checklist

  • [x] I've followed all of the best practices.
  • [x] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
  • [x] I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.

What tier of review do you aim for your extension?

Community (Unreviewed)

Example file

PointsFor3DExample.zip

Extension file

PointsFor3D.zip


Extension by @VanCastar

You can update the extension on this "Pull Request" by commenting the update command: in the comment field, type !update, then drag and drop a zip file with your extension file in the commenting field, like how you initially submitted the extension. It should look like this:

!update [MyExtension.zip](https://github.com/GDevelopApp/GDevelop-extensions/files/12709661/MyExtension.zip)

It can take a few seconds for the file to fully upload and show as the above. Once it is like shown above, click "Comment" and let the bot do the rest!

github-actions[bot] avatar May 29 '25 16:05 github-actions[bot]