Skip to main content

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:

Let's get started!