Category: brainstorm

  • action

    Is it possible to add a new button using JavaScript that appears only in edit mode? The button should be called “Save Action.”

    The purpose of this button is to save the current camera state in Three.js. For example, if I zoom, move the camera, or change its position and zoom level, clicking “Save Action” should store that exact camera position and settings.

    This feature is only needed for a few templates.

    If it’s not possible to save the data directly with JavaScript, then it should be stored using JSON or PHP in a folder, so the saved camera position can be reused later.

  • add a gallery logic

    Add a new div over the whole area. When clicked, it should allow uploading multiple images.


    Clicking again should allow uploading more photos.

    For deleting: right-click should show all images with their titles. From there, you should be able to rename or delete individual images.


    If you want to upload new ones, just click again to add more images.