A modern, web-based 3D model viewer for .bmd files, the format used in the game MU Online. This application is built with TypeScript, Three.js, and Vite, providing a smooth and interactive experience for inspecting game models and their animations.
A modern, web-based 3D model viewer for .bmd files, the format used in the game MU Online. This application is built with TypeScript, Three.js, and Vite, providing a smooth and interactive experience for inspecting game models and their animations.
.bmd files via a simple drag-and-drop interface..jpg, .png, .tga, .ozj, and .ozt..bmd file..glb format for use in other 3D software like Blender or Unity..png format.Clone the repository or download the source code.
Open a terminal in the project directory.
Install the required dependencies:
npm install
To run the application locally with hot-reloading, use the following command:
npm run dev
This will start a development server, and you can view the application in your browser at the provided URL (usually http://localhost:5173).
To create an optimized build for deployment, run:
npm run build
The production-ready files will be generated in the dist directory.
.bmd file onto the designated area on the left panel, or click to open the file selector..glb file or to save the textures as .png files.