Jump to content

Start animation when entering a page


hit2501
 Share

Recommended Posts

Hi again.

 

I can animate two meshes imported from Blender by pressing a cube (OnPickTrigger) but now I need that the animations run alone when the page finish to load.
 
How can I do that?
 
This is my code until now:
Cube.actionManager = new BABYLON.ActionManager(scene);Cube.actionManager.registerAction( new BABYLON.CombineAction(BABYLON.ActionManager.OnPickTrigger,     [        new BABYLON.PlayAnimationAction(BABYLON.ActionManager.NothingTrigger, Mesh01, 0, 123, 0),        new BABYLON.PlayAnimationAction(BABYLON.ActionManager.NothingTrigger, Mesh02, 0, 123, 0)    ])).then(new BABYLON.CombineAction(BABYLON.ActionManager.OnPickTrigger,     [        new BABYLON.PlayAnimationAction(BABYLON.ActionManager.NothingTrigger, Mesh01, 123, 235, 0),        new BABYLON.PlayAnimationAction(BABYLON.ActionManager.NothingTrigger, Mesh02, 123, 235, 0)    ]));
Sorry if my english is no good :)
 
Thank you all. 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...