论坛

由用户创建的信息 尤里·卡夫兰诺
07 January 2015 09:42
Understood. BTW, for this site the IE share is 2.8%.
开发主管 | 新浪微博
06 January 2015 22:18
Preference is now for a slight glow to all clickable objects that is always on so mobile users know there is something to click.
For persistent glow you need something like this:
var m_scenes = require("scenes");
var myobj = m_scenes.get_object_by_name("How your object is named in Blender");
m_scenes.apply_glow_anim(myobj, 1, 1, 0);

FYI: hover glow not working in IE 11
Yeah, being one of "fancy features" that require postprocessing, glow effect is not available in the low quality mode.
开发主管 | 新浪微博
06 January 2015 21:57
Not so much for personal projects, but work related stuff requires acknowledging a user base of 43% IE.
According to Statcounter, IE share is about 22%. I prefer to trust their estimates.
开发主管 | 新浪微博
06 January 2015 13:04
Add the following lines somewhere in the code:
var m_mouse = require("mouse");
m_mouse.enable_mouse_hover_glow();

All "selectable" objects will be outlined under the cursor, like in the xmas greeting card. Blend4Web 14.12 required.
开发主管 | 新浪微博
06 January 2015 12:53
IE does nor support depth textures, so we just enforce low quality mode for it in which all fancy features are disabled including god rays. Also IE does not support Web Audio.
Some other hacks can be viewed in this listing. E.g. Firefox video textures issue can be found in line 34.
See also Can I Use website.
For depth texture statistics and for other WebGL and HTML5 features please refer to webglstats.
Anyway, Blend4Web feature support table for different browsers, OSes and devices could be very useful, thanks for suggesting.
开发主管 | 新浪微博
06 January 2015 12:41
But what about animation of visibility? In my case I could make an illusion of movement by switching objects on/off.
In one project, I used location animation and moved it far far away to make it dissapear but is there another way?
By coincidence, we are now implementing this feature in the NLA Script.
开发主管 | 新浪微博
06 January 2015 06:37

Since the original files we receive are .ASMs and .PRTs (PRO-E Files) the typology is terrible. Some of the edges and verts aren't even connected correctly.

Perhaps retopology is what you need.
开发主管 | 新浪微博
06 January 2015 06:30
Hi Ryan,

I just tried this tool myself. You need to click the "reload normals" button to see the actual edited and saved normals.
untitled2.blend
untitled2.html
Yes we know this could be done in more convenient way. Hope to see this tool implemented in Blender natively some day.
开发主管 | 新浪微博
05 January 2015 21:29
You can try to bake a normal map which is also a common way to modify normals.
开发主管 | 新浪微博
05 January 2015 21:25
See also the sources of The Island demo inside the SDK. In that case the root bone of the aircraft was animated along the path and then baked.
开发主管 | 新浪微博