Get Started
babylon-mmd is a Babylon.js-based MMD loader and runtime that helps you easily load MMD models and play animations on the web.
In this section, we introduce the basic usage of babylon-mmd through a simple example that loads a PMX model from a server, plays VMD animations, and synchronizes MP3 audio.
Introduction
babylon-mmd provides many options for loading MMD models and playing animations.
This tutorial introduces the most robust method among various approaches. While this method works well in almost all environments, it may not be the most performant option.
For other methods not covered in this tutorial, please refer to the Reference section.
Table of Contents
This tutorial consists of the following steps:
- Project Setup: Set up an SPA project to use babylon-mmd.
- Create Basic Scene: Configure a basic scene.
- Load MMD Model: Load an MMD model.
- Load and Play VMD Animation: Load and play VMD animations.
- Load and Play Audio: Load and play audio.
- Add Physics: Add physics simulation.
- Scene Details: Configure detailed scene settings.
Let's get started!