Форум

Сообщения, созданные пользователем trepaning
06 февраля 2015 22:10
Nothing fancy here, just getting started.
Test Store
29 января 2015 00:24
fantastic
29 января 2015 00:20
Can't say how soon I would need it, but now I know it's in Blender!
27 января 2015 20:32
File sizes may be smaller if bone animations could be set to "cyclic" or "not cyclic" per bone.
24 января 2015 03:18
You people are on top of it, good to know.
23 января 2015 20:34
Awesome, thanks for the info.

As for this current Firefox issue, I would suspect it is a Firefox problem to remedy as opposed to a B4W workaround to be implemented. Let me know if it is otherwise, as I am essentially ceasing development for the time being if glow is knocked out of the pipeline for 2 major browsers.
22 января 2015 20:41
Just ran a localhost test.

Setting alpha to TRUE makes background GLOW color, in this case, WHITE.

Setting alpha to FALSE makes background nice light BLUE color, as specified in the code.

Consistent issue, just change TRUE to FALSE.

Here are the files LINK DISABLED
20 января 2015 21:20
I was just going to report the same issue, did not know it was the glow color, thanks for the info.

fyi, enabling Alpha disables the background color in firefox, replacing it with the glow color


m_app.init({

alpha: true,
background_color: [0.7, 0.9, 1.0, 0.0]
});
17 января 2015 09:12
Here is a very quick test I did to see how quickly a page could be put together. I recommend the book. http://www.trepaning.com/b4w/thethicket

Side note: God rays are made with Spotlights in Blender, but require Sun for B4W.
16 января 2015 20:14
Thanks for checking. After starting everything up today, it works in all browsers with IE's expected limitations. I seem to have what I need to move forward, thanks again!