Welcome to "Creating a webpage using Blender and Three.js".
Sometimes, the web developer do not have the knowledge to use Blender, or the 3D designer do not have knowledge to display the 3D figures in a web page.
This tutorial can help both, the developer and the designer to get an idea of how to use blender and three.js to create a basic website
In this tutorial
we will learn how to create a web page that will display a 3D figure created in Blender with different animations that you can control using javascript events.
We will use Blender to:
Create a 3D figure
Assign an armature to the figure
Create 3 different animations for the figure
Create a Scenario with camera and lighting to export it and use it in the web page.
We will use Visual Studio Code to:
Configure the project
display the 3D figure on a web page using Three.js
Control the animations using Javascript events
At the end, you will have a base project that you can modify freely for your needs.
Hope this can help you to get a basic knowledge to create your how projects.
If you have any question, please let me know in the comment section.
Thanks and have fun.