Forum

[semi-solved with hacks...] Is possible hidden 100% tags when is not visible (Detect Vsibility)?

06 April 2016 15:49
The tags when have Detect Vsibility Enabled, work well, but is semy-transparend.
I can make this tags 100% transparent? , Thanks.
06 April 2016 16:24

The tags when have Detect Vsibility Enabled, work well, but is semy-transparend.
Please, can you rephrase the question it's not clear or attach an example of what you want to achieve?
Blend4web and that kind of thing.
06 April 2016 16:40
The "M" annotation is overlapped and inactive. I need to make fully transparent or invisible.


I need can change "M" opacity to 0.
06 April 2016 17:37
Anchors > Detect Visibility
Detect whether the anchor object is overlapped by other objects. Turning this option on decreases performance and should be used only when necessary.
06 April 2016 17:50
You should use Custom Element anchor type and attach_move_cb function.
Example in the code snippets.
07 April 2016 19:54

Reply to post of user Dmitry Zhiganov
You should use Custom Element anchor type and attach_move_cb function.
Example in the code snippets.

Thanks, I have to review it.
08 April 2016 10:42
As far as I can understand, useing Custom Element is not possible with single html output. Am I right?

Anyway 100% unvisibility is possible by modifying source code.
There is "opacity=.1" which must be changed to "opacity=.0" or "opacity=0"

completely_hidden.html

completely_hidden.blend

webplayer.min.js

08 April 2016 14:23

Reply to post of user nils.austa
As far as I can understand, useing Custom Element is not possible with single html output. Am I right?

Anyway 100% unvisibility is possible by modifying source code.
There is "opacity=.1" which must be changed to "opacity=.0" or "opacity=0"

completely_hidden.html

completely_hidden.blend

webplayer.min.js


you have edited the webplayer.min.js or minified code inside html?….
Where you edit opacity to 0?… Thanks.
08 April 2016 15:06
I modified the source webplayer.min.js
Replace that file in your Blend4web 16.03 install folder and you will get nontransparent hidden anchors when you export from blender.

08 April 2016 15:28

Reply to post of user nils.austa
I modified the source webplayer.min.js
Replace that file in your Blend4web 16.03 install folder and you will get nontransparent hidden anchors when you export from blender.

Good, but this is a unofficial hack…. ^-^

But, thanks!.
 
Please register or log in to leave a reply.