Forum

Multiple WebGL Canvases On a Single Page

06 April 2017 18:38
WebGL does not restrict us to use only one canvas per page.
It this short article it is shown how you can run two Blend4Web applications and even build simple interaction between them.

Link to Article

Project sources
06 April 2017 19:51
Very well done guys, truly amazing work and innovation. Love the annotation system with custom html ID. Ground breaking time.
02 June 2017 18:09
Thank you so much for great tutorial. I got this error when I run html file.

Uncaught Error: Module "__tbn" not found
at b4w.js:201
at b4w.module.__util (util.js:31)
at b4w.js:208
at b4w.module.__tsr (tsr.js:29)
at b4w.js:208
at b4w.module.__boundings (boundings.js:27)
at b4w.js:208
at b4w.module.__batch (batch.js:27)
at b4w.js:208
at b4w.module.__anchors (anchors.js:27)
b4w.js:201 Uncaught Error: Module "__tbn" not found
at b4w.js:201
at b4w.module.__util (util.js:31)
at b4w.js:208
at b4w.module.__tsr (tsr.js:29)
at b4w.js:208
at b4w.module.__boundings (boundings.js:27)
at b4w.js:208
at b4w.module.__camera (camera.js:28)
at b4w.js:208
at b4w.module.camera (camera.js:50)
b4w.js:201 Uncaught Error: Module "__tbn" not found
at b4w.js:201
at b4w.module.__util (util.js:31)
at b4w.js:208
at b4w.module.__tsr (tsr.js:29)
at b4w.js:208
at b4w.module.__boundings (boundings.js:27)
at b4w.js:208
at b4w.module.__camera (camera.js:28)
at b4w.js:208
at b4w.module.camera (camera.js:50)
02 June 2017 18:52
Hello and welcome to the forum!

Thank you so much for great tutorial. I got this error when I run html file.

Please press the check modules button:

And then press the Update Modules button. It should do the trick
02 June 2017 19:14
Great! Thanks again.
06 August 2017 19:39
hi,
could you please fix example source files??!! all those scripts are nowhere to be found
(../../src/ext/**.js etc., leading nowhere… )
thank you!
mgk
07 August 2017 02:36
These files are in your SDK. They get used when running the development version of your app. When you build your app, everything gets compiled to one JS file. Have you have moved your dev version to a different directory?
 
Please register or log in to leave a reply.