3dstreet icon indicating copy to clipboard operation
3dstreet copied to clipboard

Animation tasks (from "Animation prevent editing" issue)

Open Algorush opened this issue 1 year ago β€’ 2 comments

Add first commit with first task done: toggle global animation in live mode. No, I was wrong. Toggling only works if global animation is enabled by default. But if globalAnimation = false by default, then toggle does not work. I'm still working on it

Algorush avatar Dec 15 '23 01:12 Algorush

Deploy Preview for 3dstreet-core-builds ready!

Name Link
Latest commit 0dd9bce8ff246689ec1f1dc0dc9ff332865e601e
Latest deploy log https://app.netlify.com/sites/3dstreet-core-builds/deploys/65caa71b213e9c00093a8355
Deploy Preview https://deploy-preview-435--3dstreet-core-builds.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Dec 15 '23 01:12 netlify[bot]

Now works:

  • animation-element component to control entity animation
  • enable/disable animation of a single element
  • change direction of movement: inbound/outbound
  • changing the position of an element in the editor and continuing the animation from the new position in Viewer. The solution to this issue? https://github.com/3DStreet/3dstreet/issues/453
  • enable/disable global animation without reloading the scene

In progress:

  • segment animation control
  • collision prevention
  • preventing grouped objects

Algorush avatar Feb 07 '24 23:02 Algorush