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
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
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
06 August 2017 19:39
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?