To access the full power of blend4web, WebGL and a 3D Internet you have use programming.
This tutorial is the first in a series on programming with blend4web, learn how to fully use blend4web and Blender to make powerful interactive 3D web content.
Note: before starting this tutorial you need to download and install the blend4web CE SDK from -
https://www.blend4web.com/en/
This tutorial shows how to run the first example program from the blend4web user manual. It explains how the ‘app’ works and it shows the relevant blend4web API documentation.
Steps
Open the blend4web user manual
Go to ‘For Application Developers’ - ‘Application Programming’
Highlight and copy the listing of the “Hello World!” application
Paste the listing into a text editor
Save the file as hello1.html
Go to the folder blend4web_ce/deploy/apps/common
Copy the file b4w.min.js
Paste it into the same folder as the hello1.html file
Double click the hello1.html to open the file in a web browser
For more tutorials and to download the finished file visit my website -
http://blender.freemovies.co.uk
http://blender.freemovies.co.uk/intro...
To learn about JavaScript go to -
http://www.w3schools.com