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 websiteIn this tutorialwe 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 figureAssign an armature to the figureCreate 3 different animations for the figureCreate 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 projectdisplay the 3D figure on a web page using Three. jsControl the animations using Javascript eventsAt 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.