Skip to content

New page: Saving poses #117

@mithi

Description

@mithi

Page Ideas

  1. Be able to save poses and preselect saved named poses or saved ik configuration
    in local storage: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage

  2. Be able to save named poses and ik configurations by pasting a json string in a text area and submitting it.
    that we can deserialize and store it in local storage for quick access later.

{ type: "ikpose", name: "michael-jackson-thriller", ikParams: {rx, ry, rz, tx, ty, tz}, pose: {} }
{ type: "fkpose", name: "elvis-stay-alive", pose: {} }

We should also perform sanity checks

  1. We can also perform animations given a json object specification for example.
{ 
    type: "movement",
    name: "stay-alive-dance", 
    poseNameSequence: ["point-up", "point-down", "look-left", "look-right"],
    delaySequence: [5000, 2000, 250, 1200]
 }
  1. We can then pull up these named movements, and show the animation in a loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions