We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

How to write a program for the Puzzles generation with config or blender files ?

Home Forums Puzzles How to write a program for the Puzzles generation with config or blender files ?

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52809
    rampagedog
    Participant

    Hello,
    I am a Blender user and new to Verge3D. I find I need to create a puzzle for each my application.
    Is there any way to streamline the process?
    For example, I have two blender files. The first one has a long animation and the animation is separated into two time periods, 1-100th frame, and 101-200th frames. The animation of the second one is separated into three time periods, 1-50th frame, 51-150 frame, and 151-200 frame.
    I want to create a script that will generate puzzles depending on the blender file or config file… I may create a json file has time periods. Read the json file to create the puzzle…

    #52818

    I think a simpler way would be to just use Verge3D/Three.js JavaScript API directly. You might get inspired by the code generated by relevant puzzles. You can find the codes in the file called visual_logic.js which is human-readable.

    Chief 3D Verger | LinkedIn | Twitter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.