Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orangeutan/three-mcmodel

Minecraft model loader for threejs
https://github.com/orangeutan/three-mcmodel

Last synced: 3 months ago
JSON representation

Minecraft model loader for threejs

Awesome Lists containing this project

README

        

# three-mcmodel
[![License][]](https://opensource.org/licenses/MIT)
[![NPM Package][]](https://npmjs.org/package/@oran9e/three-mcmodel)

[License]: https://img.shields.io/badge/License-MIT-blue.svg
[NPM Package]: https://img.shields.io/npm/v/@oran9e/three-mcmodel.svg

Minecraft model loader for [threejs](https://threejs.org/)

## Install

``` shell
npm install @oran9e/three-mcmodel
```

## Use

``` typescript
import { threeMcmodel } from '@oran9e/three-mcmodel'
```