Форум

Сообщения, созданные пользователем Александр Ковеленов
08 декабря 2014 21:43
Understood.

The Web Audio API in IE is in their TODO list (however I cant say when they'll do it actually)

The Firefox looping issue is some kind of a bug, I'll check it later.

About "Or" function: is what you really need is randomization, or a boolean operation?
Команда Blend4Web
https://twitter.com/AlexKowel
08 декабря 2014 11:43
Hi, this is really a nice idea.

Unfortunately, the NLA script is not the fastest solution to play on something with the minimal delays. Using low-level picking API should get you better results (see pick_object() from scenes module).

You may also consider using external keyboard together with the Web MIDI API. And finally, with midi.js, it's even possible to play midi files as shown in the demo here.
Команда Blend4Web
https://twitter.com/AlexKowel
03 декабря 2014 00:01
Hi Shaba1 and welcome to our forum

It's seams you have got a somewhat old and poorly supported GPU (GMA 4500MHD or so). Try to update your driver and browser or just switch to more modern hardware which is always a good idea when working with real-time graphics .
Команда Blend4Web
https://twitter.com/AlexKowel
17 октября 2014 12:03
Hi

There is some issues with a baked animation, maybe incompatible keyframes or so. Need some more info, e.g blend file.
Two sided: disable Backface Culling property on material (docs).
IE11 is not fully WebGL-compatible yet, we are working on it but you know microsoft .
Команда Blend4Web
https://twitter.com/AlexKowel
17 октября 2014 09:24
16 октября 2014 21:28
Yes, to do that load the scene with the "wait_complete_loading" param of the "data.load()" function set to true. For more info check our API doc here.
Команда Blend4Web
https://twitter.com/AlexKowel
16 октября 2014 11:26
Thanks we'll have a look at this.
Команда Blend4Web
https://twitter.com/AlexKowel
16 октября 2014 11:23
Hi trepaning and welcome to the Blend4Web forum!

You can definitely implement all the functionality you need by using Blend4Web. We also have a decent audio engine so you can place not just a single audio track but a whole bunch of positional sound sources near every instrument right in Blender and export all the composition at one click.

Just take a look at our game tutorials, also you may find some useful coding examples in our app.js addon.
Команда Blend4Web
https://twitter.com/AlexKowel
14 октября 2014 11:22
Hello

Currently to change the alpha parameter you need to write your own app. See method 3 in the corresponding tutorial.
Команда Blend4Web
https://twitter.com/AlexKowel
12 октября 2014 17:55
Sorry, but I don't undestand how such thing may be useful because as far as I know it's just a simple server-side Web framework
Команда Blend4Web
https://twitter.com/AlexKowel