FK Animation won't load
10 November 2015 11:09
Hello one more time! :)
Heh, sweet
Here's the thing: if you just want the scene on the background with maybe some interactivity made on visual logic, like here or here, it's not harder than making single 2D page :) Well, considering you have your B4W scene working
But if you're making an application with lots of interactivity like this or this, it will be more complicated. But still managable
Good luck anyways! :)
Heh, sweet
Here's the thing: if you just want the scene on the background with maybe some interactivity made on visual logic, like here or here, it's not harder than making single 2D page :) Well, considering you have your B4W scene working
But if you're making an application with lots of interactivity like this or this, it will be more complicated. But still managable
Good luck anyways! :)
10 November 2015 14:05
10 November 2015 16:42
10 November 2015 19:42
11 November 2015 11:32
03 January 2016 19:59
04 January 2016 00:23
Hello!
I think it's just the camera animation there. If you need something more interactive you need to write your own code which handles mousemove event and moves camera accordingly.
I think it's just the camera animation there. If you need something more interactive you need to write your own code which handles mousemove event and moves camera accordingly.
Blend4Web Team
https://twitter.com/AlexKowel
https://twitter.com/AlexKowel
05 January 2016 13:37
Thanks, Alexander, that's good to know!
One more thing..
I've been trying for ages now to get another animation of mine running in html, a similar one to the drummer from the beginning of this thread. The thing I can't work out for the life of me is how to get the animation of the guitar to export properly. It is parented to an animated figure and has a little bit of rotational animation going on.
But when I export the scene, the guitar's orientation changes completely - I have no idea why it's doing that.
I've attached the scene (guitar_parented.blend) to this post - if one of you guys could have a quick look at it, that'd be really great, I'm sure there must be some obvious mistake I'm making.
I've also tried baking the guitar's movement to keyframes, and although the guitar's orientation was fine that way, the figure's animation was now completely out of sync with the guitar's
this is really driving me nuts,
One more thing..
I've been trying for ages now to get another animation of mine running in html, a similar one to the drummer from the beginning of this thread. The thing I can't work out for the life of me is how to get the animation of the guitar to export properly. It is parented to an animated figure and has a little bit of rotational animation going on.
But when I export the scene, the guitar's orientation changes completely - I have no idea why it's doing that.
I've attached the scene (guitar_parented.blend) to this post - if one of you guys could have a quick look at it, that'd be really great, I'm sure there must be some obvious mistake I'm making.
I've also tried baking the guitar's movement to keyframes, and although the guitar's orientation was fine that way, the figure's animation was now completely out of sync with the guitar's
this is really driving me nuts,
05 January 2016 18:27
I've checked your file and found two issues with the guitar:
First, it has a negative scale on it which is not supported well by our engine.
And second and more important is the issue with the Parent Inverse matrix. This internal matrix must be cleared before doing any animation on parented objects. To do so select your guitar and press alt-p. In the popup dialog select "Clear Parent Inverse". This will damage your animation so you'll need to fix it right after this operation is applied.
First, it has a negative scale on it which is not supported well by our engine.
And second and more important is the issue with the Parent Inverse matrix. This internal matrix must be cleared before doing any animation on parented objects. To do so select your guitar and press alt-p. In the popup dialog select "Clear Parent Inverse". This will damage your animation so you'll need to fix it right after this operation is applied.
Blend4Web Team
https://twitter.com/AlexKowel
https://twitter.com/AlexKowel