[semi-solved with hacks...] Is possible hidden 100% tags when is not visible (Detect Vsibility)?
06 April 2016 15:49
06 April 2016 16:24
06 April 2016 16:40
06 April 2016 17:37
06 April 2016 17:50
You should use Custom Element anchor type and attach_move_cb function.
Example in the code snippets.
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
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.
Replace that file in your Blend4web 16.03 install folder and you will get nontransparent hidden anchors when you export from blender.